FaceFusion has undergone significant improvements in the 3.3.0 update.
Installation time has been reduced from approximately 8 minutes to 40 second...
For further actions, you may consider blocking this person and/or reporting abuse
In version 3.5.4 (current) - at least the version via Pinokio - they have added a new feature. It now performs a git repo pull on core.py and content_analyser.py every time you launch it, which resets your edits and blocks NSFW again.
The way around this is to follow zachneverdies guide below to make the edits.
Then you need git installed, or the portable version is fine as long as you add it to PATH in environment variables.
Once installed, run these 2 lines one after the other in a CMD prompt in the facefusion top level folder (you will see subfolders for facefusion and tests).
git update-index --skip-worktree facefusion/core.py
git update-index --skip-worktree facefusion/content_analyser.py
This tells git to ignore requests to update those files.
I get an error when face swapping now
Solved it allow this line to go back to its original
def analyse_frame(vision_frame : VisionFrame) -> bool:
return detect_nsfw(vision_frame)
Remove "return false"
How can I disable the NSFW filter in FaceFusion 3.3.2 - Pinokio? Can you give me specific instructions? Thank you!
Reply luchinco@hotmail.com
With the 3.3.1 update, the previously known modification to content_analyser.py is no longer sufficient.
A modification has been added to core.py to detect file tampering and stop execution.
You can use AI to compare core.py with previous versions, find the modified parts, and take appropriate action.
There are also ways to respond without coding. Please check them out.
aiprovideos.com/facefusion-3-3-2-h...
In your content_analyser.py replace the following:
Replace
With
Replace
With
Next, in core.py, replace
With
Can you please help with 3.4.1
everything is the same except replace the lines below:
return all(module.pre_check() for module in common_modules) and content_analyser_hash == '803b5ec7'
with:
is_valid = True
return all(module.pre_check() for module in common_modules) and is_valid
They catch on quick. Thanks! I updated my original post.
How can I disable the NSFW filter in Pinokio FaceFusion 3.3.2 - I need the core.py instructions part thanks you
reply in ramz11231@proton.me
I had to do a reinstall of 3.4.1 and the modified files no longer seem to work and allow nsfw. Any ideas?