diffusers
6a7c2d0a - fix flux controlnet bug (#11152)

Commit
243 days ago
fix flux controlnet bug (#11152) Before this if txt_ids was 3d tensor, line with txt_ids[:1] concat txt_ids by batch dim. Now we first check that txt_ids is 2d tensor (or take first batch element) and then concat by token dim
Author
Parents
Loading