# ComfyUI-AceMusic Dependencies
# These are the core dependencies for the custom node.

torch>=2.0.0
torchaudio
soundfile
numpy
scipy

# ACE-Step (install separately):
# Option 1: Install from GitHub
# pip install git+https://github.com/ace-step/ACE-Step.git

# Option 2: Clone and install
# git clone https://github.com/ace-step/ACE-Step.git
# cd ACE-Step
# pip install -e .

# Windows users may need triton for torch.compile:
# pip install triton-windows
