My local Stable-Diffusion installation was working fine. One day after starting webui-user.bat the command window got stuck after this:
venv "...\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)] Commit hash: 5ab7f213bec2f816f9c5644becb32eb72c8ffb89 Installing requirements Launching Web UI with arguments: No module 'xformers'. Proceeding without it. Loading weights [cc6cb27103] from ...\StableDiffusion\models\Stable-diffusion\v1-5-pruned-emaonly.ckpt Creating model from config: ...\StableDiffusion\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.7s (load weights from disk: 2.2s, create model: 0.3s, apply weights to model: 0.4s, apply half(): 0.4s, move model to device: 0.4s, load textual inversion embeddings: 1.0s).
Nothing happens after this. Just doesn't continue (doesn't show the ip for the web interface). I think I uninstalled/installed Python again before this happened. But not sure anymore. I didn't change the webui-user.bat.
Any ideas?