Ethanfel
  • Joined on 2026-01-04
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
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 19:39:08 +01:00
7671d296fa fix: remove spurious caption_cot input entry from video_to_audio workflow
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 19:32:26 +01:00
3894fcc9b4 feat: add demo workflows for text-to-audio and video-to-audio
Ethanfel created branch master in Ethanfel/ComfyUI-SelVA 2026-03-27 19:27:33 +01:00
Ethanfel pushed to master at Ethanfel/ComfyUI-SelVA 2026-03-27 19:27:33 +01:00
35d0615253 feat: auto-install pip venv for feature extraction on first use
9b1cb71b2a fix: remove MMDiTWrapper import and dead code paths from factory.py
807f00417f docs: README with installation and usage instructions
618e7de64b feat: PrismAudioTextOnly node with correct T5-Gemma encoding
3d62688e8c feat: PrismAudioSampler node with correct metadata format and peak normalization
Compare 10 commits »
Ethanfel created repository Ethanfel/ComfyUI-SelVA 2026-03-27 17:53:37 +01:00
Ethanfel pushed to master at Ethanfel/Comfyui-VACE-Tools 2026-03-23 00:08:41 +01:00
f8b19994a8 Fix load latent compatibility with ComfyUI-saved latent files
Ethanfel pushed to master at Ethanfel/Comfyui-VACE-Tools 2026-03-23 00:06:12 +01:00
e5ca7a1224 Fix latent save node to skip non-serializable values in metadata
Ethanfel pushed to feat/snapshot-timeline at Ethanfel/Comfyui-JSON-Manager 2026-03-21 18:23:58 +01:00
ba8ce45846 fix: make snapshot list fill available viewport height
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-21 18:16:33 +01:00
74b57f71ac feat: add file_name output to ProjectSource node
Ethanfel pushed to feat/snapshot-timeline at Ethanfel/Comfyui-JSON-Manager 2026-03-21 18:14:29 +01:00
1ec3abf17a feat: replace Git-DAG timeline with flat snapshot browser