Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frame processor face_enhancer not found #75

Closed
ghost opened this issue Aug 2, 2023 · 3 comments
Closed

Frame processor face_enhancer not found #75

ghost opened this issue Aug 2, 2023 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 2, 2023

Describe the bug
A clear and concise description of what the bug is.
Currently running into this when doing run.py

Loading roop.processors.frame.face_swapper
Loading roop.processors.frame.face_enhancer
Frame processor face_enhancer not found.

To Reproduce
Steps to reproduce the behavior:
Use the run.py

Details
What OS are you using?
Windows

Are you trying to use a GPU?
NVIDIA

Sanity Check

  • [x ] I have the latest code from the github repository
  • [x ] I have followed the installation guide
@katherineex
Copy link

just read on reddit
" I had the same issue as you, and I've came up with a halfway solution. You won't be able to use upscalers or gfpgan but you can use the regular application nonetheless.

Open up "roop-unleased/roop/core.py"

Go to line 64 and delete "face_enhancer" in "roop.globals.frame_processors = ['face_swapper', 'face_enhancer'] "

Save and it should be up and running now."

@xddhxll
Copy link

xddhxll commented Feb 27, 2024

Frame processor face_swapper could not be loaded

@zhd36
Copy link

zhd36 commented Jul 14, 2024

The issue with Frame processor face_enhancer not found is indeed related to another project. XPixelGroup/BasicSR#650
I changed line 8 in basicsr/data/degradations.py and it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants