Open fandango328 opened 1 year ago
+1
+1
Me too
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.
Me too
Can you provide a screenshot of what you are looking at?
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.
Me too
Me too
Me too but resolved by initializing everything (clone a new repo and setup again), so possible issues involves:
git pull
and rely on behaviour of pip+1
+1
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
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.
No response is generated in the GUI when I click generate
Steps to reproduce the problem
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
List of extensions
no
Console logs
Additional information
No response