Replies: 4 comments 1 reply
-
|
I have the same problom,how can i deal with it? |
Beta Was this translation helpful? Give feedback.
-
|
same problem |
Beta Was this translation helpful? Give feedback.
-
|
@Jackyutopia and @AL3X830 , do you have exactly the same error message? The line number is not the same between the repo code and Ramoyald error message for the Also, can you give a list of the filenames of models you have in your |
Beta Was this translation helpful? Give feedback.
-
|
Although I still have no idea what caused the issue, I decided to simply reinstall everything in a different folder. Now it works normally. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Updated my tool to latest version and now controlnet doesn't seem to want to play nice anymore. Each time I try to use it I'm getting this error message and I'm not sure how to fix it. I usually find a fix by myself but this one is a bit too complex for me.
Error running process: G:\stable-diffusion-webui-master\extensions\sd-webui-controlnet\scripts\controlnet.py
Traceback (most recent call last):
File "G:\stable-diffusion-webui-master\modules\scripts.py", line 418, in process
script.process(p, *script_args)
File "G:\stable-diffusion-webui-master\extensions\sd-webui-controlnet\scripts\controlnet.py", line 1073, in process
model_net = self.load_control_model(p, unet, unit.model, unit.low_vram)
File "G:\stable-diffusion-webui-master\extensions\sd-webui-controlnet\scripts\controlnet.py", line 734, in load_control_model
model_net = self.build_control_model(p, unet, model, lowvram)
File "G:\stable-diffusion-webui-master\extensions\sd-webui-controlnet\scripts\controlnet.py", line 761, in build_control_model
state_dict = load_state_dict(model_path)
File "G:\stable-diffusion-webui-master\extensions\sd-webui-controlnet\scripts\utils.py", line 10, in load_state_dict
if extension.lower() == ".safetensors":
AttributeError: 'tuple' object has no attribute 'lower'
Any help on how to fix this would be great and thanks for making incredible tool for SD :)
ControlNet v1.1.200
Beta Was this translation helpful? Give feedback.
All reactions