This is the official repository of "Diffusion Guided Domain Adaptation of Image Generators".
checkpoints to start with:
Please download StyleGAN2 or EG3D checkpoints from our shared Google Drive, and put them in the download folder. They are publicly available checkpoints and are the same as the official ones.
The code is ready to run now after downloading checkpoints.
A Few Notes:
More information: We implement our approach on two versions of StyleGAN2: the StyleGAN-NaDa (this repository) and the StyleGAN-Rosinality. To fully reproduce FIDs for animal experiments, please check our StyleGAN-Rosinality version. We share the code, training logs and images at this google drive.
If you find this work useful, please cite:
@article{song2022diffusion,
title={Diffusion Guided Domain Adaptation of Image Generators},
author={Song, Kunpeng and Han, Ligong and Liu, Bingchen and Metaxas, Dimitris and Elgammal, Ahmed},
journal={arXiv preprint https://arxiv.org/abs/2212.04473},
year={2022}
}
Cheers!
Acknowledgement: This code is built on Stylegan-NADA and DreamFusion-StableDiffusion
22 commits
Python
80.9%
Cuda
13.9%
C++
4.3%
This is the official repository of "Diffusion Guided Domain Adaptation of Image Generators".
checkpoints to start with:
Please download StyleGAN2 or EG3D checkpoints from our shared Google Drive, and put them in the download folder. They are publicly available checkpoints and are the same as the official ones.
The code is ready to run now after downloading checkpoints.
A Few Notes:
More information: We implement our approach on two versions of StyleGAN2: the StyleGAN-NaDa (this repository) and the StyleGAN-Rosinality. To fully reproduce FIDs for animal experiments, please check our StyleGAN-Rosinality version. We share the code, training logs and images at this google drive.
If you find this work useful, please cite:
@article{song2022diffusion,
title={Diffusion Guided Domain Adaptation of Image Generators},
author={Song, Kunpeng and Han, Ligong and Liu, Bingchen and Metaxas, Dimitris and Elgammal, Ahmed},
journal={arXiv preprint https://arxiv.org/abs/2212.04473},
year={2022}
}
Cheers!
Acknowledgement: This code is built on Stylegan-NADA and DreamFusion-StableDiffusion
22 commits
Python
80.9%
Cuda
13.9%
C++
4.3%