Open xh4010 opened 1 year ago
I have encountered the same problem as you. How did you solve it?
I have the same problem. Anybody has a solution for this?
I stumbled upon this problem as well while developing this Extension
For me, the issue lies in the fact that the default path for the Face Enhancement
checkpoints is set to ./checkpoints
. And since I modified and ran the scripts from elsewhere, the path simply pointed to nothing. The funny thing is that, finding no checkpoints does not raise any error at all. That's why it's simply generating noises.
TL;DR: Adding --checkpoints_dir <path to checkpoints folder>
while calling test_face.py
solved this issue for me.
I ran the python GUI. py command, and there was no error, but the generated face image was wrong