MISSING Yaml

#35
by MattHVisual - opened

Getting this error. Were can I find the yaml files?
control_v11p_sd21_zoedepth.yaml is missing. ControlNet 1.1 must have configs.

This comment has been hidden

So, where to get it?
Same thing here
"AssertionError: Error: The model config X:\stex\extensions\sd-webui-controlnet\models\control_v11p_sd21_openposev2.yaml is missing. ControlNet 1.1 must have configs"

yeah how to solve this?

Came here to post this. I imagine 1.1 introduced the need for individual yaml's and thibaud has not created them yet?

ahh yeah that makes sense

in settings/controlnet, change cldm_v15.yaml by cldm_v21.yaml

in settings/controlnet, change cldm_v15.yaml by cldm_v21.yaml

This does not work (tried it), Thibaud has added the required yaml's now.

But it still doesn't work, throws errors instead.

Same for me, and I'm confused as to why...

If you go into the files you'll see that there are two model nodes--I deleted the second one and left the first and it seemed to solve the issue.

max can you be specific, which file which node?

If you go into the files you'll see that there are two model nodes--I deleted the second one and left the first and it seemed to solve the issue.

Can you be specific please which file and specifically which line did you remove?

FYI this model/yaml 2.1 is working for me > https://huggingface.co/furusu/ControlNet/tree/main

max can you be specific, which file which node?

Yes, sorry, I was referring to the individual yaml files that need to be alongside the models. They require a yaml with the same name, etc.

do the new .yaml files work for you? I always get size mismatch errors

The new yamls don't work, as mentioned you have to take furusu's yaml's and copy their content into thidbauds.

FYI this model/yaml 2.1 is working for me > https://huggingface.co/furusu/ControlNet/tree/main

Came here with same problem (using M1 Mac) and this worked for me i.e. paste the contents of any of these yamls in the link above into your 2.1 model yamls (same code in all yamls). Happy days.

Sign up or log in to comment