diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

Fix minor bug in SD3 img2img test

Open a-r-r-o-w opened this issue 1 year ago • 0 comments

What does this PR do?

vae image processor takes inputs in range [0, 1] for images. previously, we had an additional line that makes the range [0.5, 1]. while that works, i think this is the more correct thing to do.

context: https://github.com/huggingface/diffusers/pull/8709#discussion_r1661780194

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag members/contributors who may be interested in your PR.

@yiyixuxu

a-r-r-o-w avatar Jul 03 '24 06:07 a-r-r-o-w