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.