Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-10 12:13:22 +02:00
3fee610050 fix: bump transformers minimum to >=4.57.0
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-10 12:08:46 +02:00
d4638aa785 chore: bump version to 1.0.5
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-10 12:07:11 +02:00
e9c947b613 fix: strip title and heading tags from EPUB text output
197bcc554e chore: bump version to 1.0.4
9f2683cd54 fix: add torchcodec to requirements for torchaudio backend
f8657aca80 fix: update tests for chapter_title output and guidance_scale param
0f2bcc4c0e chore: bump version to 1.0.3
Compare 28 commits »
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 11:36:04 +02:00
c28e090196 fix: cast discriminator inputs to match bfloat16 dtype in BigVGAN FM loss
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 11:32:04 +02:00
af6c225f53 feat: add dataset pipeline nodes + latent augmentation for LoRA trainer
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 02:40:05 +02:00
30127c13ca feat: add BigVGAN vocoder sweep scheduler node
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 01:50:09 +02:00
4226297735 chore: remove debug VRAM logging
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 01:48:06 +02:00
4297715a08 debug: add driver-level VRAM reporting + offload video_enc
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 01:42:47 +02:00
9af4bbdd91 fix: force torch.cuda.empty_cache() after pre-generation and CLIP encoding
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-10 01:35:56 +02:00
89d6fccd28 debug: add per-operation VRAM logging in first training step
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