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

using existing stable diffusion instalation #2

Open
ekswathi opened this issue Feb 22, 2023 · 3 comments
Open

using existing stable diffusion instalation #2

ekswathi opened this issue Feb 22, 2023 · 3 comments

Comments

@ekswathi
Copy link

Hi bro,
If we can use already existing stable diffusion(for eg: Automatic1111) it will save a lot of disk space.
Just a suggestion.
Thank you

@p4vv37
Copy link
Owner

p4vv37 commented Feb 26, 2023

Hi,
Thank you for the suggestion, Automatic1111 did not have Depth2IMG back then, I think it does now, so this could be possible.
But probably using ControlNet could be a great upgrade, so I hope to test switching backend to one of then some time in the future.

@ekswathi
Copy link
Author

thank you for the replay.
I am getting this error below, please help(I am on win10)
from urllib3.contrib.pyopenssl import orig_util_SSLContext as SSLContext
File "E:\programs\conda\envs\SDTG4B_CONDA\lib\site-packages\urllib3\contrib\pyopenssl.py", line 50, in
import OpenSSL.crypto
File "E:\programs\conda\envs\SDTG4B_CONDA\lib\site-packages\OpenSSL_init_.py", line 8, in
from OpenSSL import SSL, crypto
File "E:\programs\conda\envs\SDTG4B_CONDA\lib\site-packages\OpenSSL\SSL.py", line 19, in
from OpenSSL.crypto import (
File "E:\programs\conda\envs\SDTG4B_CONDA\lib\site-packages\OpenSSL\crypto.py", line 3253, in
utils.deprecated(
TypeError: deprecated() got an unexpected keyword argument 'name'

ERROR conda.cli.main_run:execute(49): conda run python H:\Blender3_addons\test addons\scripts\addons\SDTG4B\start_sd_server.py failed. (See above for error)

@p4vv37
Copy link
Owner

p4vv37 commented Feb 28, 2023

That's some conflict of packages, try:
conda install -c anaconda openssl
after conda activate

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