-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
any way to get the visualizer to support importing stylegan3-nada .pkl files? #9
Comments
Can you share more details on how the NADA models are saved? What about the conversion of SGAN2-NADA to SGAN2, can you share this fix or link? Might give it a go, but I have a lot of other things to do first on this repo, so if you leave here a better documentation of the problem, perhaps there's someone that might be able to fix it. |
stylegan3-nada saving model (the maker of the code states that the generated pkl works with stylegan3) the thing is the stylegan3-nada can also export .pkl checkpoint files but they're only 86mb when the original pkl file is 287mb
|
i got it working, i changed stylegan-fun/viz/renderer.py |
All code should work with your converted StyleGAN-NADA models (4765f95). Check this is the case and reopen this if something breaks. Thanks! |
(https://github.com/rinongal/StyleGAN-nada/blob/StyleGAN3-NADA/stylegan3_nada.ipynb)
i'm making some tweaks to my stylegan3 network with this but it seems like i'm not able to import it to the visualizer
any way to get the visualizer to support these?
the generating of images in this repo is a little whacky but it's such a good tweak to stylegan, would be great if it worked :)
there is a fix for converting stylegan2-nada files to stylegan2 but not for 3 yet :/
https://github.com/eps696/stylegan2ada (this is the one for stylegan2 that converts the .pt files to .pkl files again)
The text was updated successfully, but these errors were encountered: