IOPaint
IOPaint copied to clipboard
outpainting workflow
hi, im trying to outpaint this image
but i keep getting this black bar result regardless of any changes that i made in the model and configs.
using stable-diffusion-inpainting
using powerpaint
as you can see both give same results. did i missed something crucial in the process or i picked the wrong model? whats the approach to do outpainting in my case? looking forward for any responses and help, thanks :)
Service startup parameters
If the generated result is black, you can try adding these two parameters when starting the service:
- --disable-nsfw-checker
- --no-half(Some graphics cards will produce black results without adding this parameter.)
outpainting workflow
-
I think
PowerPaint
andrunwayml/stable-diffusion-inpainting
cannot handle such high resolution, so it is recommended to switch todiffusers/stable-diffusion-xl-1.0-inpainting-0.1
. -
Even when using
diffusers/stable-diffusion-xl-1.0-inpainting-0.1
, it is recommended to only outpaint one side, as shown in the picture. -
During testing your image, I found a bug in IOPaint. This has been fixed in version
iopaint==1.2.2
. Here are the results I obtained using the fixed version. The newly generated region has discoloration, I think it should be similar to the issue mentioned in this issue https://github.com/huggingface/diffusers/issues/5808, and there doesn't seem to be a good solution at the moment:
prompt: detailed background, best quality, 4k, dramatic cinematic perfect light, coherent, deep, detailed, very inspirational, intricate, beautiful, highly color set, real, complex, artistic, appealing, full, symmetry, great composition, sharp, fine detail, clear, focus, inspired, epic, spectacular, breathtaking, gorgeous, stunning, infinite, futuristic, professional, awarded
Other parameters.
hey sorry for the late responses thanks for the feedback. i really appreciate it.