diffusers
6a7c2d0a
- fix flux controlnet bug (#11152)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#11152 - fix flux controlnet bug
Author
free001style
Parents
edc154da
Loading