-
Notifications
You must be signed in to change notification settings - Fork 427
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
Face models not working (FFHQ, FacesHQ) #106
Comments
I had the same issue for a range of different models. It was driving me crazy. The issue is the difference between the official python pip package for taming-transformers and the github repo. It's solved by installing the github version.
This should work for: |
Addendum: |
How do you change the model you want to use? I downloaded |
@aliozcan That command isn't for the checkpoints files. If you would like to run the faceshq set for instance, you would use
Just like I stated in my addendum, if you receive an issue saying the .ckpt file can't be located, edit the yaml file in a text editor. Alter the existing path for the checkpoint/.ckpt file into where you have it installed. |
@GucciFlipFlops1917 worked like a charm. Thanks. |
Is anyone able to use these 2 models? I can't load them no matter what I try.
Latest error I'm getting is:
KeyError: 'Expected key
targetto instantiate.'
From ffhq.
If anyone is able to run these models please let me know how.
The text was updated successfully, but these errors were encountered: