Skip to content

Releases: oatsu-gh/SimpleEnunu

SimpleEnunu v0.4.0

23 Sep 16:03
34a0348
Compare
Choose a tag to compare

更新内容

  • acoustic_editor を使えるようにした
  • 拡張機能を追加
    • f0_smoother (acouostic_editor)
    • f0_feedbacker (acoustic_editor)
    • style_shifter (acoustic_editor, ust_editor)
  • 拡張機能機能実行時に、UTAUにフィードバックするためのTMPファイルのパスを --feedback の引数で渡すようにした。

SimpleEnunu v0.3.1

01 Sep 14:42
Compare
Choose a tag to compare

更新内容

  • PyTorch のインストールに失敗する不具合を修正。
  • 「名前を付けて保存」のタイミングを音声合成前ではなく音声合成後に変更。
    • 保存わすれで時間を無駄にするのを防ぐため。

Full Changelog: v0.3.0...v0.3.1

SimpleEnunu v0.3.0

25 May 17:58
Compare
Choose a tag to compare

更新内容

Full Changelog: v0.2.2...v0.3.0

SimpleEnunu v0.2.2

19 May 15:46
Compare
Choose a tag to compare

更新内容

  • 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 にします。

Full Changelog: v0.2.1...v0.2.2

SimpleEnunu v0.2.1

18 May 16:41
7445a32
Compare
Choose a tag to compare

更新内容

  • 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"
  • PyTorch を再インストールするためのバッチファイルを追加
  • SiFiGAN, uSFGAN に対応

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

Full Changelog: v0.1.0...v0.2.1

SimpleEnunu v0.1.0

27 Jan 13:31
Compare
Choose a tag to compare

Full Changelog: v0.0.1...v0.1.0

更新内容

  • 初回起動時のPyTorchのインストール方法を変更
    • light-the-torch を使って最適なバージョンを自動判別するようにした。
  • SimpleEnunuのバージョンの標準出力をPythonスクリプトからバッチファイルに移動

SimpleEnunu v0.0.1

09 Jan 11:36
Compare
Choose a tag to compare

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 / 使い方

  1. UTAUを起動 / Launch UTAU
  2. UTAU音源としてENUNU用のモデルを指定、またはNNSVS用のモデルを含むフォルダを選択 / Select the model on UTAU as voicebank
  3. USTファイルを保存 / Save UST
  4. ノートを2つ以上選択してプラグイン一覧からSimpleEnunuを起動 / Launch SimpleEnunu as a UTAU plugin

How to use the latest NNSVS (development version) / 同梱NNSVSの更新方法

  1. Download the latest nnsvs from https://github.com/nnsvs/nnsvs
  2. 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