Replies: 3 comments 3 replies
-
Hmm, can you verify that, all else held constant, the 30th step of a 90-step generation equals the final step of a 30-step generation? I remember people discovering this equality did not exist back when SD was new. But could be different for these samplers you mention? |
Beta Was this translation helpful? Give feedback.
-
Generally Xth step in M step generation != Xth step in N step generation. You can even see it yourself using: For some very high-level understanding you may check following resources: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Ancestral samplers produce vastly different images at different step counts, so I commonly use Euler A and X/Y plot to see my favorite seeds at 30, 50, 70, and 90 steps. But for each image, IT STARTS FROM SCRATCH!
Wouldn't it be great if, after 30 steps, the latent space image was saved, and inference was resumed from there? For the above example, it would take 90 steps total, and give me 4 unique images. As it is now, it takes 30+50+70+90=240 steps.
Alternatively, I've considered making an add-on specifically designed for ancestral samplers, but I'd rather see it implemented directly in the X/Y plot, and I don't have the expertise at the moment to code it.
EDIT: This will not work because, as @przemoc explained, Xth step in N step generation != Xth step in X step generation.
Beta Was this translation helpful? Give feedback.
All reactions