TypeError: forward() got an unexpected keyword argument 'controlnet_hint'
Suhail opened this issue · 4 comments
Suhail commented
Suhail commented
I tried converting it with the new HF script you updated:
- python scripts/convert_original_stable_diffusion_to_diffusers.py --controlnet --checkpoint_path ../models/control_sd15_canny.pth --dump_path ../models/control_sd15_canny --device cpu --original_config_file ./cldm_v15.yaml
haofanwang commented
Could you please use a specific commit id? @Suhail
git checkout 9a37409663a53f775fa380db332d37d7ea75c915
liangwq commented
git checkout 9a37409663a53f775fa380db332d37d7ea75c915 this pr can‘t find
maybe this pipline must update
paulpaulzhang commented