Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 01:55:18 +02:00
c86306bde8 fix(bigvgan-trainer): clone vocoder parameters to strip inference tensor flag
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 01:51:30 +02:00
f04d59fe63 fix(bigvgan-trainer): clone mel outputs to strip inference tensor flag from buffers
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 01:47:49 +02:00
daa36a5f7b fix(bigvgan-trainer): clone target tensor to exit inference mode before backward
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 01:46:04 +02:00
16e20b30ce fix(bigvgan-trainer): cast audio to model dtype to match bf16 mel_converter buffers
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 01:42:01 +02:00
ea7dfed27a fix(bigvgan-trainer): fallback to soundfile when torchaudio ffmpeg backend fails
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 01:35:09 +02:00
81ff0d46c9 fix(bigvgan-trainer): resolve device mismatch in _save_sample after offload
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 01:30:36 +02:00
9fdeb65182 feat(bigvgan-trainer): add eval samples at checkpoints and end
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 01:28:35 +02:00
790a53e3df fix(bigvgan): add 44k/BigVGANv2 support to trainer and loader
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 01:26:14 +02:00
9c784b4bdb feat: add BigVGAN vocoder fine-tuner and loader nodes
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 01:02:56 +02:00
115a0c3718 feat(steering): conditional-only injection + per-position vectors
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 00:38:32 +02:00
95923cdf42 feat: add activation steering pipeline (extractor, loader, sampler injection)
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 00:07:59 +02:00
28ee3db337 feat(sampler): add ti_strength blend for TI injection
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-08 23:54:25 +02:00
b89167cfae fix(ti-trainer): clamp token norm to CLIP manifold to prevent buzz artifacts
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-08 23:42:24 +02:00
f9d092158a fix(ti): lower default lr/batch, add lr_batch sweep group
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-08 23:39:33 +02:00
92535deab2 fix(ti-scheduler): save comparison image after each completed experiment
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-08 23:33:29 +02:00
0b24207ca5 feat(ti-trainer): generate baseline.wav once before training starts
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-08 23:31:54 +02:00
e1a2f0ed7d feat: add inject_mode (suffix/prefix) to TI pipeline
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-08 23:20:47 +02:00
f96265da23 feat(ti-trainer): add loss curve IMAGE output
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-08 23:14:34 +02:00
c0d95ce356 feat: add ti_sweep_1 experiment file
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-08 23:13:06 +02:00
e37bfe1b1c feat: add SelVA TI Scheduler for sweep-based textual inversion experiments