stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: Incorrect model weights loaded at Generate
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
The wrong model weights are persistently loaded at generation; even if A1111 is completely restarted. Upon restart it loads the correct model weights but the moment I hit Generate the log shows that it loads a different model and uses that for the generation instead.
Steps to reproduce the problem
I don't know if it is possible to reproduce or if it's only me this is affecting.
What should have happened?
The chosen model should be used for the generation.
Commit where the problem happens
commit: 0cc0ee1b
What platforms do you use to access the UI ?
Linux
What browsers do you use to access the UI ?
Mozilla Firefox
Command Line Arguments
No
List of extensions
Enabled extensions are built-in and controlnet+openpose.
Extension | URL | Version | Update |
---|---|---|---|
Extension URL Version Update SD-latent-mirroring https://github.com/dfaker/SD-latent-mirroring e1e594f7 (Sun Jan 1 04:04:48 2023) unknown auto-sd-paint-ext https://github.com/Interpause/auto-sd-paint-ext 516f70cb (Thu Feb 9 03:48:07 2023) unknown deforum-for-automatic1111-webui https://github.com/deforum-art/deforum-for-automatic1111-webui c3c7c660 (Tue Feb 28 20:29:46 2023) unknown openpose-editor https://github.com/fkunn1326/openpose-editor ba05243f (Tue Feb 28 07:23:43 2023) unknown sd-webui-controlnet https://github.com/Mikubill/sd-webui-controlnet 2ce17c0a (Tue Feb 28 16:06:10 2023) unknown seed_travel https://github.com/yownas/seed_travel.git 40205cb2 (Mon Feb 27 17:56:11 2023) unknown stable-diffusion-webui-aesthetic-gradients https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients 2624e5dd (Fri Jan 6 10:59:30 2023) unknown stable-diffusion-webui-depthmap-script https://github.com/thygate/stable-diffusion-webui-depthmap-script.git 189e30ad (Mon Feb 6 12:13:59 2023) unknown stable-diffusion-webui-prompt-travel https://github.com/Kahsolt/stable-diffusion-webui-prompt-travel.git e34f3144 (Tue Feb 14 08:08:24 2023) unknown LDSR built-in Lora built-in ScuNET built-in SwinIR built-in prompt-bracket-checker built-in
Console logs
################################################################
Launching launch.py...
################################################################
Python 3.9.13 | packaged by conda-forge | (main, May 27 2022, 16:58:50)
[GCC 10.3.0]
Commit hash: 0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8
Installing requirements for Web UI
Launching Web UI with arguments:
No module 'xformers'. Proceeding without it.
==============================================================================
You are running torch 1.12.1+cu113.
The program is tested to work with torch 1.13.1.
To reinstall the desired version, run with commandline flag --reinstall-torch.
Beware that this will cause a lot of large files to be downloaded, as well as
there are reports of issues with training tab on the latest version.
Use --skip-version-check commandline argument to disable this check.
==============================================================================
Loading weights [fb3456769c] from /media/beyond/480GB/stable-diffusion-webui/models/Stable-diffusion/safe-stable-journey.safetensors
Creating model from config: /media/beyond/480GB/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 2.2s (create model: 0.5s, apply weights to model: 0.5s, apply half(): 0.3s, load VAE: 0.6s, move model to device: 0.3s).
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
Loading weights [288e2af203] from /media/beyond/480GB/stable-diffusion-webui/models/Stable-diffusion/Sojourner.safetensors
Applying cross attention optimization (Doggettx).
Weights loaded in 0.7s (apply weights to model: 0.4s, move model to device: 0.2s).
Additional information
As you can see the chosen model weights are loaded at startup: fb3456769c. However at generation it instead loads 288e2af203.
Apparently the Override section was changing the model. I removed the override and it's working as intended.
u should close the issue if its working fine