Bug fix for controlnetpipeline check_image
Bug fix for controlnetpipeline check_image when using multicontrolnet and prompt list
Fixes # (issue) https://github.com/huggingface/diffusers/issues/7102
@sayakpaul
can we add a test here? for multi-controlnet and prompt list ? https://github.com/huggingface/diffusers/blob/ad310af0d65d5a008401ebde806bed413156cf82/tests/pipelines/controlnet/test_controlnet.py#L280
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.
can we add a test here? for multi-controlnet and prompt list ?
https://github.com/huggingface/diffusers/blob/ad310af0d65d5a008401ebde806bed413156cf82/tests/pipelines/controlnet/test_controlnet.py#L280
OK Done, It already had an multiple prompt test before:
469 def test_inference_multiple_prompt_input(self):
but its' prompt size is equals to controlnet number, so it didn't find the problem. I modify the input prompt size to 4 now.
@yiyixuxu could you give this a look again?
@Fantast616 test still fails - can you look into that?
can you fix the quality test?
can you fix the quality test?
Sorry for having other things recently, which may not be modified in time
gentle pin @Fantast616
thank you ver much :)