cyclomon / DiffuseIT

Official repository of "Diffusion-based Image Translation using Disentangled Style and Content Representation" ( ICLR 2023 )
MIT License
257 stars 15 forks source link

Question on FFHQ setup. #2

Closed WonwoongCho closed 1 year ago

WonwoongCho commented 1 year ago

Hello, thank you for sharing your awesome project :) I have a question on the hyperparameters that you used for Figure 8 in your paper.

I guess the command would look like this: python main.py -I "source_image" --output_path "output_path" -tg "target_image" --use_range_restart --diff_iter 100 --timestep_respacing 200 --skip_timesteps 80 --use_colormatch --use_noise_aug_all --use_ffhq

Please correct me if I am wrong. Thank you for reading my question!

Minor thing to note: You may want to add information about the pretrained arc face model to the README file.

anon294384 commented 1 year ago

Hi, yes this is correct command. I will include arcface model checkpoint.