Denoising SDXL iteration images for coherent image previews that a user could understand #7001 #7135
Replies: 2 comments
-
I actually was thinking that this wasn't possible since the noisy images you're seeing is what's happening in real time, a simple blur doesn't get the result you want. But I found something that could work for what you want, based in my answer from here: #6991 I get this result (without taesd): There's a denoising technique that works with those images, the result is like this: And it seems you don't care that much about the quality, so you can scale it up: This doesn't work with taesd that well, the noise is not the same, and also it's really slow (with taesd). If this works for you I can clean the code and paste it here, probably need to lower the strength towards the end to get a less blurry image as well. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm currently trying to create image previews with SDXL. This works! However, the image output are very noisy. A very long time ago I found a solution to this for sd1.5 but unfortunately it has been lost to time.
How would I go about denoising these images so they are a little more coherent to a human viewer? I know the first couple of iterations are always going to be very noisy, but eventually it should be possible to convert this noise into a blurry image that a human could understand.
The desired output can be seen below, turning the noisey image into a somewhat comprehensible image that a human can understand is a dog. (Both of these images were after 1 iteration)

Beta Was this translation helpful? Give feedback.
All reactions