-
Notifications
You must be signed in to change notification settings - Fork 628
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
ffhq-e cannot be converted from official model but ffhq-f made it #52
Comments
Added --channel_multiplier arguments to the convert_weight.py at c7c8fc7. Now you can use --channel_multiplier 1 options for converting config-e checkpoints. |
@XD666 Hi, I'm also tring to convert the weight, but some errors ocurred. Can you share your implementation environment or the converted weight file (ffhq-f)? My e-mail is 610240943@qq.com. THANK YOU VERY MUCH! |
First, thank you for providing this script to convert weights! Second, it might be good to mention in the README I have seen it mentioned in the help of: !python convert_weight.py -h but it was not super clear at that time. |
Similarly, it takes some time to check the code and understand a few things which are not super clear from the command-line help.
For instance, that the script outputs an image with 3 rows:
stylegan2-pytorch/convert_weight.py Line 273 in d1ef862
or that:
|
@woctezuma Yes...I will add some helps to command line arguments. I am quite lazy about that. 😅 |
I can understand that. It is not the most interesting part of the work. However, your converter tool does more things than I would have expected, so I think that providing a bit of clarity helps shine some light on the optional (yet useful) stuff that you did. :) |
@woctezuma Added cli argument helps at f938922. |
Thank you very much! This will be super helpful! |
The text was updated successfully, but these errors were encountered: