Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to feature/selva-integration at Ethanfel/ComfyUI-SelVA 2026-04-04 16:46:22 +02:00
2c9d521565 fix: 44k generator HF paths use 44khz suffix (not 44k)
Ethanfel pushed to feature/selva-integration at Ethanfel/ComfyUI-SelVA 2026-04-04 16:42:39 +02:00
28229d62ce fix: MD5 validation on existing files — re-download if corrupt
Ethanfel pushed to feature/selva-integration at Ethanfel/ComfyUI-SelVA 2026-04-04 16:41:30 +02:00
92593189f0 fix: use huggingface_hub for downloads instead of raw requests
Ethanfel pushed to feature/selva-integration at Ethanfel/ComfyUI-SelVA 2026-04-04 16:38:33 +02:00
614a2e02aa fix: weights_only=False for SelVA checkpoints (PyTorch 2.6 compat)
Ethanfel pushed to feature/selva-integration at Ethanfel/ComfyUI-SelVA 2026-04-04 16:35:19 +02:00
40388ba6de fix: negative_prompt inline (multiline:false) + VAE filename v1-44.pth not v1-44k.pth
Ethanfel pushed to feature/selva-integration at Ethanfel/ComfyUI-SelVA 2026-04-04 16:31:54 +02:00
789e09535d fix: SelvaSampler — negative_prompt above settings
Ethanfel pushed to feature/selva-integration at Ethanfel/ComfyUI-SelVA 2026-04-04 16:30:59 +02:00
4da4858e4a fix: inline prune helpers when removed from both transformers locations
Ethanfel pushed to feature/selva-integration at Ethanfel/ComfyUI-SelVA 2026-04-04 16:27:50 +02:00
ab8e1e5b7b feat: SelvaFeatureExtractor outputs prompt as STRING
Ethanfel pushed to feature/selva-integration at Ethanfel/ComfyUI-SelVA 2026-04-04 16:27:09 +02:00
e3a3384727 fix: SelvaSampler input order — prompt required, negative_prompt optional
Ethanfel pushed to feature/selva-integration at Ethanfel/ComfyUI-SelVA 2026-04-04 16:25:37 +02:00
9a985499e7 feat: auto-download SelVA weights on first use
Ethanfel pushed to feature/selva-integration at Ethanfel/ComfyUI-SelVA 2026-04-04 16:23:00 +02:00
27b4424e1a feat: prompt entered once in SelvaFeatureExtractor, reused by SelvaSampler
Ethanfel pushed to feature/selva-integration at Ethanfel/ComfyUI-SelVA 2026-04-04 16:21:27 +02:00
0e417f4078 fix: transformers compat — find_pruneable_heads_and_indices import
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-04-04 16:19:12 +02:00
3c5d2fc4e0 feat: configurable path replacements for ComfyUI Docker mount differences
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-04-04 16:16:55 +02:00
e6d260eb1a fix: resolve project folder_path to actual filesystem casing
Ethanfel pushed to feature/selva-integration at Ethanfel/ComfyUI-SelVA 2026-04-04 15:39:59 +02:00
6474e2816c fix: two bugs in SelVA nodes
Ethanfel created branch feature/selva-integration in Ethanfel/ComfyUI-SelVA 2026-04-04 15:33:28 +02:00
Ethanfel pushed to feature/selva-integration at Ethanfel/ComfyUI-SelVA 2026-04-04 15:33:28 +02:00
c23d210ab2 feat: SelVA video-to-audio example workflow
b59b657b6f feat: SelvaSampler — flow matching ODE with CFG and negative prompts
578b501d38 feat: SelvaFeatureExtractor — inline CLIP + TextSynchformer feature extraction
fe94438356 feat: SelvaModelLoader node — loads TextSynch + MMAudio + FeaturesUtils
6bc3fd6443 chore: vendor selva_core from jnwnlee/selva@d7d40a9
Compare 5 commits »
Ethanfel pushed to feature/lora-trainer at Ethanfel/ComfyUI-SelVA 2026-04-04 15:11:46 +02:00
0f60a9b2bf docs: add SelVA integration implementation plan
51f93f9688 docs: SelVA integration design doc
Compare 2 commits »
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-04-04 14:49:35 +02:00
8dafee9f6d fix: read sw.value directly for thumbnail opacity — e.args is a list not bool
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-04-04 14:41:51 +02:00
b405427a6b feat: dim frame thumbnail when its switch is toggled off