AUTOMATIC1111 / stable-diffusion-webui

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

[Bug]: After hitting Generate, "Waiting" is the response, and then nothing happens. No info from the GUI #10491

Open fandango328 opened 1 year ago

fandango328 commented 1 year ago

Is there an existing issue for this?

What happened?

After launching the WebUI for Automatic1111, I try to enter a prompt, but only get a "Waiting" response. When I check the console, this is the info that is available. Unsure of how to resolve this error.

Screenshot 2023-05-17 153959

No response is generated in the GUI when I click generate

Steps to reproduce the problem

  1. Go to WebUI for Automatic1111
  2. Press 'Generate' Button
  3. Nothing happens...

What should have happened?

Image should have been generated

Commit where the problem happens

unknown (no link in WebUI)

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

no

List of extensions

no

Console logs

Failed to load resource: the server responded with a status of 403 (Forbidden)
:7860/favicon.ico:1     Failed to load resource: the server responded with a status of 403 (Forbidden)
Blocks.svelte:230 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'props')
    at Blocks.svelte:230:30
    at Array.forEach (<anonymous>)
    at ye (Blocks.svelte:215:9)
    at Blocks.svelte:294:7
Gallery.svelte:37 Uncaught (in promise) TypeError: u.map is not a function
    at Je.l.$$.update (Gallery.svelte:37:12)
    at Mn (index.mjs:1269:12)
    at en (index.mjs:1233:17)
Blocks.svelte:230 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'props')
    at Blocks.svelte:230:30
    at Array.forEach (<anonymous>)
    at ye (Blocks.svelte:215:9)
    at Blocks.svelte:294:7

Additional information

No response

wzgrx commented 1 year ago

+1

jackkerouac commented 1 year ago

+1

celticsha commented 1 year ago

Me too

fandango328 commented 1 year ago

I've been trying to troubleshoot this using Chat GPT. I'm being directed to find the blocks.svelte file and try to manually debug it. The problem is that I can't find this file anywhere.

fandango328 commented 1 year ago

Me too

Can you provide a screenshot of what you are looking at?

jonshipman commented 1 year ago

Duplicate Issue:

https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9960

In my experience, it seems to be related to cache and/or ctrl+v. If I refrain from using ctrl+v in the UI it will work longer. ControlNet might be the cause, as CN is usually engaged when it does break. Clearing browser cache will seemingly work until it pops up again.

No errors in Web Inspector or CMD output. It does have network traffic as though it's "receiving" steps, but these are all objects with null/false.

franxis11088 commented 1 year ago

Me too

xpeng commented 1 year ago

Me too

acgrid commented 1 year ago

Me too but resolved by initializing everything (clone a new repo and setup again), so possible issues involves:

Dale007261 commented 1 year ago

+1

k18er commented 1 year ago

+1

JohnTTA commented 9 months ago

LISTEN CAREFULLY: I had the same issue for a couple of months and nothing seemed to solve it until I found an answer on other threads talking about how folder paths starting with a "." (Dot) are handled. Turns out, I used to organize the most important folders putting a "." (Dot) prefix so they would be the first ones to show up on the folder list. So changing my stable diffusion path from "C:\Folder\.AI\StableDiffusion" to "C:\Folder\AI\StableDiffusion" fixed the issue.

SOLUTION: Check if Stable Diffusion path has any folder with a "." (Dot) prefix and remove it. Examples: "...\.StableDiffusion" Fixed: "...\StableDiffusion"

https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13507#issuecomment-1749703012