mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-02 16:23:58 +03:00
update
This commit is contained in:
parent
f48ad3755e
commit
fee9354ea6
@ -18,6 +18,10 @@ npm run build:docker:vcclient
|
||||
bash start_docker.sh
|
||||
```
|
||||
|
||||
ブラウザ(Chrome のみサポート)でアクセスすると画面が表示されます。
|
||||
|
||||
## RUN with options
|
||||
|
||||
GPU を使用しない場合は
|
||||
|
||||
```
|
||||
|
@ -36,6 +36,10 @@ In root folder of repos.
|
||||
bash start_docker.sh
|
||||
```
|
||||
|
||||
Access with Browser (currently only chrome is supported), then you can see gui.
|
||||
|
||||
## RUN with options
|
||||
|
||||
Without GPU
|
||||
|
||||
```
|
||||
|
@ -44,6 +44,8 @@ If you have the old version, be sure to unzip it into a separate folder.
|
||||
|
||||
When connecting remotely, please use `.bat` file (win) and `.command` file (mac) where http is replaced with https.
|
||||
|
||||
Access with Browser (currently only chrome is supported), then you can see gui.
|
||||
|
||||
### Console
|
||||
|
||||
When you run a .bat file (Windows) or .command file (Mac), a screen like the following will be displayed and various data will be downloaded from the Internet at the initial start-up. Depending on your environment, it may take 1-2 minutes in many cases.
|
||||
|
@ -44,6 +44,8 @@
|
||||
|
||||
リモートから接続する場合は、`.bat`ファイル(win)、`.command`ファイル(mac)の http が https に置き換わっているものを使用してください。
|
||||
|
||||
ブラウザ(Chrome のみサポート)でアクセスすると画面が表示されます。
|
||||
|
||||
### コンソール表示
|
||||
|
||||
`.bat`ファイル(win)や`.command`ファイル(mac)を実行すると、次のような画面が表示され、初回起動時には各種データをインターネットからダウンロードします。
|
||||
|
Loading…
Reference in New Issue
Block a user