tsukumi
d7e2745559
Improve: Update license information
2025-03-26 20:28:34 +09:00
tsukumi
1a44c9d437
Merge branch 'dev' of github.com:litagin02/Style-Bert-VITS2
2025-03-26 20:09:40 +09:00
tsukumi
2aa503233a
Improve: Add option to generate AIVM/AIVMX files directly when running convert_onnx.py, add license information
2025-03-26 20:01:17 +09:00
tsukumi
810ca43615
Improve: Disable enable_cpu_mem_arena for CPU inference only to prevent excessive memory consumption during the inference session of the BERT model
2024-12-22 09:17:31 +09:00
tsukumi
3c218c7087
Improve: Variation of text-to-speech during testing
2024-12-22 07:17:07 +09:00
tsukumi
405c5deddd
Improve: Adjusted the default Execution Provider options
2024-12-22 07:04:20 +09:00
tsukumi
08c439e88e
Refactor: Use I/O Binding during BERT inference and always release memory after inference
2024-12-22 06:49:43 +09:00
tsukumi
15af441cba
Improve: Convert ONNX version of BERT models to FP16
...
I have found that half-precision has little effect on speech synthesis quality and, depending on the environment, can reduce file size and memory usage by half, so I have decided to use FP16.
2024-12-19 14:51:30 +09:00
tsukumi
b843804a75
Fix: TTSModel.unload() did not work in PyTorch-independent environments
2024-12-19 13:51:52 +09:00
tsukumi
e1ce12a336
Fix: Use Fast Tokenizer instead of Slow Tokenizer, which makes validation very slow
2024-12-19 13:41:09 +09:00
tsukumi
ebd249bca8
Fix: spm.model is missing
2024-12-19 13:16:25 +09:00
tsukumi
2833fb5eeb
Fix: The conversion script for English BERT to Fast Tokenizer was incorrect, so tokenization was not performed correctly
2024-12-19 11:10:33 +09:00
tsukumi
c1fce3fec7
Improve: Make it possible to convert BERT language models to FP16
2024-12-19 07:16:59 +09:00
tsukumi
e642a4cb69
Merge branch 'litagin02:master' into master
2024-12-08 03:37:27 +09:00
litagin02
3383458317
delete unrelated file
2024-11-20 18:58:15 +09:00
litagin02
9740256c87
Add anime-whisper
2024-11-17 16:47:37 +09:00
litagin02
8d476175a7
hathc run style:fmt
2024-11-17 12:44:27 +09:00
litagin02
a6bc65271c
hatch fmt
2024-11-17 12:41:05 +09:00
litagin02
a6047012dd
Merge pull request #178 from tsukumijima/master
...
Fix: Missing onnx dependency
2024-11-17 12:35:17 +09:00
litagin02
065a7ffa0a
Merge pull request #177 from aka7774/master
...
Add /g2p (Update server_fastapi.py)
2024-11-17 12:35:02 +09:00
tsukumi
4a92a1abad
Fix: Missing onnxsim dependency
2024-11-13 10:50:44 +09:00
tsukumi
f135a79316
Fix: Missing onnx dependency
2024-11-13 10:43:58 +09:00
litagin02
875186f0c7
Change faster-whisper as default
2024-11-11 10:25:30 +09:00
litagin02
038d07f4e7
Bump ver only
2024-11-11 10:18:55 +09:00
litagin02
2cb5b24244
Merge pull request #165 from tsukumijima/master
...
ONNX への変換と ONNXRuntime による推論サポートを追加
2024-11-11 09:44:32 +09:00
Aka Diffusion
3155e2acc1
Update server_fastapi.py
...
g2pの内容をjsonで取れるAPI
2024-11-10 15:27:19 +09:00
tsukumi
689217e350
Refactor: TTSModel.convert_to_16_bit_wav() to @staticmethod
2024-11-10 07:11:53 +09:00
tsukumi
20b0b0908b
Fix: Ensure memory is cleared on unload
2024-11-10 07:06:20 +09:00
tsukumi
9723f75f99
Fix: g2p process fails in PyTorch-independent environment
2024-11-08 02:56:05 +09:00
tsukumi
b0b12696f3
Add: Type Hint to null_model_params
2024-10-25 22:37:09 +09:00
tsukumi
375eb7f3a9
Refactor: run "hatch run style:fmt"
2024-10-25 22:18:57 +09:00
tsukumi
d762bf4401
Merge branch 'dev' of github.com:litagin02/Style-Bert-VITS2
2024-10-25 22:16:19 +09:00
tsukumi
d397a58874
Fix: errors during ONNX CPU inference
2024-10-06 16:18:21 +09:00
tsukumi
c4b6c169fc
Fix: Inference failure with some ExecutionProviders
...
length_scale, etc. were passed as one-dimensional arrays when they should have been passed as scalar values.
2024-09-28 17:36:26 +09:00
tsukumi
7793e9da43
Remove: Unused import
2024-09-28 13:50:10 +09:00
tsukumi
d935d30e4c
Add: test code for CoreMLExecutionProvider on a trial basis
...
Currently ONNXRuntime's CoreML support is not very good, and on my environment, I get errors like “coreml_execution_provider.cc:192 operator() Input (/sdp/flows.3/GatherND_2_output_0) has a dynamic shape ({-1,-1}) but the runtime shape ({0,10}) has zero elements. This is not supported by the CoreML EP.” and inference fails.
I hope this will be fixed in a future version of ONNXRuntime, and leave the test code as it is.
2024-09-23 21:07:27 +09:00
tsukumi
b67e50fd8d
Improve: DirectML inference performance
2024-09-23 20:20:46 +09:00
tsukumi
08af692835
Fix: PyTorch inference test
2024-09-23 15:20:52 +09:00
tsukumi
e91b69862c
Fix: ONNX inference with DirectML fails
2024-09-23 15:06:19 +09:00
tsukumi
758696c59c
Fix: Device ID specified in ExecutionProvider options is respected when moving input tensors
2024-09-23 12:57:14 +09:00
tsukumi
c792bf9a0d
Improve: Make ONNX inference tests more rigorous
2024-09-23 12:27:29 +09:00
tsukumi
2cdb5844cb
Fix: ONNX inference fails in Windows environments
...
ref: https://qiita.com/gomasa/items/f6337087988685d00ebb
2024-09-23 11:55:50 +09:00
tsukumi
53777e315e
Fix: Log in real time during pytest execution
2024-09-23 11:39:10 +09:00
tsukumi
5ca6e184d7
Fix: ONNX inference of BERT models fails in some Windows environments
2024-09-23 11:33:17 +09:00
tsukumi
f9607ad891
Fix: Omitted consideration of macOS support
2024-09-23 11:10:41 +09:00
tsukumi
f21f6435ad
Improve: Add test code for ONNX inference with DmlExecutionProvider
2024-09-23 10:54:29 +09:00
tsukumi
eb5d245903
Add: Test for ONNX inference code (without PyTorch dependency)
2024-09-23 10:04:02 +09:00
tsukumi
5a82105df3
Improve: Since the use cases for speech synthesis in English and Chinese are limited, only Japanese BERT models/tokenizers will be pre-loaded to save VRAM
2024-09-23 08:58:57 +09:00
tsukumi
faddb0a8a8
Fix: Don't list hidden files as models
...
Copying files from macOS to Linux would produce files starting with . _ that were incorrectly identified as model files.
2024-09-23 08:51:31 +09:00
tsukumi
245bfe54ae
Fix: In the “Merge” tab of the Web UI, re-create the TTSModelHolder using the passed TTSModelHolder instance variable so that ONNX models do not get mixed up
2024-09-23 08:13:16 +09:00