# FL HeartMuLa - Requirements
# Based on HeartLib dependencies

# PyTorch (usually already installed with ComfyUI)
torch>=2.4.0
torchaudio>=2.4.0
torchvision>=0.19.0

# TorchTune and TorchAO for LLaMA architecture
torchtune>=0.4.0
torchao>=0.9.0

# Transformers for model loading
transformers>=4.45.0
tokenizers>=0.20.0
accelerate>=1.0.0

# Audio processing
vector-quantize-pytorch>=1.20.0
einops>=0.8.0
soundfile

# Model hub
huggingface_hub>=0.20.0
modelscope>=1.20.0

# Utilities
tqdm
numpy

# Optional: 4-bit quantization
bitsandbytes>=0.42.0
