Fix card: AUSteerSteeringController quickstart
Browse files
README.md
CHANGED
|
@@ -16,6 +16,10 @@ tags:
|
|
| 16 |
|
| 17 |
Per-(step, layer) sparse activation-momentum scores for the **tempo** concept on ACE-Step. At inference, `AUSteerSteeringController` adds `alpha` along the top-`k` most concept-discriminative bins.
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
## Quickstart
|
| 20 |
|
| 21 |
```python
|
|
|
|
| 16 |
|
| 17 |
Per-(step, layer) sparse activation-momentum scores for the **tempo** concept on ACE-Step. At inference, `AUSteerSteeringController` adds `alpha` along the top-`k` most concept-discriminative bins.
|
| 18 |
|
| 19 |
+
## Paper
|
| 20 |
+
|
| 21 |
+
TADA! Tuning Audio Diffusion Models through Activation Steering — [https://huggingface.co/papers/2602.11910](https://huggingface.co/papers/2602.11910)
|
| 22 |
+
|
| 23 |
## Quickstart
|
| 24 |
|
| 25 |
```python
|