Closed zihaog0724 closed 1 year ago
Hi, young CMUer! @zihaog0724
It seems to be a problem of your network. The following line fails to download.
r = requests.get(
"https://raw.githubusercontent.com/lllyasviel/ControlNet/main/models/cldm_v15.yaml"
)
@haofanwang Yes, there was an issue about the network. I've downloaded the yaml file manually. Thanks CMUer go tartans!
hi,
I'm following the README instruction strictly to convert control into diffusers-model. when i do
python ./scripts/convert_controlnet_to_diffusers.py --checkpoint_path control_any3_openpose.pth --dump_path control_any3_openpose --device cpu
i got
Thanks for any help.