Help me please, launch problem. #7736
-
venv "F:\ai\stable diffusion\stable-diffusion-webui\venv\Scripts\Python.exe" To create a public link, set |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
venv "%patch%\stable-diffusion-webui\venv\Scripts\Python.exe" Installing requirements for Web UI To create a public link, set ERROR: PROBLEM SOLUTION: Run the terminal in your stable diffusion folder (click right button and select "Git Bash here") ./venv/Scripts/python.exe -m pip install --upgrade fastapi==0.90.1 Enter.Done! |
Beta Was this translation helpful? Give feedback.
-
Hi Everyone, anyone can help me to solve my problem as below? this error occur when i'm install forge webui. Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] |
Beta Was this translation helpful? Give feedback.
venv "%patch%\stable-diffusion-webui\venv\Scripts\Python.exe"
Installing requirements for Web UI
Launching Web UI with arguments: --xformers
Loading weights [fe4efff1e1] from %patch%\stable-diffusion-webui\models\Stable-diffusion\model.ckpt
Creating model from config: %patch%\stable-diffusion-webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Applying xformers cross attention optimization.
Textual inversion embeddings loaded(0):
Model loaded in 36.1s (load weights from disk: 17.8s, create model: 0.6s, apply weights to model: 1.2s, apply half(): 1.3s, load VAE: 0.1s, move model to device: 1.0s, load textual inversion embedd…