Diego Porres
Diego Porres
Added in commit: f43205a. E.g., when transferring from AFHQ: ``` Generator Parameters Buffers Output shape Datatype --- --- --- --- --- mapping.fc0 - 262656 [4, 512] float32 mapping.fc1 - 262656...
True, I have to study it more carefully (I merely did the same as with `--freezeD`, but there's only one Discriminator being tracked during training). I've been having issues with...
No. That is another paper by itself, as you'll have to focus entirely on the StableDiffusion architecture (DragGAN uses only the inner representations of the Generator of StyleGAN2). It is...
There is now a project inspired by this, though I have no idea when they'll release code or how well it works (it's a work in progress after all): https://arxiv.org/abs/2306.14435...
As per the README: > This GUI supports editing GAN-generated images. To edit a real image, you need to first perform GAN inversion using tools like [PTI](https://github.com/danielroich/PTI). Then load the...
In `viz/renderer.py`, it shows that it's expecting the model name to be in the file. That's why in the `scripts/download_model.sh` script, it first downloads the models and then renames them...
Honestly, I found that removing that part of the code made it work. I'm guessing there's something missing/bug in the code, but in the meantime, removing these 3 lines lets...
Update: the PR ccd84ff has fixed this, so just do a `git pull` and the error shouldn't exist.
Run `python visualizer_drag.py`, the `bash` script will only make sure you have the models they show in the demo in the dropdown. The GUI is quite flexible, so you can...
I got that at the beginning as well. My solution as of now is to remove those 3 lines of code and it's running (using Windows 10). Maybe there'll be...