Replies: 1 comment 4 replies
-
Can you share the complete error in the console? Maybe something is not updated on external_code.py (if on dev_upstream) |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
[text2prompt] Following databases are available:
all-mpnet-base-v2 : danbooru_strict
Loading model jibMixRealisticXL_v120TheLastHuzzah.safetensors [23a0978641] (1 out of 1)
Loading weights [23a0978641] from Z:\Stable Forge\stable-diffusion-webui-forge\models\Stable-diffusion\jibMixRealisticXL_v120TheLastHuzzah.safetensors
*** module 'lib_controlnet.external_code' has no attribute 'get_models' ***
Traceback (most recent call last):
File "Z:\Stable Forge\stable-diffusion-webui-forge\extensions\sd-webui-replacer\replacer\extensions\controlnet.py", line 213, in getInpaintModels
models = external_code.get_models()
AttributeError: module 'lib_controlnet.external_code' has no attribute 'get_models'
*** module 'lib_controlnet.external_code' has no attribute 'get_models' ***
Traceback (most recent call last):
File "Z:\Stable Forge\stable-diffusion-webui-forge\extensions\sd-webui-replacer\replacer\extensions\controlnet.py", line 213, in getInpaintModels
models = external_code.get_models()
AttributeError: module 'lib_controlnet.external_code' has no attribute 'get_models'
Beta Was this translation helpful? Give feedback.
All reactions