Code Monkey home page Code Monkey logo

Comments (5)

Shadeling3D avatar Shadeling3D commented on June 15, 2024

I've been using my installation fine for months, then this morning it's dead. I know Microsoft did do an update yesterday.
I've reinstalled it also, no change

from stable-diffusion-webui.

UlyssesHeart avatar UlyssesHeart commented on June 15, 2024

I've been using my installation fine for months, then this morning it's dead. I know Microsoft did do an update yesterday. I've reinstalled it also, no change

Thant sucks. I'm on an M2 Max Apple computer – but there could be some issue with 1.9.3

from stable-diffusion-webui.

UlyssesHeart avatar UlyssesHeart commented on June 15, 2024

It turns out that the last checkpoint I downloaded was corrupted. I had selected it in the pulldown initially, but when I rebooted Auto1111, it was stuck in some sort of loop. I deleted the checkpoint and all is fine. I kind of got a clue about what to try by reading this thread:
#15600

from stable-diffusion-webui.

Shadeling3D avatar Shadeling3D commented on June 15, 2024

I deleted all my checkpoints, it downloads the default checkpoint and it still is a problem for me.

from stable-diffusion-webui.

Shadeling3D avatar Shadeling3D commented on June 15, 2024

did a fresh install using git clone, same problem:

venv "D:\AI\Automatic1111\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: v1.9.3
Commit hash: 1c0a0c4
Launching Web UI with arguments:
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
Loading weights [6ce0161689] from D:\AI\Automatic1111\stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
Creating model from config: D:\AI\Automatic1111\stable-diffusion-webui\configs\v1-inference.yaml
D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub\file_download.py:1132: FutureWarning: resume_download is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use force_download=True.
warnings.warn(
Running on local URL: http://127.0.0.1:7860

To create a public link, set share=True in launch().
Startup time: 14.0s (prepare environment: 4.6s, import torch: 4.0s, import gradio: 1.0s, setup paths: 1.6s, initialize shared: 0.4s, other imports: 0.6s, load scripts: 1.1s, create ui: 0.5s, gradio launch: 0.3s).
Applying attention optimization: Doggettx... done.
Model loaded in 3.3s (create model: 0.8s, apply weights to model: 2.1s, calculate empty prompt: 0.2s).
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\uvicorn\protocols\websockets\websockets_impl.py", line 240, in run_asgi
result = await self.app(self.scope, self.asgi_receive, self.asgi_send)
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 69, in call
return await self.app(scope, receive, send)
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\fastapi\applications.py", line 273, in call
await super().call(scope, receive, send)
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\starlette\applications.py", line 122, in call
await self.middleware_stack(scope, receive, send)
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\errors.py", line 149, in call
await self.app(scope, receive, send)
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\cors.py", line 76, in call
await self.app(scope, receive, send)
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\gzip.py", line 26, in call
await self.app(scope, receive, send)
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\exceptions.py", line 79, in call
raise exc
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\exceptions.py", line 68, in call
await self.app(scope, receive, sender)
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\fastapi\middleware\asyncexitstack.py", line 21, in call
raise e
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\fastapi\middleware\asyncexitstack.py", line 18, in call
await self.app(scope, receive, send)
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\starlette\routing.py", line 718, in call
await route.handle(scope, receive, send)
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\starlette\routing.py", line 341, in handle
await self.app(scope, receive, send)
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\starlette\routing.py", line 82, in app
await func(session)
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\fastapi\routing.py", line 289, in app
await dependant.call(**values)
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 604, in join_queue
session_info = await asyncio.wait_for(
File "C:\Python310_10_11\lib\asyncio\tasks.py", line 445, in wait_for
return fut.result()
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\starlette\websockets.py", line 133, in receive_json
self._raise_on_disconnect(message)
File "D:\AI\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\starlette\websockets.py", line 105, in _raise_on_disconnect
raise WebSocketDisconnect(message["code"])
starlette.websockets.WebSocketDisconnect: 1001

The only thing I havent tried yet is re-installing Python

from stable-diffusion-webui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.