What is the difference between FlatLog2TrueColor and BW2TrueColor?

#2
by makisekurisu-jp - opened

https://huggingface.co/prithivMLmods/QIE-2511-FlatLog2TrueColor

https://huggingface.co/prithivMLmods/QIE-2511-BW2TrueColor

What is the difference between these two LoRAs? They both seem to convert black‑and‑white images into color images.

Hey, @makisekurisu-jp

Logarithmic Gamma Curve (flat) and Black & White images are not the same!

Log images are desaturated and low in contrast because the dynamic range compresses both highlights and shadows. Because of this, they appear flat and usually require color grading, which makes post-processing easier. In contrast, Black & White images have high contrast and contain no color information (monochrome).

In simple terms: B&W images are grayscale (no color) & Log images are technically full color, but they appear muted and flat.

So both adapters are trained differently, based on the respective logit distributions of their data.

prithivMLmods changed discussion status to closed

Sign up or log in to comment