thndrbrrr / gimp-stable-boy

GIMP plugin for AUTOMATIC1111's Stable Diffusion WebUI
GNU General Public License v3.0
311 stars 23 forks source link

Stable Boy prompt window will close unexpectedly #19

Open SeikuRyu opened 1 year ago

SeikuRyu commented 1 year ago

Appears to happen often on img2img and inpainting.

After setting my prompts, my computer will export the image, but the window will close after and not import images nor layers. Terminal window running stable diffusion prints no errors and appears to work.

Running gimp off my Windows 10 machine with Python 3.7.9 installed. Stable-diffusion is running on my networked Linux machine. I can access the AUTOMATIC1111 webui using the local IP address in the API URL.

COMMANDLINE_ARGS="--listen --share --api --xformers --no-half-vae"

edit: using the gradio link instead of the local IP also failed

Screenshot 2022-12-30 160611 Screenshot 2022-12-30 160851 Screenshot 2022-12-30 161631

thndrbrrr commented 1 year ago

Thanks for reporting this, @SeikuRyu. I've experienced something like this very randomly, so I've had difficulties reproducing this myself.

What about the size of the image? Any chance that this is a large image? Does this happen during long-running requests (e.g. 100 steps with a large batch size), or also during running short requests?

Lucalme commented 1 month ago

I have the same issue, just a wild guess here, but is it possible it occurs when you try to submit the same prompt twice?