15.09.2024, 15:37
(15.09.2024, 14:26)Selur Wrote: => does not seem like ColorMNet is used when calling:
There was no download,... => What should be downloaded to where when DeepExModel=0 <> ColorMNet is used?from vsdeoldify import HAVC_main
clip = HAVC_main(clip=clip, EnableDeepEx=True, DeepExRefMerge=0, DeepExModel=0)
I the torch cache dir are downloaded:
the folder repo: facebookresearch_dinov2_main (it seems strange but torch is capable to do it)
under the folder chekpoints are downloaded the following networks:
- resnet18-5c106cde.pth
- dinov2_vits14_pretrain.pth
- resnet50-19c8e357.pth
having decided to set the the torch cache under the model filter's folder, implies that Hybrid need to be installed in a writeable directory.
Dan