KeyError: 'STABILITY_API_DEFAULT #413
Unanswered
tmprabubiz
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting this error...... PLEASE GUIDE
" File "importlib_init_.py", line 126, in import_module
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "F:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\py\easyNodes.py", line 7656, in
from .libs.stability import stableAPI
File "F:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\py\libs\stability.py", line 155, in
stableAPI = StabilityAPI()
^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\py\libs\stability.py", line 22, in init
self.getAPIKeys()
File "F:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\py\libs\stability.py", line 48, in getAPIKeys
self.api_current = data['STABILITY_API_DEFAULT']
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'STABILITY_API_DEFAULT'"
Beta Was this translation helpful? Give feedback.
All reactions