03.01.2025, 15:04
Hello Selur,
I just released the new vs-deoldify version v4.6.0
In the new version I added 2 new color models under DDcolor:
Real-Time User-Guided Image Colorization with Learned Deep Priors (Zhang, 2017)
Colorful Image Colorization (Zhang, 2016)
these 2 models has been added as additional models: siggraph17, eccv16, in DDcolor since have in common the same settings and tweaks.
On first use the following pytorch models will be downloaded:
In vs-deoldify the torch hub directory is in: Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\models
You can install the new version with the command
No additional packages are necessary.
To add the new models in Hybrid GUI is just enough that you add the new DDcolor models 2 & 3 as described in the description of parameter DDcolor-model contained in the ddcolor_p list:
I hope that you have time to add them.
Thanks
Dan
I just released the new vs-deoldify version v4.6.0
In the new version I added 2 new color models under DDcolor:
Real-Time User-Guided Image Colorization with Learned Deep Priors (Zhang, 2017)
Colorful Image Colorization (Zhang, 2016)
these 2 models has been added as additional models: siggraph17, eccv16, in DDcolor since have in common the same settings and tweaks.
On first use the following pytorch models will be downloaded:
In vs-deoldify the torch hub directory is in: Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\models
You can install the new version with the command
.\python -m pip install https://github.com/dan64/vs-deoldify/releases/download/v4.6.0/vsdeoldify-4.6.0-py3-none-any.whl
No additional packages are necessary.
To add the new models in Hybrid GUI is just enough that you add the new DDcolor models 2 & 3 as described in the description of parameter DDcolor-model contained in the ddcolor_p list:
DDColor-model to use (default = 1):
0 = ddcolor_modelscope,
1 = ddcolor_artistic
2 = colorization_siggraph17
3 = colorization_eccv16
I hope that you have time to add them.
Thanks
Dan