29.03.2024, 21:40
(29.03.2024, 21:06)Selur Wrote:Quote:1) the lists for filters "Chroma smoothing/stabilizer" start with a boolean flag to enable them.=> In theory I could parse the content and change and validate it, but I would have to adjust it each time you change the parameters, so I think for the moment I will keep it the way it is.
When the list is checked/unchecked can you automatically change the flag to True/False ?
Ok, but if I change the param list to something like
chroma_smoothing_enabled=True, chroma_smoothing_param=[0.1,0.2,0.6,0.65]
Dan
(29.03.2024, 21:06)Selur Wrote: Not plaining to do so, since 'darkness' has more than one element aside from the enable/disable decision and the next thing that happens when I add elements for dark_threshold and dark_amount in the ui is that you add x additional parameters.
=> Sorry, not going to happen. (maybe once vsDeoldify is more stable)
To be to be more precise respect to the version 2.x I added the following parameters
1) "darkness: list = [False, 0.2, 0.8]"
2) " enable/disable FP16 in ddcolor inference"
3) in chroma_stabilizer the parameters: 4, 5, 6, 7
For a total of 8 additional parameters.
If you prefer I can try to reduce the number parameters, in order to do not exceed the number of parameters included in ver. 2.x
Dan