AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
141.47k stars 26.73k forks source link

Batch processing breaks UI, doesnt show grid #1397

Closed fabwa closed 2 years ago

fabwa commented 2 years ago

Latest master

When starting a batch process, the UI does not work anymore and also does not show the result in a grid. Files to get generated but UI needs to be restarted to be functional again.

bigbossbyrdboy commented 2 years ago

I'm having the same issue. The extra tab is also only allowing me to generate one time before having to restart the UI

turcknemyne commented 2 years ago

Having the same issue, Colab console eventually prints out this after the second run.

Total progress: 100% 40/40 [01:00<00:00, 1.50s/it] Warning: unknown mime-type for "outputs/txt2img-images" -- using "application/octet-stream" Error: no "view" mailcap rules found for type "application/octet-stream" /usr/bin/xdg-open: 851: /usr/bin/xdg-open: www-browser: not found /usr/bin/xdg-open: 851: /usr/bin/xdg-open: links2: not found /usr/bin/xdg-open: 851: /usr/bin/xdg-open: elinks: not found /usr/bin/xdg-open: 851: /usr/bin/xdg-open: links: not found /usr/bin/xdg-open: 851: /usr/bin/xdg-open: lynx: not found /usr/bin/xdg-open: 851: /usr/bin/xdg-open: w3m: not found xdg-open: no method available for opening 'outputs/txt2img-images'

fabwa commented 2 years ago

this is a gradio issue, there are several workarounds floating around using proxies

0xBYTESHIFT commented 2 years ago

same error, I met it every time when I use batches or loopback script. super annoying, makes UI almost unusable

0xBYTESHIFT commented 2 years ago

workaround - add batch count (not batch size!), then cancel during the last batch. results won't be shown, but you can find them on your filesystem. that way you don't need to restart UI, button "generate" works every time