Replies: 1 comment
-
problem solved, it was the internet problems |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
after I updated Webui from this git, and I successfully run webui-user.bat but when I open the stablediffusion page it showed this error:
And no errors run in webui-user.bat, here are the codes:
venv "D:\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: 955df77
Installing requirements for Web UI
Launching Web UI with arguments:
No module 'xformers'. Proceeding without it.
Loading weights [6ce0161689] from D:\stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
Creating model from config: D:\stable-diffusion-webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Applying cross attention optimization (Doggettx).
Textual inversion embeddings loaded(0):
Model loaded in 4.6s (load weights from disk: 0.2s, create model: 0.6s, apply weights to model: 1.1s, apply half(): 0.9s, move model to device: 0.7s, load textual inversion embeddings: 1.1s).
Running on local URL: http://127.0.0.1:7860
To create a public link, set
share=True
inlaunch()
.Startup time: 9.8s (import torch: 1.4s, import gradio: 1.0s, import ldm: 0.3s, other imports: 0.9s, load scripts: 0.7s, load SD checkpoint: 5.0s, create ui: 0.3s, gradio launch: 0.1s).
I have no idea what to do next, please help
Beta Was this translation helpful? Give feedback.
All reactions