Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 01:28:32 +02:00
bd84242fa1 debug: add VRAM logging at offload and training checkpoints
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 01:26:13 +02:00
5a2c003fb2 fix: move baseline sample after inference flag stripping
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 01:19:46 +02:00
f8d4d77b0d fix: pre-compute text CLIP embeddings in main thread to avoid inference tensor crash
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 01:11:01 +02:00
32e5344ea2 fix: wrap CLIP encoding in inference_mode during pre-generation
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 00:56:15 +02:00
10a71b0c4f fix: offload entire model to CPU in main thread before worker starts
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 00:45:34 +02:00
37a27160aa fix: match mel dtype to vocoder in baseline sample generation
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 00:44:39 +02:00
cb9a1eef01 fix: stop loading full feature_utils to GPU before training
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 00:33:09 +02:00
d70c611bf7 fix: offload CLIP, synchformer, T5, generator, VAE to CPU before training
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 00:30:22 +02:00
4e6cc4d519 feat: cache pre-generated LoRA mels to disk for reuse
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 00:25:07 +02:00
0854bd2638 fix: cast discriminators to model dtype to match vocoder output
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 00:24:14 +02:00
187b2e3169 fix: cast GAFilter to model dtype after injection
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 00:18:06 +02:00
608746ce7b fix: cast input mel to model dtype before vocoder forward pass
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 00:17:17 +02:00
bba5aec7a5 fix: add CFG to LoRA mel pre-generation to match inference conditions
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 00:10:54 +02:00
d06936802b fix: cast mel_converter buffers to float32 to match STFT input dtype
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 23:53:47 +02:00
bee518a855 fix: cast all STFT inputs to float32 to prevent cuFFT bfloat16 crash
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 23:26:39 +02:00
48b72c0be0 feat: add LoRA mel pre-generation to BigVGAN vocoder trainer
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 22:07:32 +02:00
e16480b4c9 feat: add PiSSA/rsLoRA support to scheduler and PiSSA sweep experiment
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 21:54:38 +02:00
784fb2753f feat: PiSSA init, rsLoRA scaling, Spectral Surgery, and training fixes
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 20:28:57 +02:00
ecf828b007 fix: move vocoder to correct device after GAFilter injection
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-09 20:01:58 +02:00
793368af18 fix: strip inference flag before unnormalize in LoRA trainer eval