ControlNet-for-Diffusers
ControlNet-for-Diffusers copied to clipboard
TypeError: forward() got an unexpected keyword argument 'controlnet_hint'
It looks like something has changed with diffusers and it doesn't have this param:
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
But I might be missing something about the conversion:
Could you please use a specific commit id? @Suhail
git checkout 9a37409663a53f775fa380db332d37d7ea75c915
git checkout 9a37409663a53f775fa380db332d37d7ea75c915 this pr can‘t find maybe this pipline must update
I replaced control_hint by control_cond, new error occurred, maybe unet not have control
param