Jonseed
Jonseed
I've been wondering why low denoising strength has been causing blurriness and distortion when using hires fix. Low denoising should just result in the generated image being closer to the...
I also see this bug. Exact same parameters and seed, but entirely different images if you change the batch size.
@JaySmithWpg doing a quick search for "brown" or "brownian" in the [paper](https://arxiv.org/pdf/2211.01095.pdf) that I think these DPM++ samplers came from, and nothing comes up. Does that mean it is not...
Any good solutions to this yet, other than changing the Brownian noise sampler to the default one?
So that sounds like we have to keep the Brownian tree noise sampler. But there has to be a way to make the seed repeatable in a batch.
@AlUlkesh so using your extension, if I make a batch of 8, and I want to reproduce the 8th image again, I have to do the whole batch of 8...
@AlUlkesh that would definitely help! You could even set it to throw away all those other images prior to the desired image in the batch, so it would effectively be...
Ideally you could just use the seed field that is already in the UI. Your extension could check to see if it is a SDE gen, find the initial seed,...
Hmm, how do you know what the initial seed is for an image generated in a batch?
I like the ability to paint in inpainting mode, but I also want to be able to mask as in prior behavior. Is there a toggle?