(Yesterday, 23:16)Selur Wrote: Ah, okay.
Updated Hybrid_havc_test (fix: local vs remote in wrong order; added tool-tips)
Cu Selur
Wow!, a few months ago, it seemed impossible to add Diffusion/Transformes colorization to HAVC and today we are here testing it.
I tested your release and is good. Nice that in the GUI is now displayed the CPU and GPU usage.
I found the following small changes to be applied to the test version:
1) subsitute in the "CMNetDiT" Tool-tip
HAVCditEngine — a DiT-based model (Nunchaku/FLUX quantized)
with
HAVCditEngine — a DiT-based model (Nunchaku/Qwen-IE quantized)
I removed FLUX support due to the bad quality (I updated also the README).
2) add 3 decimal places to "SC tresh", given this treshold is applied to the edges is very sensitive to small shifts.
3) maybe is better to move the check-box "Vivid", below the spin-box "Frames"
4) in "Frames", change the Tool-tip in: "Default: 20, Min: 1 Max: 500"
Also implement this range in the spin-box
5) in "SC min int", change the range in Tool-tip: "Range [1, 100]".
Also implement this range in the spin-box
6) the "SC offset" should be applied to "SC min freq", the Tool-tip to be applied for this field is:
"Offset index used for the Scene change detection. The comparison will be performed,
between frame[n] and frame[n-offset]. An offset > 1 is useful to detect blended scene
change, range[1, 25]. Default = 2".
I noticed that if I set max_memory_frames=20, everything works, but if I set max_memory_frames=50, it crashes, probably due to some timeout.
I couldn't get past 40 memory_frames.
In effect setting memory_frames=40 doesn't return any frames for at least 160/200 seconds.
I'll try to review the initial loading implementation.
Using max_memory_frames=20 I obtained an encoding speed of 8 fps (on a clip with 2543 frames), while using max_memory_frames=40 I obtained an encoding speed of 11 fps.
Thanks,
Dan