Upload LAUNCHER_VibeVoice.bat
Browse files- LAUNCHER_VibeVoice.bat +11 -0
LAUNCHER_VibeVoice.bat
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@echo off
|
| 2 |
+
CALL .venv\Scripts\activate
|
| 3 |
+
python demo/gradio_demo.py
|
| 4 |
+
|
| 5 |
+
REM List of possible arguments
|
| 6 |
+
|
| 7 |
+
REM --model_path default="./models" "Path to the VibeVoice model directory"
|
| 8 |
+
REM --device default="cuda" if torch.cuda.is_available() else "cpu" "Device for inference"
|
| 9 |
+
REM --inference_steps default=10 "Number of inference steps for DDPM (not exposed to users)"
|
| 10 |
+
REM --share action="store_true" "Share the demo publicly via Gradio"
|
| 11 |
+
REM --port default=7860 "Port to run the demo on"
|