Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 21:21:41 +01:00
f99d2666e8 fix: interpolate sync_cond to match audio sequence length in transformer
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 21:20:02 +01:00
934a401633 perf: replace PIL+PNG frame files with direct ffmpeg stdin pipe
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 21:19:27 +01:00
b3ac9ab22f feat: log MP4 conversion time before subprocess spawn
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 21:13:43 +01:00
ca87c41a2e feat: add per-step timing to feature extraction logs
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 21:07:18 +01:00
63bd999dfa fix: switch to VideoPrism large (1024-dim) and fix Synchformer output shape
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 20:56:55 +01:00
20fb766ad2 fix: cast tensors to float32 before numpy() in feature save
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 20:49:57 +01:00
93120eb6b9 feat: auto-resolve synchformer checkpoint from prismaudio models dir
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 20:38:02 +01:00
b1a2ee594e fix: correct VideoPrism import (videoprism.models, not videoprism); add flax dep
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 20:33:47 +01:00
0f46e8359d feat: switch managed venv to jax[cuda13] for GPU feature extraction
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 20:27:33 +01:00
06f8dbbab4 feat: add hf_token input and HF_TOKEN env forwarding to feature extractor
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 20:21:18 +01:00
a6d584bd34 fix: treat empty python_env as auto-managed venv trigger
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 20:19:41 +01:00
829f398ed0 feat: verbose step-by-step logging in feature extraction
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 20:14:36 +01:00
878025450a feat: add data_utils package with FeaturesUtils implementation
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 20:08:12 +01:00
f32456a142 feat: add fps input to PrismAudioFeatureExtractor
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 20:03:41 +01:00
c416045ace fix: replace torchvision.io.write_video with PIL+ffmpeg
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 20:00:06 +01:00
824550bed3 feat: verbose per-package progress during venv auto-install
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 19:55:57 +01:00
8f2e204146 fix: show pip output, handle incomplete venv, fix TF version for Python 3.12
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 19:51:53 +01:00
8e3ab999f0 fix: load VAE state dict with strict=False
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 19:48:34 +01:00
afc7d5b657 fix: add missing runtime dependencies to requirements.txt
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 19:41:13 +01:00
e372cdc488 fix: add plugin root to sys.path so prismaudio_core is importable