NoCrypt / sd-webui-colab

The OG Automatic1111 Colab Notebook
30 stars 2 forks source link

Controlnet models arent working #23

Open Raemas90 opened 1 year ago

Raemas90 commented 1 year ago

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.

Omenizer commented 1 year ago

same here, no openpose model, but it's in the folder

moxumbic commented 1 year ago

same here, no openpose model, but it's in the folder

delete webui folder in google drive

jorymo commented 1 year ago

Same problem. I deleted the webUI folder to no avail. Regardless of which ControlNet version I choose, only preprocessors show up and no models will show

NoCrypt commented 1 year ago

Aight, I just tried the preprocessors, and it seems to be working fine for me I suggest to remove the saved config.json in your drive since I changed a few stuff

jorymo commented 1 year ago

No luck, unfortunately. I also noticed that the dropdown menu for .vaes is now missing as well. Is there potentially something I'm doing wrong?

NoCrypt commented 1 year ago

@jorymo maybe try again with config_in_drive turned off

jorymo commented 1 year ago

That did it! Not sure why deleting my config didn't work, but I did what you said, downloaded the config from the colab storage, and it works just fine after that. Thank you for the help!