Instructions to use Comfy-Org/ace_step_1.5_ComfyUI_files with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/ace_step_1.5_ComfyUI_files with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add ComfyUI model installation guide
#17
by Lexius - opened
README.md
CHANGED
|
@@ -4,5 +4,33 @@ tags:
|
|
| 4 |
- diffusion-single-file
|
| 5 |
- comfyui
|
| 6 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
These are repackaged files to work with ComfyUI, original model repo is: https://huggingface.co/ACE-Step/Ace-Step1.5
|
|
|
|
| 4 |
- diffusion-single-file
|
| 5 |
- comfyui
|
| 6 |
---
|
| 7 |
+
# ACE-Step 1.5
|
| 8 |
+
|
| 9 |
+
Repackaged model files for ComfyUI.
|
| 10 |
+
|
| 11 |
+
Original model repository: https://huggingface.co/ACE-Step/Ace-Step1.5
|
| 12 |
+
|
| 13 |
+
Place the files in the following folders:
|
| 14 |
+
|
| 15 |
+
```
|
| 16 |
+
π ComfyUI/
|
| 17 |
+
βββ π models/
|
| 18 |
+
β βββ π checkpoints/
|
| 19 |
+
β β βββ ace_step_1.5_turbo_aio.safetensors
|
| 20 |
+
β βββ π diffusion_models/
|
| 21 |
+
β β βββ acestep_v1.5_base.safetensors
|
| 22 |
+
β β βββ acestep_v1.5_turbo.safetensors
|
| 23 |
+
β β βββ acestep_v1.5_xl_base_bf16.safetensors
|
| 24 |
+
β β βββ acestep_v1.5_xl_sft_bf16.safetensors
|
| 25 |
+
β β βββ acestep_v1.5_xl_turbo_bf16.safetensors
|
| 26 |
+
β βββ π text_encoders/
|
| 27 |
+
β β βββ qwen_0.6b_ace15.safetensors
|
| 28 |
+
β β βββ qwen_1.7b_ace15.safetensors
|
| 29 |
+
β β βββ qwen_4b_ace15.safetensors
|
| 30 |
+
β βββ π vae/
|
| 31 |
+
β β βββ ace_1.5_vae.safetensors
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
---
|
| 35 |
|
| 36 |
These are repackaged files to work with ComfyUI, original model repo is: https://huggingface.co/ACE-Step/Ace-Step1.5
|