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
Ctrl+K
- Qwen3-Embedding-0.6B
- acestep-5Hz-lm-0.6B
- acestep-5Hz-lm-1.7B
- acestep-5Hz-lm-4B
- acestep-captioner
- acestep-transcriber
- acestep-v15-base
- acestep-v15-sft
- acestep-v15-turbo-continuous
- acestep-v15-turbo-shift1
- acestep-v15-turbo-shift3
- acestep-v15-turbo
- acestep-v15-xl-base-bf16
- acestep-v15-xl-base
- acestep-v15-xl-sft-bf16
- acestep-v15-xl-sft
- acestep-v15-xl-turbo-bf16
- acestep-v15-xl-turbo
- loras
- vae
- 1.74 kB
- 5.5 kB
- 1.97 kB