Skip to content
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

Image to Image #36

Open
JigneshChowdary opened this issue Aug 1, 2023 · 4 comments
Open

Image to Image #36

JigneshChowdary opened this issue Aug 1, 2023 · 4 comments

Comments

@JigneshChowdary
Copy link

Hi can we use this code for image to image translation?

@JCBrouwer
Copy link

I've got a fork with a script that can do img2img here: https://github.com/JCBrouwer/DenoisingDiffusionGAN

It's been a while since I've used it though, and I'm not sure if my version still supports loading in the original checkpoints from this repo, but maybe you'll be lucky. Otherwise it might be a good starting point...

@JigneshChowdary
Copy link
Author

JigneshChowdary commented Aug 4, 2023 via email

@JCBrouwer
Copy link

The relevant test script is interpolate.py

The readme has a short description of the parameters, the relevant one for img2img is --init_video which allows the script to perform vid2vid transfer.

You can rewrite the script fairly easily to use a single image I think, but otherwise it should also "just work" if you make a 1 frame video haha

To load the official checkpoints you might need to set a couple of the "model related options" (towards the bottom of the list in the readme)

@qiangwang57
Copy link

qiangwang57 commented Jan 5, 2024

Hi can we use this code for image to image translation?

Hi @JigneshChowdary , got any chance to make it work for image2image? Would be greatly appreciated if you could share ur trial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants