The new dev version is even better than expected, when Denoise is none, Color tweaks is also set to none.
This is the correct behavior, since if Denoise is set to none all the Color tweaks will be disabled.
26.09.2025, 20:34 (This post was last modified: 26.09.2025, 20:43 by Selur.)
Is the documenation:
:param ColorFix: This parameter allows to reduce color noise on specific chroma ranges.
Allowed values are:
'None',
'Magenta',
'Magenta/Violet', (default)
'Violet',
'Violet/Red',
'Blue/Magenta',
'Yellow',
'Yellow/Orange',
'Yellow/Green'
:param ColorMap: This parameter allows to change a given color range to another color.
Allowed values are:
'None', (default)
'Blue->Brown',
'Blue->Red',
'Blue->Green',
'Green->Brown',
'Green->Red',
'Green->Blue',
'Red->Brown',
'Red->Blue'
'Yellow->Rose'
correct?
Cu Selur
Ps.: Updated Hybrid_havc_test, let me know it that fixes the problem. (Switched the locations and the possible values of the combo boxes)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
I'm going to release the new HAVC version 5.5.2.
It is a small update, but I introduced another parameter, called ColorTemp in HAVC_main.
It is an integer with range (0-5), the definition of the parameter is the following
:param ColorTemp: Strength of the color temporal stabilization filter. This post process filter will
be applied only to the DDColor family color models: DDColor(Artistic), DDColor(ModelScope),
Zhang(Siggraph17), Zhang(ECCV16). Allowed values are:
0 = None (default)
1 = VeryHigh
2 = High
3 = Medium
4 = Low
5 = VeryLow