Instructions to use AEmotionStudio/acestep-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AEmotionStudio/acestep-models with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AEmotionStudio/acestep-models", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Mirror file_list.txt from ACE-Step/acestep-captioner
Browse files
checkpoints/acestep-captioner/file_list.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model-00005-of-00005.safetensors
|
| 2 |
+
config.json
|
| 3 |
+
spk_dict.pt
|
| 4 |
+
video_preprocessor_config.json
|
| 5 |
+
model-00004-of-00005.safetensors
|
| 6 |
+
vocab.json
|
| 7 |
+
tokenizer_config.json
|
| 8 |
+
chat_template.jinja
|
| 9 |
+
model-00002-of-00005.safetensors
|
| 10 |
+
model.safetensors.index.json
|
| 11 |
+
model-00003-of-00005.safetensors
|
| 12 |
+
model-00001-of-00005.safetensors
|
| 13 |
+
special_tokens_map.json
|
| 14 |
+
added_tokens.json
|
| 15 |
+
tokenizer.json
|
| 16 |
+
generation_config.json
|
| 17 |
+
preprocessor_config.json
|
| 18 |
+
merges.txt
|
| 19 |
+
args.json
|
| 20 |
+
deploy_result/20250825-143105.jsonl
|
| 21 |
+
deploy_result/20250825-141923.jsonl
|
| 22 |
+
deploy_result/20250827-025556.jsonl
|