Replies: 2 comments
-
it seem to be same as #8708 . |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed #8917 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In img2img pipeline, vae'output substracted by shift_factor.
diffusers/src/diffusers/pipelines/stable_diffusion_3/pipeline_stable_diffusion_3_img2img.py
Line 629 in f1f542b
But not substracted in training.
diffusers/examples/dreambooth/train_dreambooth_sd3.py
Line 1547 in f1f542b
Is thig bug?
Beta Was this translation helpful? Give feedback.
All reactions