Skip to content

forward pass differences between "basic" img2img and img2img "alternative" script #4281

Answered by TKoestlerx
Ehplodor asked this question in Q&A
Discussion options

You must be logged in to vote

At the beginning (noise=0) its the original image, at the other end of the scale its a pure gaussian(noise=1).

And the forward process can jump to any noise-level in 1step. There is no need to calculate noise level 0.01, 0.02.. just go for the 0.8 in one step.

img2imgalt needs to go back the ladder step by step. Because it has no easy gaussian to aim for. Its looking to find the original one..

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Ehplodor
Comment options

@TKoestlerx
Comment options

@Ehplodor
Comment options

@Ehplodor
Comment options

@Ehplodor
Comment options

Answer selected by Ehplodor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants