stable-diffusion.cpp
stable-diffusion.cpp copied to clipboard
High res fix
Please add high res fix support it helps people with limited memory fix there low quality images. I need this for my photos
Yes that would be great if that could be added !
yes pls.
I know that's not exactly what you're asking for, but you can achieve a similar effect with two runs, using the img2img mode:
./sd -m [your model] -p [your prompt] [...] -o "intermediate.png" followed by ./sd -M img2img -m [your model] -p [your prompt] -W [2x the first run] -H [2x the first run] --strength 0.5 [...] -i "intermediate.png" -o "final.png"