Commit 354d35a
bugfix: fix chrono-edit context parallel (#12660)
* bugfix: fix chrono-edit context parallel
* bugfix: fix chrono-edit context parallel
* Update src/diffusers/models/transformers/transformer_chronoedit.py
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
* Update src/diffusers/models/transformers/transformer_chronoedit.py
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
* Clean up comments in transformer_chronoedit.py
Removed unnecessary comments regarding parallelization in cross-attention.
* fix style
* fix qc
---------
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>1 parent 544ba67 commit 354d35a
1 file changed
+10
-6
lines changedLines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
153 | | - | |
| 154 | + | |
| 155 | + | |
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| |||
568 | 570 | | |
569 | 571 | | |
570 | 572 | | |
571 | | - | |
572 | | - | |
573 | | - | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
574 | 578 | | |
575 | 579 | | |
576 | 580 | | |
| |||
0 commit comments