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
after instaling all nessesery soft - LM studio and run server 1234 , i get this log in stable diffusion latest version (Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2)
Error loading script: auto_prompt_llm.py
Traceback (most recent call last):
File "I:\Github\stable-diffusion-webui\modules\scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "I:\Github\stable-diffusion-webui\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "I:\Github\stable-diffusion-webui\extensions\sd-webui-decadetw-auto-prompt-llm\scripts\auto_prompt_llm.py", line 11, in
from openai import OpenAI, OpenAIError
ImportError: cannot import name 'OpenAI' from 'openai' (I:\Github\stable-diffusion-webui\venv\lib\site-packages\openai_init.py)
did i missing something ?
The text was updated successfully, but these errors were encountered:
test is base on Releasesv1.10.0
but its seems like small error on ur version v1.10.1 test is on 1.10.0 , that should be auto install openAI lib.
u can try install by manual.
open cmd ont ur stable python venv and type : pip install OpenAI
i will try install v1.10.1 later or remove lib(OpenAI) dependence later
Hi,
after instaling all nessesery soft - LM studio and run server 1234 , i get this log in stable diffusion latest version (Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2)
Error loading script: auto_prompt_llm.py
Traceback (most recent call last):
File "I:\Github\stable-diffusion-webui\modules\scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "I:\Github\stable-diffusion-webui\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "I:\Github\stable-diffusion-webui\extensions\sd-webui-decadetw-auto-prompt-llm\scripts\auto_prompt_llm.py", line 11, in
from openai import OpenAI, OpenAIError
ImportError: cannot import name 'OpenAI' from 'openai' (I:\Github\stable-diffusion-webui\venv\lib\site-packages\openai_init.py)
did i missing something ?
The text was updated successfully, but these errors were encountered: