File size: 217 Bytes
318f5a3 |
1 2 3 4 5 6 7 |
#!/usr/bin/env bash
python convert_original_audioldm_to_diffusers.py \
--checkpoint_path "/home/sanchit_huggingface_co/.cache/audioldm/audioldm-l-full.ckpt" \
--extract_ema \
--dump_path "./"
|