Instructions to use ryanontheinside/acoustic-acestep1.5-xl-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ryanontheinside/acoustic-acestep1.5-xl-v1 with PEFT:
Task type is invalid.
- ACE-Step
How to use ryanontheinside/acoustic-acestep1.5-xl-v1 with ACE-Step:
# 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
Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
base_model_relation: adapter
|
| 4 |
+
tags:
|
| 5 |
+
- acestep
|
| 6 |
+
- acestep-5b
|
| 7 |
+
- acoustic
|
| 8 |
+
- audio
|
| 9 |
+
- lora
|
| 10 |
+
- music
|
| 11 |
+
- peft
|
| 12 |
+
- text-to-audio
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Acoustic
|
| 16 |
+
|
| 17 |
+
Acoustic-style generation. Covers: intimate acoustic guitar ballad, fingerpicked, soft male vocals, mellow; acoustic singer-songwriter track, strummed guitar, expressive female vocals; and acoustic folk track, fingerpicked guitar, harmonica, warm vocals.
|
| 18 |
+
|
| 19 |
+
## Quick start
|
| 20 |
+
|
| 21 |
+
- **Base model:** AceStep v1.5 XL Turbo (5B)
|
| 22 |
+
- **Trigger word:** `roti-4custic` (must appear in the prompt to activate)
|
| 23 |
+
- **Recommended strength:** 1.0
|
| 24 |
+
- **Tested strength range:** not evaluated
|
| 25 |
+
- **Recommended steps:** 8
|
| 26 |
+
- **Recommended guidance:** 7.0
|
| 27 |
+
- **Recommended shift:** 3.0
|
| 28 |
+
- **Sample rate:** 48000 Hz
|
| 29 |
+
|
| 30 |
+
## Example prompts
|
| 31 |
+
|
| 32 |
+
- `intimate acoustic guitar ballad, fingerpicked, soft male vocals, mellow` (80 BPM, C major)
|
| 33 |
+
- `acoustic singer-songwriter track, strummed guitar, expressive female vocals` (105 BPM, G major)
|
| 34 |
+
- `acoustic folk track, fingerpicked guitar, harmonica, warm vocals` (95 BPM, D major)
|
| 35 |
+
|
| 36 |
+
## Training
|
| 37 |
+
|
| 38 |
+
- Rank 64, alpha 128, dropout 0.1
|
| 39 |
+
- Target modules: q_proj, k_proj, v_proj, o_proj
|
| 40 |
+
- 500 epochs / 7500 steps, batch 1, optimizer adamw_fused, lr 0.0003, warmup 100
|
| 41 |
+
- Dataset: 15 synthetic tracks, 3308s total, instrumental fraction 0.0
|
| 42 |
+
|
| 43 |
+
## Files
|
| 44 |
+
|
| 45 |
+
- `acoustic-xl-v1.safetensors` — PEFT LoRA weights (167,839,168 bytes, sha256 `f1414b9489adcd0766223aaac73a8c43216009b46e744408aa38b0c9c4ad4a68`)
|
| 46 |
+
- `acoustic-xl-v1.metadata.json` — machine-readable sidecar (schema v1)
|
| 47 |
+
- `adapter_config.json` — PEFT adapter config
|
| 48 |
+
|
| 49 |
+
Full metadata: see `acoustic-xl-v1.metadata.json`.
|