Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 17:49:26 +02:00
8d77dd6cd5 Remove torchcodec workaround; recommend Whisper node for ref_text
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 17:45:25 +02:00
a3fb88e559 Restore install.py for omnivoice --no-deps only
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 17:44:54 +02:00
dbb3207df1 Replace install.py with standard requirements.txt
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 17:36:07 +02:00
e8e8943692 Remove transformers upper bound cap from install.py
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 17:35:56 +02:00
30f46fc3ef Revert transformers cap; catch torchcodec ASR failure with clear message
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 17:32:52 +02:00
d6ff42dc7c Cap transformers below 5.0 to avoid torchcodec ASR crash
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 17:24:23 +02:00
5dfaa0b300 Replace torchaudio.save with soundfile.write; add EPUB loader node
Ethanfel pushed to feature/lora-training at Ethanfel/ComfyUI-SelVA 2026-04-05 17:11:40 +02:00
b430953602 feat: live loss curve preview during training
Ethanfel pushed to feature/lora-training at Ethanfel/ComfyUI-SelVA 2026-04-05 17:09:36 +02:00
57cd3dd4b4 fix: use load_lora for resume and remove redundant inference_mode wrapper
Ethanfel pushed to feature/lora-training at Ethanfel/ComfyUI-SelVA 2026-04-05 17:07:39 +02:00
f206a1b38c feat: add SelVA LoRA Trainer ComfyUI node
Ethanfel pushed to feature/lora-training at Ethanfel/ComfyUI-SelVA 2026-04-05 16:59:32 +02:00
2f4641247a feat: add resume support to train_lora.py
Ethanfel created branch deprecated/lora-trainer in Ethanfel/ComfyUI-SelVA 2026-04-05 16:40:48 +02:00
Ethanfel pushed to deprecated/lora-trainer at Ethanfel/ComfyUI-SelVA 2026-04-05 16:40:48 +02:00
Ethanfel deleted branch feature/lora-trainer from Ethanfel/ComfyUI-SelVA 2026-04-05 16:40:48 +02:00
Ethanfel pushed to deprecated/prismaudio at Ethanfel/ComfyUI-SelVA 2026-04-05 16:39:27 +02:00
Ethanfel deleted branch prismaudio from Ethanfel/ComfyUI-SelVA 2026-04-05 16:39:27 +02:00
Ethanfel created branch deprecated/prismaudio in Ethanfel/ComfyUI-SelVA 2026-04-05 16:39:26 +02:00
Ethanfel pushed to feature/lora-training at Ethanfel/ComfyUI-SelVA 2026-04-05 16:34:51 +02:00
8e9114b92c docs: add clip length and scalable dataset size recommendations
Ethanfel pushed to feature/lora-training at Ethanfel/ComfyUI-SelVA 2026-04-05 15:44:27 +02:00
63b4391573 fix: named .npz files always start at _001
Ethanfel pushed to feature/lora-training at Ethanfel/ComfyUI-SelVA 2026-04-05 15:43:10 +02:00
89af5a468c docs: add LoRA training guide