NSFW real life model with AI face swap

mhj

Newbie
Joined
Mar 15, 2024
Messages
12
Reaction score
5
Hey, quick question.

Would it be possible to take a real NSFW video for OF, Fanvue, ... and swap out the face and maybe tweak the body a bit—skin, shape, that kind of stuff?

Basically, I’d hide/replace the real person with an “AI person,” but the video would still be realistic—like everything else the camera captures would stay real.
I just want to hide the person’s identity.


Thanks,
Leo
 
technically doable but quality implies local gpu rendering , cloud tools wont cut it for consistent video .

regarding the platform rules mentioned above... yes OF bans "generated" content mainly cuz of kyc issues . but if u have a real human (a runner) who verifies the acc with their ID but wants anonymity -> face swap works fine . the algo detects fake skin textures / bad hands , but a high quality swap on real skin passes usually .

the stack u need :

  1. FaceFusion (better than roop now) with fp16 mixed precision for speed . use 'inswapper_128' model + gfpgan for enhancement .
  2. for consistency , train a LoRA on SDXL of your target "ai face" so u can generate static pics that match the video swaps perfectly .
  3. avoid extreme angles or hands crossing the face , thats where masking glitched out and burns u .
fanvue is easier tho , they are explicitly ai friendly . for OF u are walking a thin line but its definitely being done .
 
  • Like
Reactions: mhj
Technically, you can swap faces and tweak minor body features in NSFW videos, but full-body realistic edits carry high legal, ethical, and platform risks, so using anonymization, consented performers, or fully synthetic actors is the safer approach.
 
You can technically swap faces and make small body adjustments in NSFW videos, but realistic full-body edits come with serious legal, ethical, and platform risks. Safer alternatives include anonymization, using performers with consent, or fully synthetic actors.
 
  • Like
Reactions: mhj
technically doable but quality implies local gpu rendering , cloud tools wont cut it for consistent video .

regarding the platform rules mentioned above... yes OF bans "generated" content mainly cuz of kyc issues . but if u have a real human (a runner) who verifies the acc with their ID but wants anonymity -> face swap works fine . the algo detects fake skin textures / bad hands , but a high quality swap on real skin passes usually .

the stack u need :

  1. FaceFusion (better than roop now) with fp16 mixed precision for speed . use 'inswapper_128' model + gfpgan for enhancement .
  2. for consistency , train a LoRA on SDXL of your target "ai face" so u can generate static pics that match the video swaps perfectly .
  3. avoid extreme angles or hands crossing the face , thats where masking glitched out and burns u .
fanvue is easier tho , they are explicitly ai friendly . for OF u are walking a thin line but its definitely being done .
Thanks!
 
Back
Top