Drop misleading long-form override section (duration is auto-estimated)
Browse files
README.md
CHANGED
|
@@ -63,14 +63,6 @@ python src/inference.py \
|
|
| 63 |
--cfg-scale 2.5 --stg-scale 1.5
|
| 64 |
```
|
| 65 |
|
| 66 |
-
For **long-form** generation (>20 s music or multi-section scenes), set the explicit target duration:
|
| 67 |
-
|
| 68 |
-
```bash
|
| 69 |
-
python src/inference.py --gen-duration 30 --prompt '...' # CLI
|
| 70 |
-
# or in Python:
|
| 71 |
-
server.generate_to_file(prompt=..., gen_duration=30.0)
|
| 72 |
-
```
|
| 73 |
-
|
| 74 |
## Inference parameters
|
| 75 |
|
| 76 |
| Parameter | Default | What it does |
|
|
|
|
| 63 |
--cfg-scale 2.5 --stg-scale 1.5
|
| 64 |
```
|
| 65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
## Inference parameters
|
| 67 |
|
| 68 |
| Parameter | Default | What it does |
|