Ethanfel
  • Joined on 2026-01-04
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
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-04-04 14:34:04 +02:00
c771fa3451 feat: split frame strength into high/low noise strength per frame
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-04-04 14:24:59 +02:00
4b40d0f50c feat: remove cfg, flf, end_frame fields
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-04-04 14:21:34 +02:00
97c755316b fix: inject frame strength defaults in API so they appear in ProjectKey dropdown
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-04-04 14:13:14 +02:00
d1e32e5fc4 feat: resolution series, frame paths, live node values & UX improvements
c252d0b4e3 fix: hardcode INT/FLOAT dot colors — not defined in LGraphCanvas.link_type_colors
bc61033826 feat: color output dots by type/value on execution
4b19ad0a1d feat: display live value on ProjectKey output for INT/FLOAT/BOOL
b3d7c3868d fix: show value on left of output label in BinaryIndexDecoder
Compare 46 commits »
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 13:33:43 +02:00
c252d0b4e3 fix: hardcode INT/FLOAT dot colors — not defined in LGraphCanvas.link_type_colors
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 13:29:11 +02:00
bc61033826 feat: color output dots by type/value on execution
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 13:24:14 +02:00
4b19ad0a1d feat: display live value on ProjectKey output for INT/FLOAT/BOOL
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 13:22:43 +02:00
b3d7c3868d fix: show value on left of output label in BinaryIndexDecoder
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 13:18:07 +02:00
5d2f3bbf4f feat: display live boolean values on BinaryIndexDecoder outputs
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 12:45:38 +02:00
3b700b099b fix: expose start_name/middle_name/end_name in _get_keys for ProjectKey dropdown