DisturbingTheField commited on
Commit
951afc4
·
verified ·
1 Parent(s): d5dc575

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -19,8 +19,11 @@ LoRA adapter with ambient sounds for ACE-Step/Ace-Step1.5
19
 
20
  ### Model Description:
21
  In file "start_gradio_ui.bat" I used these:
 
22
  set CONFIG_PATH=--config_path acestep-v15-turbo
 
23
  set LM_MODEL_PATH=--lm_model_path acestep-5Hz-lm-4B
 
24
  set INIT_SERVICE=--init_service false
25
 
26
  init_service false, so I could get access to the LoRA loading part in the Web UI.
 
19
 
20
  ### Model Description:
21
  In file "start_gradio_ui.bat" I used these:
22
+
23
  set CONFIG_PATH=--config_path acestep-v15-turbo
24
+
25
  set LM_MODEL_PATH=--lm_model_path acestep-5Hz-lm-4B
26
+
27
  set INIT_SERVICE=--init_service false
28
 
29
  init_service false, so I could get access to the LoRA loading part in the Web UI.