-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
[Feature Request]: Stable Diffusion x2 latent upscaler #7680
Comments
I don't think that it'll work exactly like the existing upscalers. Its almost like an img2img model that takes the latent tensor instead of an image. |
Don't the included latent upscalers work in a similar vein, upscaling the latent and feeding that into the upscale process? In this case if this were implemented then denoising for that second step wouldn't necessarily be needed. Edit: Actually the way the pipeline works, it gives you the upscaled image directly. So you could denoise it further but as I mentioned it may not be needed. |
I've implemented this now but the included VAE seems particularly awful for some reason. Maybe I can replace it with the current one in use by the web UI. I'll post some comparisons later. |
I was judging this based on the fact faces turn out bad with it, but turns out that's listed as a limitation.
After experimenting a bit more it doesn't seem that great compared to other upscalers we have now imo. GAN upscalers still seem superior, and even LDSR, based on diffusion, looks a lot better. Comparison below is using #4446 for Frankly I don't have interest to make a PR for this with these results. |
Is there an existing issue for this?
What would your feature do ?
Implement https://huggingface.co/stabilityai/sd-x2-latent-upscaler
Allows 2x upscaling in latent space
Proposed workflow
Should be an upscaling option like the other methods provided.
Additional information
No response
The text was updated successfully, but these errors were encountered: