Visit the below link for model downloads.
https://github.com/monnky/ComfyUI-RT-HeartMuLa
Changelog
[1.09] - 2026-01-24
Updated
Model Weights: Updated core model and codec files to the latest versions (20260124) for improved adherence and stability.
[1.06]
Fixed
CFG Scale Crash: Fixed a critical "Batch Size Mismatch" error when switching between CFG 1.0 and higher values. Implemented a hard KV-Cache reset to synchronize batch dimensions.
Decoder Hang: Fixed an issue where the
fp32codec would hang indefinitely when used with quantized models. Added explicit device casting and eval mode synchronization.Linting Errors: Resolved formatting issues in the generation logic for better code stability.
Optimized
Long-Form Audio: Improved audio clarity for 4-minute tracks by implementing Temperature Decay and aggressive VRAM cache cleanup to prevent robotic artifacts.
Tag Compliance: Updated conditioning nodes to strictly enforce lowercase and comma-separated tag formatting as required by the paper.
[1.1]
Added
Split codec support (Dual Precision for Model/Decoder)
[1.0]
Initial Release
First public release
Description
[1.09] - 2026-01-24
Updated
Model Weights: Updated core model and codec files to the latest versions (20260124) for improved adherence and stability.
FAQ
Comments (3)
Even after pip requirements.txt , I get that vector-quantize-pytorch is missing. Very nice installation manual, though.
had same error, installed vector-quantize-pytorch and its working
@blhll Thank you for your help. I then installed that,. and confirmed with python_embeded\python.exe -c "import vector_quantize_pytorch; print('OK')"
OK, but the same error. strange. I know now that I have it installed. I even did another pip install