Manmay commited on
Commit
4c78e21
·
verified ·
1 Parent(s): 6e5b288

Drop misleading long-form override section (duration is auto-estimated)

Browse files
Files changed (1) hide show
  1. README.md +0 -8
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 |