Commit Graph

74 Commits

Author SHA1 Message Date
SWivid
6f91022519 v1.1.20: refactor cache handling in DiT, MMDiT, and UNetT classes (lazyinit), to fix training bug (EMA deepcopy failure) 2026-04-20 15:28:10 +08:00
will422-l
761643b1ff fix: cap Gradio version to <6.11 to prevent UI freeze
Gradio 6.11.0 has a bug in gr.Tabs that causes the UI to completely
freeze when switching tabs. This caps the version to prevent users
from hitting this issue until Gradio fixes it upstream.

Ref: #1289
2026-04-17 09:11:15 +08:00
Yushen CHEN
25874ca255 Bump version from 1.1.18 to 1.1.19 2026-04-16 10:56:40 +08:00
Yushen CHEN
82fc4fe622 Bump version from 1.1.17 to 1.1.18 2026-03-24 20:20:15 +08:00
SWivid
5005714c4c Remove pydantic<=2.10.6 restriction to fit latest gradio version 2026-03-07 19:37:59 +08:00
Yushen CHEN
4533426c72 Bump version from 1.1.16 to 1.1.17 2026-03-04 19:34:03 +08:00
Yushen CHEN
54c50eb8f6 Bump version from 1.1.15 to 1.1.16 2026-02-16 12:37:19 +08:00
SWivid
46ccc575c5 v1.1.15 workaround for gr.Accordion default open=False bug (#1239) 2025-12-21 15:06:44 +08:00
SWivid
39617fcf7a v1.1.12 bump gradio from 5.0 to 6.0, several fixes to ensure compatibility with new gradio version 2025-12-20 18:44:43 +08:00
Yushen Chen
5b82f97c26 fix #1239, use gradio>=6.0; add more clear instruction for ffmpeg installation (#1234) 2025-12-20 16:08:13 +08:00
SWivid
9ae46c8360 Replace jieba pkg with rjieba - a jieba-rs Python binding 2025-11-28 13:08:07 +00:00
Yushen CHEN
1dcb4e10f7 Add torchcodec dependency to pyproject.toml 2025-11-03 16:44:11 +08:00
SWivid
77d3ec623b v1.1.9 2025-09-13 13:42:33 +08:00
SWivid
186799d6dc remove numpy<=1.26.4 for python_version>=3.11 #1162; update links 2025-09-13 13:40:55 +08:00
SWivid
e61824009a v1.1.8 2025-08-28 12:33:37 +00:00
Yushen CHEN
5f35f27230 update pyproject.toml 2025-07-15 17:28:41 +08:00
Yushen CHEN
c96c3aeed8 Update pyproject.toml 2025-07-14 14:36:26 +08:00
Yushen CHEN
9b60fe6a34 update pyproject.toml, set gradio<=5.35.0 until fix #1126 2025-07-14 14:29:19 +08:00
SWivid
efc7a7498b fix #1111 #1037 remove redundant unwrap_model for AcceleratedOptimizer; which has no attribute '_modules' thus conflict with has_compiled_regions check introduced in accelerate v1.7.0 2025-07-08 18:39:43 +08:00
SWivid
69b0e0110e v1.1.6 fla support, several changed for finetune and infer-cli 2025-07-03 00:08:42 +08:00
Danh Tran
ebbd7bd91f Update WAV File Naming and Dependencies 📝🔊 (#1091)
* Update infer_cli.py

* Update pyproject.toml

* formalized

---------

Co-authored-by: SWivid <swivid@qq.com>
2025-06-24 23:23:00 +08:00
SWivid
2968aa184f v1.1.5 several fixes 2025-05-22 17:41:10 +08:00
SWivid
695c735737 Exclude broken dependency version with accelerate 2025-05-16 17:48:41 +08:00
SWivid
ac79d0ec1e v1.1.4 2025-05-05 04:05:25 +08:00
SWivid
7c741c05f9 v1.1.3 better infer_gradio with cherrypick and cache support 2025-05-05 01:42:41 +08:00
SWivid
c4c61b0110 v1.1.2 several updates
add data prepare script recipe for emilia-yodas; fix speech_edit.py; fix tensorrt-llm server code-switch
2025-05-02 03:13:33 +08:00
SWivid
fe5c562212 v1.1.1 add benchmark and trtllm offline code 2025-04-03 18:33:48 +08:00
SWivid
16c480a61d v1.1.0 Support GPU Depolyment with Triton and TensorRT-LLM #944 2025-04-03 14:37:58 +08:00
SWivid
7258b09529 v1.0.10 support custom chat model 2025-03-31 21:15:26 +08:00
Yushen CHEN
f34465d118 v1.0.9 several fixes 2025-03-28 23:12:13 +08:00
lizhuo
393993321d fix: use pydantic<=2.10.6 to address dependency conflict with gradio-app #930 2025-03-28 23:10:41 +08:00
SWivid
b9156c0ad5 v1.0.8 fix a fatal bug with log_samples since 37eb3b50da 2025-03-25 07:49:19 +08:00
SWivid
621559cbbe v1.0.7 2025-03-21 14:40:52 +08:00
SWivid
c6b3189bbd v1.0.6 improves docker usage 2025-03-20 22:48:36 +08:00
SWivid
a1e88c2a9e v1.0.5 update finetune_gradio.py for clearer guidance 2025-03-17 21:50:50 +08:00
SWivid
1ab90505a4 v1.0.4 fix finetune_gradio.py vocab extend with .safetensors ckpt 2025-03-17 16:22:26 +08:00
SWivid
7e4985ca56 v1.0.3 fix api.py 2025-03-17 02:39:20 +08:00
SWivid
f05ceda4cb v1.0.2 fix: torch.utils.checkpoint.checkpoint add use_reentrant=False 2025-03-15 16:34:32 +08:00
Yushen CHEN
297755fac3 v1.0.1 VRAM usage management #851 2025-03-14 17:31:44 +08:00
SWivid
ca6e49adaa 1.0.0 F5-TTS v1 base model with better training and inference performance 2025-03-12 17:23:10 +08:00
SWivid
09b478b7d7 0.6.2 support socket_server.py with general text chunk 2025-02-25 04:47:40 +08:00
SWivid
a72f2f8efb 0.6.1 fix tqdm func check with difference call behavior from gr.Progress() 2025-02-22 08:33:10 +08:00
SWivid
7ee55d773c formatting 2025-02-21 17:00:51 +08:00
rino
4ceba6dc24 This patch is to solve a problem where streaming will handle all of the client input
[add] numpy tokenizer for stream chunk
[add] infer_batch_process_stream in utils_infer
[add] file writter after streaming

[edit] adjustment for streaming server
[edit] data handling processes and sends chunk by chunk
[delete] threading on processing the inference, just for file writting
2025-02-21 14:35:01 +07:00
SWivid
5fa0479432 0.5.3 fix MPS device compatibility; update readme 2025-02-18 18:42:03 +08:00
SWivid
f062403353 0.5.2 Improve prepare_csv_wavs.py from @hcsolakoglu 2025-02-09 14:36:40 +08:00
SWivid
261b2774f2 0.5.1 Enhance DynamicBatchSampler to support epoch-based shuffling 2025-02-05 15:12:34 +08:00
unknown
f0996492a7 0.5.0 fix grad_accum bug from 0.4.0, #715 #728 2025-01-29 15:18:02 +08:00
unknown
0d95df4a4d 0.4.6 minor fixes for finetune-gradio -cli 2025-01-29 00:06:10 +08:00
unknown
607b92b391 0.4.5 fix extremely short case that lengths of text_seq > audio_seq, causing wrong cond_mask 2025-01-28 12:38:16 +08:00