You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I cant consistantly generate pictures. It seems to freeze after a few pics on the finishing step of the generation.
Im not really a programmer, but i cant seem to get it fixed
Here is the error that pops up:
ERROR: Exception in ASGI application████████████████████████████████████████████████| 40/40 [00:29<00:00, 1.04s/it]
Traceback (most recent call last):
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\uvicorn\protocols\websockets\websockets_impl.py", line 247, in run_asgi
result = await self.app(self.scope, self.asgi_receive, self.asgi_send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 84, in call
return await self.app(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\fastapi\applications.py", line 273, in call
await super().call(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\applications.py", line 122, in call
await self.middleware_stack(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\middleware\errors.py", line 149, in call
await self.app(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\middleware\cors.py", line 76, in call
await self.app(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\middleware\gzip.py", line 26, in call
await self.app(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\middleware\exceptions.py", line 79, in call
raise exc
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\middleware\exceptions.py", line 68, in call
await self.app(scope, receive, sender)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\fastapi\middleware\asyncexitstack.py", line 21, in call
raise e
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\fastapi\middleware\asyncexitstack.py", line 18, in call
await self.app(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\routing.py", line 718, in call
await route.handle(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\routing.py", line 341, in handle
await self.app(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\routing.py", line 82, in app
await func(session)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\fastapi\routing.py", line 289, in app
await dependant.call(**values)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\gradio\routes.py", line 604, in join_queue
session_info = await asyncio.wait_for(
File "asyncio\tasks.py", line 445, in wait_for
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\websockets.py", line 133, in receive_json
self._raise_on_disconnect(message)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\websockets.py", line 105, in _raise_on_disconnect
raise WebSocketDisconnect(message["code"])
starlette.websockets.WebSocketDisconnect: 1006
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Recently I cant consistantly generate pictures. It seems to freeze after a few pics on the finishing step of the generation.
Im not really a programmer, but i cant seem to get it fixed
Here is the error that pops up:
ERROR: Exception in ASGI application████████████████████████████████████████████████| 40/40 [00:29<00:00, 1.04s/it]
Traceback (most recent call last):
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\uvicorn\protocols\websockets\websockets_impl.py", line 247, in run_asgi
result = await self.app(self.scope, self.asgi_receive, self.asgi_send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 84, in call
return await self.app(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\fastapi\applications.py", line 273, in call
await super().call(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\applications.py", line 122, in call
await self.middleware_stack(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\middleware\errors.py", line 149, in call
await self.app(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\middleware\cors.py", line 76, in call
await self.app(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\middleware\gzip.py", line 26, in call
await self.app(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\middleware\exceptions.py", line 79, in call
raise exc
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\middleware\exceptions.py", line 68, in call
await self.app(scope, receive, sender)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\fastapi\middleware\asyncexitstack.py", line 21, in call
raise e
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\fastapi\middleware\asyncexitstack.py", line 18, in call
await self.app(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\routing.py", line 718, in call
await route.handle(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\routing.py", line 341, in handle
await self.app(scope, receive, send)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\routing.py", line 82, in app
await func(session)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\fastapi\routing.py", line 289, in app
await dependant.call(**values)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\gradio\routes.py", line 604, in join_queue
session_info = await asyncio.wait_for(
File "asyncio\tasks.py", line 445, in wait_for
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\websockets.py", line 133, in receive_json
self._raise_on_disconnect(message)
File "E:\StableDiffusion\Program\Automatic1111\system\python\lib\site-packages\starlette\websockets.py", line 105, in _raise_on_disconnect
raise WebSocketDisconnect(message["code"])
starlette.websockets.WebSocketDisconnect: 1006
Commandline args are: --xformers --ckpt-dir E:\StableDiffusion\Program\Safetensors\Models --vae-dir E:\StableDiffusion\Program\Safetensors\VAE --lora-dir E:\StableDiffusion\Program\Safetensors\Lora --embeddings-dir E:\StableDiffusion\Program\Safetensors\Embeddings
Im using Firefox on a RTX2080
anybody got a hint on why this happens?
Beta Was this translation helpful? Give feedback.
All reactions