You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bit desesperate. Everything was running fine yesterday.
My main change between two runs was that I updated xformers and cuda
My loading arguments are --xformers --ckpt-dir 'D:\Apps\A1111\stable-diffusion-webui\models\Stable-diffusion' --api --cors-allow-origins=http://127.0.0.1:3456 (but my line was previously saved and erased and I had to type it from memory, maybe there's an error here ?). I'm running it with a 3080.
The log goes like this, the interface doesn't respond anymore. Trying to generate anything or use the tabs (like png info) doesn't do anything:
venv "D:\Apps\A1111\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)]
Version: v1.9.4
Commit hash: feee37d
CUDA 12.1
Launching Web UI with arguments: --autolaunch --xformers --ckpt-dir D:\Apps\A1111\stable-diffusion-webui\models\Stable-diffusion --api --cors-allow-origins=http://127.0.0.1:3456
2024-07-26 12:07:24.4055253 [E:onnxruntime:Default, provider_bridge_ort.cc:1745 onnxruntime::TryGetProviderInfo_CUDA] D:\a_work\1\s\onnxruntime\core\session\provider_bridge_ort.cc:1426 onnxruntime::ProviderLibrary::Get [ONNXRuntimeError] : 1 : FAIL : LoadLibrary failed with error 126 "" when trying to load "D:\Apps\A1111\stable-diffusion-webui\venv\lib\site-packages\onnxruntime\capi\onnxruntime_providers_cuda.dll"
2024-07-26 12:07:24.4357314 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:895 onnxruntime::python::CreateExecutionProviderInstance] Failed to create CUDAExecutionProvider. Please reference https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirementsto ensure all dependencies are met.
[-] ADetailer initialized. version: 24.6.0, num models: 10
[AddNet] Updating model hashes...
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 351/351 [00:00<00:00, 9225.30it/s]
[AddNet] Updating model hashes...
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 351/351 [00:00<00:00, 42290.04it/s]
ControlNet preprocessor location: D:\Apps\A1111\stable-diffusion-webui\extensions\sd-webui-controlnet\annotator\downloads
2024-07-26 12:07:37,408 - ControlNet - INFO - ControlNet v1.1.455
12:07:41 - ReActor - STATUS - Running v0.7.1-a1 on Device: CUDA
[text2prompt] Following databases are available:
all-mpnet-base-v2 : danbooru_strict
Loading weights [67ab2fd8ec] from D:\Apps\A1111\stable-diffusion-webui\models\Stable-diffusion\ponyDiffusionV6XL_v6StartWithThisOne.safetensors
2024-07-26 12:07:46,335 - AnimateDiff - INFO - Injecting LCM to UI.
2024-07-26 12:07:54,123 - AnimateDiff - INFO - Hacking i2i-batch.
2024-07-26 12:07:54,165 - ControlNet - INFO - ControlNet UI callback registered.
Creating model from config: D:\Apps\A1111\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml
[tag-editor] Custom taggers loaded: ['aesthetic shadow', 'cafeai aesthetic classifier', 'Improved Aesthetic Predictor', 'wd aesthetic classifier']
[text2prompt] Loading database with name "all-mpnet-base-v2 : danbooru_strict"...
[text2prompt] Database loaded
Running on local URL: http://127.0.0.1:7860
To create a public link, set share=True in launch().
2024-07-26 12:08:00,327 - AnimateDiff - INFO - Hacking i2i-batch is already done.
2024-07-26 12:08:00,331 - AnimateDiff - INFO - Hacking i2i-batch is already done.
Startup time: 139.3s (initial startup: 0.1s, prepare environment: 40.3s, import torch: 26.3s, import gradio: 11.1s, setup paths: 9.3s, import ldm: 0.2s, initialize shared: 1.9s, other imports: 6.5s, setup gfpgan: 0.3s, list extensions: 0.1s, list SD models: 3.5s, load scripts: 23.4s, load upscalers: 0.1s, initialize extra networks: 1.3s, scripts before_ui_callback: 1.3s, create ui: 11.5s, gradio launch: 1.5s, add APIs: 1.0s, app_started_callback: 0.2s).
Loading VAE weights specified in settings: D:\Apps\A1111\stable-diffusion-webui\models\VAE\sdxl_vae.safetensors
Applying attention optimization: xformers... done.
Model loaded in 127.0s (load weights from disk: 10.8s, create model: 1.3s, apply weights to model: 88.2s, apply half(): 0.8s, apply dtype to VAE: 0.3s, load VAE: 16.5s, move model to device: 0.2s, hijack: 0.3s, load textual inversion embeddings: 2.5s, calculate empty prompt: 5.9s).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A bit desesperate. Everything was running fine yesterday.
My main change between two runs was that I updated xformers and cuda
My loading arguments are --xformers --ckpt-dir 'D:\Apps\A1111\stable-diffusion-webui\models\Stable-diffusion' --api --cors-allow-origins=http://127.0.0.1:3456 (but my line was previously saved and erased and I had to type it from memory, maybe there's an error here ?). I'm running it with a 3080.
The log goes like this, the interface doesn't respond anymore. Trying to generate anything or use the tabs (like png info) doesn't do anything:
venv "D:\Apps\A1111\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)]
Version: v1.9.4
Commit hash: feee37d
CUDA 12.1
Launching Web UI with arguments: --autolaunch --xformers --ckpt-dir D:\Apps\A1111\stable-diffusion-webui\models\Stable-diffusion --api --cors-allow-origins=http://127.0.0.1:3456
2024-07-26 12:07:24.4055253 [E:onnxruntime:Default, provider_bridge_ort.cc:1745 onnxruntime::TryGetProviderInfo_CUDA] D:\a_work\1\s\onnxruntime\core\session\provider_bridge_ort.cc:1426 onnxruntime::ProviderLibrary::Get [ONNXRuntimeError] : 1 : FAIL : LoadLibrary failed with error 126 "" when trying to load "D:\Apps\A1111\stable-diffusion-webui\venv\lib\site-packages\onnxruntime\capi\onnxruntime_providers_cuda.dll"
2024-07-26 12:07:24.4357314 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:895 onnxruntime::python::CreateExecutionProviderInstance] Failed to create CUDAExecutionProvider. Please reference https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirementsto ensure all dependencies are met.
[-] ADetailer initialized. version: 24.6.0, num models: 10
[AddNet] Updating model hashes...
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 351/351 [00:00<00:00, 9225.30it/s]
[AddNet] Updating model hashes...
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 351/351 [00:00<00:00, 42290.04it/s]
ControlNet preprocessor location: D:\Apps\A1111\stable-diffusion-webui\extensions\sd-webui-controlnet\annotator\downloads
2024-07-26 12:07:37,408 - ControlNet - INFO - ControlNet v1.1.455
12:07:41 - ReActor - STATUS - Running v0.7.1-a1 on Device: CUDA
[text2prompt] Following databases are available:
all-mpnet-base-v2 : danbooru_strict
Loading weights [67ab2fd8ec] from D:\Apps\A1111\stable-diffusion-webui\models\Stable-diffusion\ponyDiffusionV6XL_v6StartWithThisOne.safetensors
2024-07-26 12:07:46,335 - AnimateDiff - INFO - Injecting LCM to UI.
2024-07-26 12:07:54,123 - AnimateDiff - INFO - Hacking i2i-batch.
2024-07-26 12:07:54,165 - ControlNet - INFO - ControlNet UI callback registered.
Creating model from config: D:\Apps\A1111\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml
[tag-editor] Custom taggers loaded: ['aesthetic shadow', 'cafeai aesthetic classifier', 'Improved Aesthetic Predictor', 'wd aesthetic classifier']
[text2prompt] Loading database with name "all-mpnet-base-v2 : danbooru_strict"...
[text2prompt] Database loaded
Running on local URL: http://127.0.0.1:7860
To create a public link, set
share=True
inlaunch()
.2024-07-26 12:08:00,327 - AnimateDiff - INFO - Hacking i2i-batch is already done.
2024-07-26 12:08:00,331 - AnimateDiff - INFO - Hacking i2i-batch is already done.
Startup time: 139.3s (initial startup: 0.1s, prepare environment: 40.3s, import torch: 26.3s, import gradio: 11.1s, setup paths: 9.3s, import ldm: 0.2s, initialize shared: 1.9s, other imports: 6.5s, setup gfpgan: 0.3s, list extensions: 0.1s, list SD models: 3.5s, load scripts: 23.4s, load upscalers: 0.1s, initialize extra networks: 1.3s, scripts before_ui_callback: 1.3s, create ui: 11.5s, gradio launch: 1.5s, add APIs: 1.0s, app_started_callback: 0.2s).
Loading VAE weights specified in settings: D:\Apps\A1111\stable-diffusion-webui\models\VAE\sdxl_vae.safetensors
Applying attention optimization: xformers... done.
Model loaded in 127.0s (load weights from disk: 10.8s, create model: 1.3s, apply weights to model: 88.2s, apply half(): 0.8s, apply dtype to VAE: 0.3s, load VAE: 16.5s, move model to device: 0.2s, hijack: 0.3s, load textual inversion embeddings: 2.5s, calculate empty prompt: 5.9s).
Beta Was this translation helpful? Give feedback.
All reactions