stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: Entry Point Not Found
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
I attempted to run webui-user.bat and upon doing so I get an error that says
The procedure entry point ?warn@c10@@YAXAEBVWarning@1@@Z could not be located in the dynamic link library D:\stable-diffusion-webui\venv\Lib\site-packages\xformers\_C.pyd.
Steps to reproduce the problem
Run Automatic as you normally would.
Wait until it gets to the commit hash and observe. The error for me appears when it states
Installing requirements current transparent-background 1.2.3
What should have happened?
That error shouldnt pop up.
Commit where the problem happens
baf6946e06249c5af9851c60171692c44ef633e0
What Python version are you running on ?
Python 3.10.x
What platforms do you use to access the UI ?
Windows
What device are you running WebUI on?
Other GPUs
What browsers do you use to access the UI ?
No response
Command Line Arguments
--xformers --medvram
List of extensions
- discord-rpc-for-automatic1111-webui | https://github.com/kabachuha/discord-rpc-for-automatic1111-webui.git | main | 040d70a8 | Mon Jun 12 16:00:34 2023
- ebsynth_utility | https://github.com/s9roll7/ebsynth_utility.git | main | 44c18e0e | Wed May 31 07:02:22 2023
- model-keyword | https://github.com/mix1009/model-keyword.git | main | bbc04e84 | Fri Jun 23 12:01:16 2023
- openOutpaint-webUI-extension | https://github.com/zero01101/openOutpaint-webUI-extension.git | main | 5e84d6d5 | Mon Apr 10 23:01:41 2023
- sd-webui-aspect-ratio-helper | https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git | main | 99fcf9b0 | Sun Jun 4 15:39:07 2023
- sd-webui-controlnet | https://github.com/Mikubill/sd-webui-controlnet.git | main | 784eadbb | Fri Jun 23 02:28:57 2023
- sd-webui-model-converter | https://github.com/Akegarasu/sd-webui-model-converter.git | main | f6e0fa53 | Tue May 23 13:04:48 2023
Console logs
Microsoft Windows [Version 10.0.19045.3086]
(c) Microsoft Corporation. All rights reserved.
D:\stable-diffusion-webui>webui-user.bat
venv "D:\stable-diffusion-webui\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)]
Version: v1.3.2
Commit hash: baf6946e06249c5af9851c60171692c44ef633e0
Installing requirements
current transparent-background 1.2.3
Launching Web UI with arguments: --xformers --medvram
WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
PyTorch 2.0.0+cu118 with CUDA 1108 (you have 1.13.1+cu117)
Python 3.10.10 (you have 3.10.11)
Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers)
Memory-efficient attention, SwiGLU, sparse and more won't be available.
Set XFORMERS_MORE_DETAILS=1 for more details
==============================================================================
You are running torch 1.13.1+cu117.
The program is tested to work with torch 2.0.0.
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.
==============================================================================
2023-06-23 14:00:12,580 - ControlNet - INFO - ControlNet v1.1.224
ControlNet preprocessor location: D:\stable-diffusion-webui\extensions\sd-webui-controlnet\annotator\downloads
2023-06-23 14:00:12,916 - ControlNet - INFO - ControlNet v1.1.224
Loading weights [155cb58446] from D:\stable-diffusion-webui\models\Stable-diffusion\526mixV14_v14.safetensors
Launching the Discord RPC extension. By https://github.com/kabachuha, version 0.1b
Use this link to report any problems or add suggestions https://github.com/kabachuha/discord-rpc-for-automatic1111-webui
Installing the missing 'pypresence' package and its dependencies,
In case it will give a package error after the installation, restart the webui.
Installing pypresence
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 optimization: xformers... done.
Textual inversion embeddings loaded(0):
Model loaded in 97.8s (load weights from disk: 7.4s, create model: 2.2s, apply weights to model: 84.5s, apply half(): 2.4s, load VAE: 0.3s, hijack: 0.1s, load textual inversion embeddings: 0.7s).
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
Startup time: 148.6s (import torch: 5.8s, import gradio: 8.9s, import ldm: 9.7s, other imports: 8.9s, setup codeformer: 0.7s, list SD models: 0.3s, load scripts: 6.9s, reload hypernetworks: 0.2s, create ui: 106.5s, gradio launch: 0.7s).
Additional information
The graphics card is the same as I have always used - Nvidia GTX 1050 Ti
Automatic does load but that error is annoying everytime I open the app.