File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ curl -s \
445445``` bash
446446$ uv run run.py -h
447447
448- usage: run.py [-h] [--host HOST] [--port PORT] [--use_gpu [USE_GPU] ] [--voicevox_dir VOICEVOX_DIR] [--voicelib_dir VOICELIB_DIR] [--runtime_dir RUNTIME_DIR] [--enable_mock]
448+ usage: run.py [-h] [--host HOST] [--port PORT] [--use_gpu | --no-use_gpu ] [--voicevox_dir VOICEVOX_DIR] [--voicelib_dir VOICELIB_DIR] [--runtime_dir RUNTIME_DIR] [--enable_mock]
449449 [--enable_cancellable_synthesis] [--init_processes INIT_PROCESSES] [--load_all_models] [--cpu_num_threads CPU_NUM_THREADS] [--output_log_utf8] [--cors_policy_mode {all,localapps}]
450450 [--allow_origin [ALLOW_ORIGIN ...]] [--setting_file SETTING_FILE] [--preset_file PRESET_FILE] [--disable_mutable_api]
451451
@@ -455,7 +455,8 @@ options:
455455 -h , --help show this help message and exit
456456 --host HOST 接続を受け付けるホストアドレスです。指定しない場合、代わりに環境変数 VV_HOST の値が使われます。
457457 --port PORT 接続を受け付けるポート番号です。指定しない場合、代わりに環境変数 VV_PORT の値が使われます。
458- --use_gpu [USE_GPU] GPUを使って音声合成するか設定します。指定しない場合、代わりに環境変数 VV_USE_GPU の値が使われます。VV_USE_GPU の値が1の場合はGPUを使用し、0または空文字、値がない場合は使用されません。
458+ --use_gpu, --no-use_gpu
459+ GPUを使って音声合成するか設定します。指定しない場合、代わりに環境変数 VV_USE_GPU の値が使われます。VV_USE_GPU の値が1の場合はGPUを使用し、0または空文字、値がない場合は使用されません。
459460 --voicevox_dir VOICEVOX_DIR
460461 VOICEVOXのディレクトリパスです。
461462 --voicelib_dir VOICELIB_DIR
You can’t perform that action at this time.
0 commit comments