stable-diffusion-webui
stable-diffusion-webui copied to clipboard
Stable Diffusion web UI
As I send every saved image to a discord channel, I don't want a grid for n_iter == 1 because it causes duplicates. Don't know if this code is clean...
Small typo StableDiffuionModelHijack() => StableDiffusionModelHijack()
I think SD upscaling is now limited to 1024 output,, would be nice to have options for higher res, even tho im not really sure if there will be a...
Its pretty overwhelming after awhile when we have thousands of generated images and we load one by one to upscale seeking for particular ones, So i think it would really...
https://heibox.uni-heidelberg.de/f/4d9ac7ea40c64582b7c9/?dl=1 taken from compvis repo for inpainting line: `wget -O models/ldm/inpainting_big/last.ckpt https://heibox.uni-heidelberg.de/f/4d9ac7ea40c64582b7c9/?dl=1`
would be nice to have it in there as well. And even better - would be cool if we could automate the whole process. As in: first have the image...
https://www.youtube.com/watch?v=N913hReVxMM I think it works pretty well but i wouldnt implement it like he did (on small 512 image and synthesizing whole image) What i would do is open a...
All is working well but i was wondering can you incorporate esrgan blending with original ? So we can move slider like with gfpgan and it would blend two images...
here the original repo: https://github.com/vicgalle/stable-diffusion-aesthetic-gradients  
Fixes #2490 & #2759