sled-group / CycleNet

Official Code for NeurIPS 2023 Paper: CycleNet: Rethinking Cycle Consistent in Text‑Guided Diffusion for Image Manipulation
https://cyclenetweb.github.io/
Apache License 2.0
71 stars 6 forks source link

Has anyone reproduced this method? #8

Open wzr1201 opened 6 months ago

wzr1201 commented 6 months ago

I tried the summer2winter model,but the results are out of expectations,the parameters as follows:

process(input_image, 'winter', 'summer', num_samples=1, image_resolution=512, ddim_st eps=100, guess_mode=False, strength=1.0, scale=9.0, seed=1000, eta=1.0, denoise_strength=0.5)

input image: iTerm2 wDW26X su

output image iTerm2 dg0qyG su1

pokameng commented 4 months ago

@wzr1201 Hi,I have encount this problem, did you solved this issue? image

pokameng commented 4 months ago

@wzr1201 I have solved!

ehlee0 commented 1 month ago

@pokameng

Could you let me know how you resolved it? I'm experiencing the same issue. Thank you