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
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Error running process: /content/sdw/extensions/sd-webui-controlnet/scripts/controlnet.py
Traceback (most recent call last):
File "/content/sdw/modules/scripts.py", line 418, in process
script.process(p, *script_args)
File "/content/sdw/extensions/sd-webui-controlnet/scripts/controlnet.py", line 1022, in process
model_net = self.load_control_model(p, unet, unit.model, unit.low_vram)
File "/content/sdw/extensions/sd-webui-controlnet/scripts/controlnet.py", line 685, in load_control_model
model_net = self.build_control_model(p, unet, model, lowvram)
File "/content/sdw/extensions/sd-webui-controlnet/scripts/controlnet.py", line 694, in build_control_model
raise RuntimeError(f"You have not selected any ControlNet Model.")
RuntimeError: You have not selected any ControlNet Model.
This happens when I select the preprosessor, there arent any models to chose from, the only one that works for me is the reference_only and related to this one.
Error running process: /content/sdw/extensions/sd-webui-controlnet/scripts/controlnet.py
Traceback (most recent call last):
File "/content/sdw/modules/scripts.py", line 418, in process
script.process(p, *script_args)
File "/content/sdw/extensions/sd-webui-controlnet/scripts/controlnet.py", line 1022, in process
model_net = self.load_control_model(p, unet, unit.model, unit.low_vram)
File "/content/sdw/extensions/sd-webui-controlnet/scripts/controlnet.py", line 685, in load_control_model
model_net = self.build_control_model(p, unet, model, lowvram)
File "/content/sdw/extensions/sd-webui-controlnet/scripts/controlnet.py", line 694, in build_control_model
raise RuntimeError(f"You have not selected any ControlNet Model.")
RuntimeError: You have not selected any ControlNet Model.
This happens when I select the preprosessor, there arent any models to chose from, the only one that works for me is the reference_only and related to this one.