Commit 0e86881
fix inpainting pipeline when providing initial latents (huggingface#3641)
* fix latents
* fix copies
---------
Co-authored-by: yiyixuxu <yixu310@gmail,com>1 parent f1d4743 commit 0e86881
File tree
2 files changed
+4
-4
lines changed- src/diffusers/pipelines
- controlnet
- stable_diffusion
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
868 | 868 | | |
869 | 869 | | |
870 | 870 | | |
871 | | - | |
872 | | - | |
| 871 | + | |
| 872 | + | |
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
657 | | - | |
| 656 | + | |
| 657 | + | |
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
| |||
0 commit comments