30.03.2024, 11:39
(30.03.2024, 11:28)Selur Wrote:deoldify_p: list = [0, 24, 1.0, 0. :param deoldify_p: parameters for deoldify(): [0] deoldify model to use (default = 0): 0 = ColorizeVideo_gen 1 = ColorizeStable_gen 2 = ColorizeArtistic_gen [1] render factor for the model, range: 10-44 (default = 24). [2] saturation parameter to apply to deoldify color model (default = 1) [3] hue parameter to apply to deoldify color model (default = 1)
calling:
'_deoldify' has no match model 3,....clip = ddeoldify(clip=clip, method=3, deoldify_p=[3, 24, 1, 0], ddcolor_p=[1, 24, 1, 0, True])
It is correct, for deoldify valid models are: 0, 1, 2 (the valid models are described in " :param deoldify_p: ")
Dan
P.S.
I will release a new RC with correct description for "hue"

