-
Notifications
You must be signed in to change notification settings - Fork 147
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
Migration with a specific content image #70
Comments
I have tried a number of operations that only allow me to make style changes to these four images. |
These 4 images are GAN generated. This isn't really a style-transfer method, so there's no real notion of content and style images. It's a zero-shot finetuning method for GANs. If you want to use it for Style Transfer, what you can do is use an inversion encoder to map your image into the GAN's latent space, then re-generate it using the fine-tuned GAN. One of our Colab notebooks should have example code for doing this, and we had a HuggingFace space that lets you do the same operation. |
On the first error: StyleGAN-nada/ZSSGAN/utils/file_utils.py Line 33 in dc8406a
On the second error: |
If I want to specify a specific content image for style migration, which parameter should I set? You don't seem to have provided a parameter for changing the content image.
The text was updated successfully, but these errors were encountered: