Update README.md (batch 1/1)

This commit is contained in:
systemd
2026-08-17 17:51:05 +00:00
parent 21703a1c36
commit 77ef7bac3c

View File

@ -1,7 +1,27 @@
--- ---
license: apache-2.0
tags: tags:
- diffusion-single-file
- comfyui - comfyui
- diffusion-single-file
base_model:
- ACE-Step/ACE-Step-v1-3.5B
--- ---
See:
https://comfyanonymous.github.io/ComfyUI_examples/audio/ or https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1 for how to use it in ComfyUI. # ACE-Step
Repackaged model files for ComfyUI.
Original model repository: https://huggingface.co/ACE-Step/ACE-Step-v1-3.5B
Place the files in the following folders:
```
📂 ComfyUI/
├── 📂 models/
│ ├── 📂 checkpoints/
│ │ └── ace_step_v1_3.5b.safetensors
```
---
See https://comfyanonymous.github.io/ComfyUI_examples/audio/ or https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1 for how to use it in ComfyUI.