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

img2img inter-images resolution wrong #35

Open
JackeyDeng opened this issue Aug 31, 2023 · 3 comments
Open

img2img inter-images resolution wrong #35

JackeyDeng opened this issue Aug 31, 2023 · 3 comments

Comments

@JackeyDeng
Copy link

JackeyDeng commented Aug 31, 2023

Hello, I am using StableDiffusion WebUI to do 1X SR, my input image is 512 * 512, but when I save intermediate images, its resolution is 128 * 128, when I click "Also save final image with intermediates" , the last image is 512 * 512, but intermediate images are still 128 * 128, is my settings wrong?
2023-08-31 18-10-14 的屏幕截图

@AlUlkesh
Copy link
Owner

Yes, the reason is probably what this remark in the readme refers to:

Please be aware that Image creation progress preview mode in the webui's settings affects how and especially at what size the intermediate images are created.

Try setting your preview mode to "Full".

@JackeyDeng
Copy link
Author

Thanks, it works if I set the preview mode to "Full"
2023-09-01 15-19-38 的屏幕截图
But it does not support DDIM, which file should I modify to support DDIM? I think its almost the same to get DDIM intermediate images, just to decode the intermediate latents?

@AlUlkesh
Copy link
Owner

AlUlkesh commented Sep 1, 2023

When I made that extension, that just wasn't possible with the a1111 infrastructure. You could only get that information from the kdiffusion samplers.

However, I just saw this in the new a1111 release notes:

rework DDIM, PLMS, UniPC to use CFG denoiser same as in k-diffusion samplers

So, perhaps it is possible now. I'll have to look into it.

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

2 participants