Instructions to use mdmachine/ACEStep-XL-Regrind-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mdmachine/ACEStep-XL-Regrind-V1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ACE-Step/acestep-v15-xl-turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("mdmachine/ACEStep-XL-Regrind-V1") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload acestep_1.5_xl_turbo_regrind_v1-Q6_K.gguf
Browse files
.gitattributes
CHANGED
|
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 56 |
acestep_1.5_vae_Regrind_V9b_blend50-BF16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
acestep_1.5_vae_Regrind_V9b-BF16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
acestep_1.5_xl_turbo_regrind_v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 56 |
acestep_1.5_vae_Regrind_V9b_blend50-BF16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
acestep_1.5_vae_Regrind_V9b-BF16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
acestep_1.5_xl_turbo_regrind_v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
acestep_1.5_xl_turbo_regrind_v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
acestep_1.5_xl_turbo_regrind_v1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd4690a6233d88de52bc3c222c3695f05a5be4af441f2d3d285eaed3933de254
|
| 3 |
+
size 4098812992
|