IDKiro / sdxs

Official repo of our paper "SDXS: Real-Time One-Step Latent Diffusion Models with Image Conditions"
Apache License 2.0
558 stars 20 forks source link

Number Steps and Strength different than 1 not working. #10

Open joansc opened 3 months ago

joansc commented 3 months ago

Hello, I am trying SDXS with the AutoPipelineForImage2Image pipeline, but I noticed that if I set up a number of steps bigger than 1 the results get worse and if I set a value of Strength smaller than 1 it gives an error. Is this behaviour normal?

Thanks in advance,

Joan

IDKiro commented 3 months ago

v0.9 only supports steps=1.

joansc commented 3 months ago

Thanks for clarify, how about the Strength parameter?

IDKiro commented 3 months ago

If by strength you mean STRENGTH in SDEdit-style img2img, I haven't tested it, but since v0.9 doesn't support multistep, the support for SDEdit-style img2img should be worse.

passerby233 commented 2 months ago

I tested v0.9 with img2img. It only works with step=1 and strength=1.0, strength with other values leads to colored-glass like image.

IDKiro commented 2 months ago

We'll upload a version that allows for multi-step sampling later this month, so you can watch this repository for updates.

IDKiro commented 2 months ago

The subsequent open source program has been terminated by the Company. I'll reopen these issues if there are subsequent progress.