Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 02:58:08 +02:00
710261f5be fix: add soundfile fallback for torchaudio.save in sample writing
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 02:54:43 +02:00
5df2abd6dd fix: handle all three inference-tensor sources in vocoder sanitization
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 02:46:18 +02:00
b243908873 debug: inspect conv_pre parametrizations and _parameters keys
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 02:41:53 +02:00
9df855ee0e debug: print is_inference() status before failing conv_pre call
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 02:35:51 +02:00
78f8aa98ad fix: clone inference tensors at thread entry to strip the inference flag
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 02:30:54 +02:00
e870446b0f fix: run BigVGAN training in a fresh thread to escape inference_mode
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 02:14:15 +02:00
df63b147e9 fix: sanitize all submodule buffers of mel_converter + guarantee target_mel output
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 02:09:27 +02:00
51ac099073 fix: sanitize target_flat — clips are inference tensors from outer inference_mode
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 02:05:40 +02:00
b7565ec458 fix: sanitize inference tensors in BigVGAN trainer via zeros+copy_ pattern
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 01:58:59 +02:00
0fcb6d3106 fix(bigvgan-trainer): replace parameter objects to fully strip inference tensor flag
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