Gaurav Parmar

Results 151 comments of Gaurav Parmar

The training code for the paired pix2pix-turbo models is [here](https://github.com/GaParmar/img2img-turbo/blob/main/docs/training_pix2pix_turbo.md). I will upload a similar training code for the unpaired CycleGAN-Turbo model in a few days as well!

Hi, It should be possible to train this with SDXl-Turbo! We just decided to use SD21-Turbo for compute reasons. I think image-to-image translation tasks that do not have the same...

Could you try installing `wandb` with pip?

Hi @enfff I am using the same wandb version as you are, i don't think the issue is the version. Looking at your error log, it looks like your python...

Hi, Yeah we will upload the training code for unpaired translation soon as well!

Hi @hak-kyoungkim @hecoding Thank you for your patience! The training code for the unpaired translation is uploaded! See the corresponding doc [here](https://github.com/GaParmar/img2img-turbo/blob/main/docs/training_cyclegan_turbo.md). -Gaurav

Seems like the model state dict was not found correctly. Could you tell me the bash command you used when you encountered this error?

did you pass in a `--model` flag?

Ah I see that you are trying to launch the gradio demo locally! That indeed does not require any flags.