Releases: oatsu-gh/SimpleEnunu
Releases · oatsu-gh/SimpleEnunu
SimpleEnunu v0.4.0
SimpleEnunu v0.3.1
更新内容
- PyTorch のインストールに失敗する不具合を修正。
- 「名前を付けて保存」のタイミングを音声合成前ではなく音声合成後に変更。
- 保存わすれで時間を無駄にするのを防ぐため。
Full Changelog: v0.3.0...v0.3.1
SimpleEnunu v0.3.0
更新内容
- 実行時に「名前を付けて保存」ダイアログを表示するように仕様変更。
- LABなどの中間ファイルは変わらずustと同じフォルダに生成されます。
- 必要なライブラリのインストール元を下記に変更
- SiFiGAN (https://github.com/nnsvs/SiFiGAN)
- uSFGAN (https://github.com/nnsvs/HN-UnifiedSourceFilterGAN)
- ParallelWaveGAN (https://github.com/nnsvs/ParallelWaveGAN)
- PyTorch のインストールに light-the-torch を使用するように変更。
Full Changelog: v0.2.2...v0.3.0
SimpleEnunu v0.2.2
更新内容
- UST加工ツール (ust_editor) で加工した結果が反映されていない不具合を直した。
- UST加工ツール (ust_editor) と タイミング加工ツール (timing_editor) として、それぞれ複数の拡張機能を呼び出せるようにした。
# sample of config.yaml to activate extensions
extensions:
- ust_editor:
- "%e/extensions/voicecolor_applier/voicecolor_applier.py"
- "%e/extensions/voicecolor_applier/lyric_nyaizer.py"
- timing_editor:
- "%e/extensions/velocity_applier.py"
- 拡張機能に lyric_nyaizer を追加。
- ust_editor に指定して使用してください。歌詞を
ny a
にします。
- ust_editor に指定して使用してください。歌詞を
Full Changelog: v0.2.1...v0.2.2
SimpleEnunu v0.2.1
更新内容
- UST加工ツール と タイミング加工ツール を使用できるようにした。
- 通常の ENUNU と違い、ust_editor や timing_editor をリスト指定できないことに注意。
# sample of config.yaml to activate extensions
extensions:
- ust_editor: "%e/extensions/voicecolor_applier/voicecolor_applier.py"
- timing_editor: "%e/extensions/velocity_applier.py"
What's Changed
- ltt_install_torch installs wrong version of pytorch, and simple_enunu.py assigns an inappropriate device by @taroushirani in #3
- Please enable segmented synthesis by @taroushirani in #4
- Enable timing_editor and ust_editor by @oatsu-gh in #5
New Contributors
- @taroushirani made their first contribution in #3
- @oatsu-gh made their first contribution in #5
Full Changelog: v0.1.0...v0.2.1
SimpleEnunu v0.1.0
Full Changelog: v0.0.1...v0.1.0
更新内容
- 初回起動時のPyTorchのインストール方法を変更
- light-the-torch を使って最適なバージョンを自動判別するようにした。
- SimpleEnunuのバージョンの標準出力をPythonスクリプトからバッチファイルに移動
SimpleEnunu v0.0.1
Full Changelog: https://github.com/oatsu-gh/SimpleEnunu/commits/v0.0.1
Simple ENUNU
メンテしやすく、最新のNNSVSが使いやすいようにしたENUNUです。
Another ENUNU for enthusiasts and developers, easy to catch up with NNSVS.
How to install / インストール方法
UTAU を起動し、SimpleEnunu-{version}.zip をUTAUのウィンドウにドラッグアンドドロップしてください。
Launch UTAU and D&D SimpleEnunu-{version}.zip into the window.
How to use / 使い方
- UTAUを起動 / Launch UTAU
- UTAU音源としてENUNU用のモデルを指定、またはNNSVS用のモデルを含むフォルダを選択 / Select the model on UTAU as voicebank
- USTファイルを保存 / Save UST
- ノートを2つ以上選択してプラグイン一覧からSimpleEnunuを起動 / Launch SimpleEnunu as a UTAU plugin
How to use the latest NNSVS (development version) / 同梱NNSVSの更新方法
- Download the latest nnsvs from https://github.com/nnsvs/nnsvs
- Replace local nnsvs-master directory
Development environment / 開発環境
- Windows 10
- Python 3.9
- utaupy 1.18.0
- numpy 1.23.5
- torch 1.13.1+cu117
- nnsvs (dev)
- scikit-learn 1.1.3
- CUDA 11.7