From 77ef7bac3ce5563a88dc97e407766144c532978b Mon Sep 17 00:00:00 2001 From: systemd Date: Mon, 17 Aug 2026 17:51:05 +0000 Subject: [PATCH] Update README.md (batch 1/1) --- README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c2e83c..e3b3cf1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,27 @@ --- +license: apache-2.0 tags: -- diffusion-single-file - 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. \ No newline at end of file + +# 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.