Today, 09:33
but in R74, the constants vs.RANGE_FULL (=0) and vs.RANGE_LIMITED (=1) are still defined ? vs
|
Deoldify Vapoursynth filter
|
|
Today, 09:33
but in R74, the constants vs.RANGE_FULL (=0) and vs.RANGE_LIMITED (=1) are still defined ? vs
myrsloik mentionend that one should use the constants,...
Looking in the code: typedef enum VSRange {=> using the constants is fine, Vapoursynth switches the values depending on where the value is set. ![]() And yes, the constants are still there https://github.com/vapoursynth/vapoursyn...t__.py#L14 Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
11 hours ago
But this code will work in R74 ?
if vs.core.core_version.release_major < 74:In R72 this code will work, but since I don't have R74 installed, I cannot test it in R74. Dan
I see no reason for it not to work.
![]() (haven't tested )I plan to setup a test R74 with Python 3.12 later today.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
10 hours ago
Code, works fine with R74. (tested)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
6 hours ago
Released new version: v5.6.7
Main changes: Improved connection error handling in ColorMNetDan
4 hours ago
are any adjustments to Hybrid needed?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
3 hours ago
No, all the changes are related to API not directly exposed in Hybrid.
I improved the scene detection algorithm and this was necessary to allow the use of DiT models as additional coloring model. The next big change will be the direct support of DiT models in Hybrid, but for such step I need that will be released a DiT model with low hardware requirements. Unfortunately most of the researchers working on Qwen left Alibaba and I don't know if they will start to produce new lightweight models in other companies. Fortunately the high VRAM cost is providing an incentive to many researchers to develop models with lower RAM usage. Will see.. Dan |
|
« Next Oldest | Next Newest »
|