Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-28 11:11:21 +01:00
681d230b0c chore: update T2A workflow to match V2A style and current defaults
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-28 11:10:10 +01:00
62a3c5d0dc docs: rewrite README to reflect current node design
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-28 11:05:37 +01:00
30631c0cb4 fix: change fps output type from INT to FLOAT
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-28 11:05:06 +01:00
d0c9a72782 feat: add fps INT output to PrismAudioFeatureExtractor
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-28 11:03:50 +01:00
5b62be0447 chore: update default steps=100 and cfg_scale=7.0
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-28 11:00:49 +01:00
abd315092b feat: auto-use video duration from features when duration=0
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-28 10:55:10 +01:00
972d379369 refactor: simplify feature extractor inputs
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-28 10:52:53 +01:00
8969d407f6 feat: accept VHS_VIDEOINFO to auto-set fps in feature extractor
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-28 10:50:37 +01:00
707ccb463e perf: replace MP4 encode/decode with lossless .npy frame transfer
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-28 10:47:02 +01:00
c38df8c6fa chore: remove debug options and diagnostic logging
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-28 10:37:13 +01:00
2f626d8a96 fix: use videoprism_lvt_public_v1_large with joint video-text forward
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 23:57:08 +01:00
1d8b9b59e0 debug: add DIT velocity diagnostic at t=1 to isolate DIT vs VAE quality issue
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 22:40:00 +01:00
8bf4a0c3fc debug: log conditioner output stats and T2A text feature stats
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 22:28:10 +01:00
477fe0f08f debug: add latent and audio stats logging to V2A sampler
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 22:13:25 +01:00
c0b7ccbcee fix: substitute empty_clip_feat for video features when no video present
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 22:06:42 +01:00
45633788a4 debug: add latent and audio stats logging to T2A node
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 21:56:08 +01:00
11457fc27a debug: fix VAE load_state_dict diagnostic — load into .model directly
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 21:53:27 +01:00
f2705b3063 debug: log weight load stats for diffusion and VAE checkpoints
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 21:40:36 +01:00
83a7f2787b feat: add debug_zero_video/sync toggles and feature stats logging to sampler
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 21:28:22 +01:00
140cc5ee9a feat: implement real Synchformer visual encoder (TimeSformer ViT-B/16)