-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit 2b7deff
vladmandicDN6github-actions[bot]
authoredfix scale_shift_factor being on cpu for wan and ltx (#12347)
* wan fix scale_shift_factor being on cpu
* apply device cast to ltx transformer
* Apply style fixes
---------
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent 941ac9c commit 2b7deff
File tree
3 files changed
+7
-5
lines changed- src/diffusers/models/transformers
3 files changed
+7
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
353 | 353 |
| |
354 | 354 |
| |
355 | 355 |
| |
356 | - | ||
356 | + | ||
357 | + | ||
358 | + | ||
357 | 359 |
| |
358 | 360 |
| |
359 | 361 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
682 | 682 |
| |
683 | 683 |
| |
684 | 684 |
| |
685 | - | ||
685 | + | ||
686 | 686 |
| |
687 | 687 |
| |
688 | 688 |
| |
689 | 689 |
| |
690 | - | ||
690 | + | ||
691 | 691 |
| |
692 | 692 |
| |
693 | 693 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 | - | ||
106 | + | ||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| |||
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
364 | - | ||
364 | + | ||
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
|
0 commit comments