FaceFusion has undergone significant improvements in the 3.3.0 update.
Installation time has been reduced from approximately 8 minutes to 40 seconds.
However, although not officially announced in the 3.3.1 update,
the previously known modification to “content_analyser.py” alone
is no longer sufficient to disable the NSFW Filter.
There are countermeasures available(No code), so please contact us if you are interested.
We do not consider it appropriate to post them here directly.
This countermeasure reflects the strong will of the developers and copyright holders,
and we generally agree with the statement in the official FAQ:
“We don't allow NSFW content due to ethical considerations.”
However, while “ethical considerations” are necessary,
shouldn't this be left to the discretion of individual users?
We also consider this to be a valid point.
Top comments (9)
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?
Some comments may only be visible to logged-in visitors. Sign in to view all comments.