Commit
·
e31f469
1
Parent(s):
f94c8f9
applying more gradual slider changes
Browse files- jam_worker.py +1 -1
jam_worker.py
CHANGED
|
@@ -35,7 +35,7 @@ class JamParams:
|
|
| 35 |
guidance_weight: float = 1.1
|
| 36 |
temperature: float = 1.1
|
| 37 |
topk: int = 40
|
| 38 |
-
style_ramp_seconds: float =
|
| 39 |
|
| 40 |
|
| 41 |
@dataclass
|
|
|
|
| 35 |
guidance_weight: float = 1.1
|
| 36 |
temperature: float = 1.1
|
| 37 |
topk: int = 40
|
| 38 |
+
style_ramp_seconds: float = 8.0 # 0 => instant (current behavior), try 6.0–10.0 for gentle glides
|
| 39 |
|
| 40 |
|
| 41 |
@dataclass
|