Localsong commited on
Commit
a57775c
·
verified ·
1 Parent(s): a90d20d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -27,7 +27,9 @@ pip install -r requirements.txt
27
 
28
  ### Run
29
 
 
30
  python gradio_app.py
 
31
 
32
  The interface will be available at `http://localhost:7860`
33
 
@@ -36,9 +38,11 @@ The interface will be available at `http://localhost:7860`
36
  Generations should use one of the soundtrack, soundtrack1 or soundtrack2 tags, as well as at least one other tag. They can use up to 8 tags; try combining genres and instruments.
37
 
38
  The default settings (CFG 3.5, steps 200) have been tested as optimal.
 
39
  If generation is too slow on your system, try lowering steps to 100.
40
 
41
  The first generation will be slower due to torch.compile, then speed will increase.
 
42
  The model was trained on vocals but not lyrics. Vocals will not have recognizable words.
43
 
44
  ## Credits
 
27
 
28
  ### Run
29
 
30
+ ```
31
  python gradio_app.py
32
+ ```
33
 
34
  The interface will be available at `http://localhost:7860`
35
 
 
38
  Generations should use one of the soundtrack, soundtrack1 or soundtrack2 tags, as well as at least one other tag. They can use up to 8 tags; try combining genres and instruments.
39
 
40
  The default settings (CFG 3.5, steps 200) have been tested as optimal.
41
+
42
  If generation is too slow on your system, try lowering steps to 100.
43
 
44
  The first generation will be slower due to torch.compile, then speed will increase.
45
+
46
  The model was trained on vocals but not lyrics. Vocals will not have recognizable words.
47
 
48
  ## Credits