mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 13:35:12 +03:00
update doc
This commit is contained in:
parent
43bef81d60
commit
fe4c7d745e
13
Checklist.md
13
Checklist.md
@ -40,5 +40,16 @@ bash start2.sh
|
||||
(4) Readmeにリンクをはる
|
||||
|
||||
(5) Branch 解除。Tag化
|
||||
|
||||
```
|
||||
git add ...
|
||||
git commit -m "wip: releasing"
|
||||
git push
|
||||
git checkout - && git merge - && git push && git checkout -
|
||||
git checkout -
|
||||
git branch -d v.1...
|
||||
git tag v.1...
|
||||
git push origin v.1
|
||||
git branch v.1....
|
||||
git checkout v.1...
|
||||
```
|
||||
(6) Colabチェック
|
||||
|
@ -63,6 +63,7 @@ MMVCのモデルをトレーニングが完了している場合、既にColabor
|
||||
実行形式のバイナリをダウンロードして実行することができます。
|
||||
Windows版とMac版を提供しています。事前準備は必要ありません。
|
||||
|
||||
|
||||
・Mac版はダウンロードファイルを解凍したのちに、MMVCServerSIOをダブルクリックしてください。開発元を検証できない旨が示される場合は、再度コントロールキーを押してクリックして実行してください。(詳細下記 *1)
|
||||
|
||||
・Windows版は、directML版とGPU版を提供しています。環境に応じたzipファイルをダウンロードしてください。ダンロードしたzipファイルを解凍して、MMVCServerSIO.exeを実行してください。
|
||||
@ -93,7 +94,6 @@ Windows版とMac版を提供しています。事前準備は必要ありませ
|
||||
https://user-images.githubusercontent.com/48346627/212569645-e30b7f4e-079d-4504-8cf8-7816c5f40b00.mp4
|
||||
|
||||
|
||||
詳細は、こちらの[Blog](https://zenn.dev/wok/articles/s01_vc001_top)をご確認ください。
|
||||
|
||||
|
||||
*1 本ソフトウェアは開発元の署名しておりません。下記のように警告が出ますが、コントロールキーを押しながらアイコンをクリックすると実行できるようになります。これはAppleのセキュリティポリシーによるものです。実行は自己責任となります。
|
||||
|
Loading…
Reference in New Issue
Block a user