Frequency Separation model #2622
MagnificentPenguin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'd like to propose the creation of a new ControlNet module aimed at preserving the low and medium frequencies of an image. This can be achieved through the implementation of either a bilateral filter or a median filter. In theory, these filters should enable the generation of images that closely resemble the original in terms of shapes, low-medium features, contours, and color. Could be perfect for upscaling, enhancing details and more.
The current widely adopted method for preserving these frequencies involves the use of the Tile/Blur module. However, I've found it to be imperfect due to the nature of the filters it employs. To illustrate, I've included a comparison between the source image, the blur_gaussian preprocessor, the tile_resample preprocessor, the proposed median filter, and the proposed bilateral filter.
I lack the knowledge and computing power to implement these models myself. I hope that someone within this community might have the time and resources to undertake this. It's worth noting that the proposed solution doesn't involve any new algorithms; rather, it relies on classic and simple filters, which could potentially make the implementation easier.
Thank you for your time, and I appreciate the continuous efforts in enhancing ControlNet!
Beta Was this translation helpful? Give feedback.
All reactions