lukasz-staniszewski commited on
Commit
c0a4f34
·
verified ·
1 Parent(s): 0f6bd28

Fix card: AUSteerSteeringController quickstart

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -16,6 +16,10 @@ tags:
16
 
17
  Per-(step, layer) sparse activation-momentum scores for the **guitar_electronic** 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 **guitar_electronic** 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