misyaguziya
|
5e2aea8f7e
|
👍️[Update] Controller : WHISPER_WEIGHT_TYPEに"none"を設定した場合の処理を追加
|
2024-10-31 17:10:51 +09:00 |
|
misyaguziya
|
fd1140c813
|
👍️[Update] Main : 以下のエンドポイントでEngineとweightを同時にセットするように変更
- /set/data/selected_translation_engines
- /set/data/selected_transcription_engine
|
2024-10-31 00:05:46 +09:00 |
|
misyaguziya
|
7d38b13a39
|
👍️[Update] Controller : CUDAが使用できない場合にデバイス設定をcudaからcpuに変更する処理を追加
|
2024-10-30 17:57:29 +09:00 |
|
misyaguziya
|
c57fcff7db
|
👍️[Update] Config : 初期設定値を見直し
|
2024-10-30 17:56:04 +09:00 |
|
misyaguziya
|
ac2a974947
|
Merge branch 'donwload_ai_models' into for_webui
|
2024-10-30 10:30:45 +09:00 |
|
misyaguziya
|
2da19efb19
|
👍️[Update] Model : ブログレスの表示をmodel.binのダウンロードのみに変更/wisperのweightの表記に合わせてctanslate2のweightも小文字に変更
|
2024-10-30 10:30:31 +09:00 |
|
misyaguziya
|
1bc87e623a
|
🐛[bugfix] Model : Speaker Transcription実行時に翻訳が機能しない問題を修正
|
2024-10-30 10:15:40 +09:00 |
|
misyaguziya
|
d777339110
|
👍️[Update] Model : use_translation_featureを削除/それに伴い一部機能を修正
|
2024-10-30 00:37:41 +09:00 |
|
misyaguziya
|
7fd3fad3ea
|
👍️[Update] Model : AI モデルのダウンロード方法を修正
- AIモデルのダウンロード済み確認辞書を追加
- selectable_ctranslate2_weight_type_dict
- selectable_whisper_weight_type_dict
- AIモデルダウンロード処理完了のエンドポイントを追加
- /run/download_ctranslate2_weight
- /run/downloaded_whisper_weight
|
2024-10-29 22:58:18 +09:00 |
|
misyaguziya
|
134ef373af
|
🗑️ [Remove] Model : Whisperの不要な関数を削除
|
2024-10-29 15:58:21 +09:00 |
|
misyaguziya
|
192507a605
|
🗑️ [Remove] Config : IS_RESET_BUTTON_DISPLAYED_FOR_**を削除
|
2024-10-29 15:48:28 +09:00 |
|
misyaguziya
|
ee150b692d
|
🗑️ [Remove] main.pyとcontroller.pyが不要になったため、削除
|
2024-10-29 15:40:14 +09:00 |
|
misyaguziya
|
66da155d8a
|
Merge branch 'controller' into for_webui
|
2024-10-29 15:29:37 +09:00 |
|
misyaguziya
|
31e2edf3eb
|
Merge branch 'bugfix_osc' into for_webui
|
2024-10-29 15:17:33 +09:00 |
|
Sakamoto Shiina
|
82355003d4
|
Merge branch 'init_optimize' into for_webui
|
2024-10-29 14:54:30 +09:00 |
|
misyaguziya
|
a1164ade51
|
🐛[bugfix] Model : VRChat未起動時にOSCQueryを起動させるとエラーが発生する問題を回避するように変更
|
2024-10-28 23:06:40 +09:00 |
|
Sakamoto Shiina
|
afed3fffcd
|
[Update/bugfix] バックエンドからもらった初期データを繋げ、UIと初回同期
initialization_complete エンドポイント修正 ('/'追加)
|
2024-10-28 21:04:55 +09:00 |
|
misyaguziya
|
68d05b38a8
|
🐛[bugfix] Config : 保存用timerがcancelされていない問題を修正
|
2024-10-28 10:07:33 +09:00 |
|
misyaguziya
|
fea2cdae61
|
Merge branch 'config_optimize' into init_optimize
# Conflicts:
# src-python/config.py
|
2024-10-27 18:45:50 +09:00 |
|
misyaguziya
|
4fff111173
|
👍️[Update] Config : config.jsonの保存タイミングをdebounce処理に変更
|
2024-10-27 18:22:20 +09:00 |
|
misyaguziya
|
2dd4419bb1
|
👍️[Update] Config : config.jsonの保存タイミングをfire and forgetに変更
|
2024-10-27 15:12:04 +09:00 |
|
misyaguziya
|
69d9de686e
|
👍️[Update] Optimize : Init完了時にrun\initialization_completeでconfig設定値をすべてresultで渡すように変更
|
2024-10-27 09:49:51 +09:00 |
|
misyaguziya
|
ca7ba5ce09
|
👍️[Update] Optimize : Init時のconfigの取得処理を変更
|
2024-10-26 01:24:37 +09:00 |
|
Sakamoto Shiina
|
bd0431f79c
|
Merge branch 'overlay_setting_ui' into for_webui
|
2024-10-25 17:10:18 +09:00 |
|
Sakamoto Shiina
|
33bb2c7620
|
[bugfix] Config Page: VR Tab. Fix the bug that the settings data has sent to the backend when init.
|
2024-10-25 13:02:53 +09:00 |
|
Sakamoto Shiina
|
5438874668
|
[Update] Config Page: VR Tab. Add delay when send and save the settings data to the backend.
|
2024-10-25 12:18:07 +09:00 |
|
Sakamoto Shiina
|
ed24dbd428
|
[Update] Config Page: VR Tab. Connect to the backend and save the data.
|
2024-10-24 15:45:23 +09:00 |
|
misyaguziya
|
e9b3024210
|
Merge branch 'config' into for_webui
|
2024-10-24 12:02:10 +09:00 |
|
misyaguziya
|
1ab715ac49
|
🐛[bugfix] Config: javascriptでint/floatの型指定ができないためconfigでsetter時にfloatにキャストするように修正
|
2024-10-24 12:01:58 +09:00 |
|
misyaguziya
|
0c7a59c5d8
|
Merge branch 'cuda' into for_webui
|
2024-10-24 04:50:32 +09:00 |
|
misyaguziya
|
b99c3925a4
|
👍️[Update] Build : npm run release-all でcpu/cudaの実行ファイルのzipを作成できるようにした
|
2024-10-24 04:48:04 +09:00 |
|
Sakamoto Shiina
|
984f989646
|
[bugfix] Config Page: VR Tab. Fix the error "Failed prop type: Invalid prop valueLabelFormat supplied to ForwardRef(Slider2), expected one of type [function, string]."
It should've put strings but I put number (init value 0)
|
2024-10-23 17:56:17 +09:00 |
|
Sakamoto Shiina
|
69953eec1b
|
[Update] Config Page: VR Tab. Change the design.
|
2024-10-23 17:40:07 +09:00 |
|
misyaguziya
|
04f13c4c88
|
Merge branch 'cuda' into for_webui
|
2024-10-23 14:14:16 +09:00 |
|
misyaguziya
|
5b44ddefde
|
🐛[bugfix] Config: cpu/cudaの保存するdictの形式を修正
|
2024-10-23 14:13:54 +09:00 |
|
misyaguziya
|
af3fe1f0f9
|
👍️[Update] Model: cpu/cudaをtranslationもしくはtranscriptionで選択できるように実装
|
2024-10-23 13:41:34 +09:00 |
|
misyaguziya
|
2136865493
|
👍️[Update] Installer : GPUを使う項目を追加
|
2024-10-23 03:12:27 +09:00 |
|
misyaguziya
|
c480b3694c
|
👍️[Update] Installer : dllを内包するように変更
|
2024-10-23 02:27:15 +09:00 |
|
misyaguziya
|
5fba6e9e38
|
👍️[Update] Installer : ダウンロード形式に変更
以下のpluginをusername\AppData\Local\tauri\NSIS\Pluginsに保存する必要がある
- inetc : https://nsis.sourceforge.io/Inetc_plug-in
- nsisunz : https://nsis.sourceforge.io/Nsisunz_plug-in
|
2024-10-22 17:32:01 +09:00 |
|
misyaguziya
|
68e25f503a
|
👍️[Update] Main : cudaのインストール環境を整備
|
2024-10-21 18:27:42 +09:00 |
|
Sakamoto Shiina
|
6950347ffb
|
[Update/Memo] Config Page: Add VR Tab. Overlay settings.
|
2024-10-20 09:58:16 +09:00 |
|
misyaguziya
|
2fadf7f1e9
|
👍️[Update] Model : Overlay 任意のテキストをOverlayで表示するエンドポイントを追加
|
2024-10-18 18:23:33 +09:00 |
|
misyaguziya
|
2504bb5832
|
Merge branch 'installer' into for_webui
|
2024-10-18 16:18:49 +09:00 |
|
misyaguziya
|
8d03251be1
|
🐛[bugfix] Installer : タスクバーの表示をVRCTに修正
|
2024-10-18 16:18:33 +09:00 |
|
misyaguziya
|
5ba595cefe
|
🚧 [WIP/TEST] Model : CUDAでの処理実装 part 1
|
2024-10-18 16:16:42 +09:00 |
|
Sakamoto Shiina
|
147b5cc396
|
Merge branch 'ui' into for_webui
|
2024-10-17 02:03:47 +09:00 |
|
Sakamoto Shiina
|
ec64b64535
|
[Update] Config Page: Add Advanced Settings Tab.
|
2024-10-17 01:58:49 +09:00 |
|
Sakamoto Shiina
|
2f6a9d4f2b
|
[Update] Config Page: Auto Export Message Logs. Add open folder button.
|
2024-10-16 23:50:55 +09:00 |
|
Sakamoto Shiina
|
3e88604fd7
|
[bugfix] Config Page: Appearance tab. Fix the deign where Ui language section that was not putted selected mark by adding name attribute to radio element.
|
2024-10-16 23:03:59 +09:00 |
|
Sakamoto Shiina
|
e201cee24a
|
[Update] Config Page: Others Tab. EnableSendOnlyTranslatedMessages, EnableAutoExportMessageLogs, EnableVrcMicMuteSync, EnableSendMessageToVrc
|
2024-10-16 22:44:26 +09:00 |
|