Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot launch or download dddetailer required assets #13

Open
coliair opened this issue May 2, 2023 · 1 comment
Open

Cannot launch or download dddetailer required assets #13

coliair opened this issue May 2, 2023 · 1 comment

Comments

@coliair
Copy link

coliair commented May 2, 2023

error code below

Error running install.py for extension extensions\dddetailer.
Command: "C:\Users\Lucky Luciano\stable-diffusion-webui\venv\Scripts\python.exe" "extensions\dddetailer\install.py"
Error code: 1
stdout:
stderr: Traceback (most recent call last):
File "C:\Users\Lucky Luciano\stable-diffusion-webui\extensions\dddetailer\install.py", line 36, in check_ddetailer
from launch import extensions_dir
ImportError: cannot import name 'extensions_dir' from 'launch' (C:\Users\Lucky Luciano\stable-diffusion-webui\launch.py)
During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\Lucky Luciano\stable-diffusion-webui\extensions\dddetailer\install.py", line 99, in
if not check_ddetailer():
File "C:\Users\Lucky Luciano\stable-diffusion-webui\extensions\dddetailer\install.py", line 40, in check_ddetailer
from launch import data_path
ImportError: cannot import name 'data_path' from 'launch' (C:\Users\Lucky Luciano\stable-diffusion-webui\launch.py)

@Bing-su
Copy link
Owner

Bing-su commented May 2, 2023

My mistake. Fixed it, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants