frankchieng / ComfyUI_MagicClothing

unofficial implementation of Comfyui magic clothing
Other
496 stars 42 forks source link

For single controlnet: `controlnet_conditioning_scale` must be type `float`. #75

Open yatoubusha opened 1 month ago

yatoubusha commented 1 month ago

i print the type and value of controlnet_conditioning_scale before self.check_inputs, it is float tyle and the value equals 1.0, while the code still return this error? Is it possible that there is an issue with the version of the diffusers library? image

judithdrive commented 1 week ago

same here