github-actions[bot]
3c500cf9be
chore(format): run black on dev ( #1997 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-21 22:37:28 +09:00
github-actions[bot]
a77615d122
chore(env): sync checksum on dev ( #1996 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-21 22:37:04 +09:00
github-actions[bot]
2646bc5cbb
chore(format): run black on dev ( #1995 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-21 22:30:51 +09:00
源文雨
04603ac5f5
fix(workflow): incorrect commit back
2024-04-21 22:30:33 +09:00
源文雨
a2e2749a7d
feat(env): split checksum env into sha256.env
2024-04-21 22:28:12 +09:00
源文雨
aa3908062f
feat(gui): add assets checking
2024-04-21 21:56:25 +09:00
源文雨
5266fd1b71
doc: edit README
2024-04-21 21:48:51 +09:00
Ming
373df13141
fix: fix realtime gui launch script windows ( #1994 )
2024-04-21 21:41:13 +09:00
Blaise
dc5c6809b3
fix: ValueError: mode must be 'r', 'w', or None, got: wb ( #1991 )
2024-04-21 21:15:58 +09:00
github-actions[bot]
55f9b3262c
chore(format): run black on dev ( #1990 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-21 02:01:51 +09:00
源文雨
229fe68818
feat(rvcmd): add dns and dl link fallback
2024-04-21 02:00:27 +09:00
github-actions[bot]
652f33ed1c
chore(format): run black on dev ( #1986 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-21 00:21:04 +09:00
源文雨
cb38717d44
fix(run.sh): python3.8: command not found in venv
2024-04-21 00:19:34 +09:00
源文雨
88e2cd1638
optimize(run.sh): remove dlmodels due to impl. of rvcmd
2024-04-21 00:17:01 +09:00
源文雨
4ed830f785
feat(web): check assets integrity on start
2024-04-21 00:16:10 +09:00
github-actions[bot]
a30d54f61c
chore(format): run black on dev ( #1985 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-20 21:37:16 +09:00
源文雨
4762e5bc21
feat(all): optimize hierarchy of files
2024-04-20 21:29:25 +09:00
yxlllc
1ac5e09f68
kill child process after closing the gui ( #1984 )
2024-04-20 20:19:34 +09:00
deffcolony
f7e440fc1d
replace PySimpleGUI to FreeSimpleGUI ( #1978 )
2024-04-19 23:58:07 +09:00
源文雨
d337be9692
doc: add rvcmd instruction
2024-04-18 02:24:43 +09:00
Han Solo
b7869b5ae0
docs: Correct training tips en ( #1970 )
2024-04-17 15:45:32 +09:00
github-actions[bot]
aea223d41e
chore(format): run black on dev ( #1964 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-14 15:53:07 +09:00
Ναρουσέ·μ·γιουμεμί·Χινακάννα
597e0a97d0
FIx Onnx export ( #1963 )
...
* Add files via upload
* Add files via upload
* Add files via upload
2024-04-14 14:55:15 +09:00
源文雨
9cae044bf2
feat(workflow): add close-issue
2024-04-11 17:34:13 +09:00
github-actions[bot]
732e4a152d
chore(format): run black on dev ( #1870 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-11 16:58:06 +09:00
dependabot[bot]
59e29a8dcd
chore(deps): bump gradio from 3.34.0 to 4.11.0 ( #1700 )
...
* chore(deps): bump gradio from 3.34.0 to 4.11.0
Bumps [gradio](https://github.com/gradio-app/gradio ) from 3.34.0 to 4.11.0.
- [Release notes](https://github.com/gradio-app/gradio/releases )
- [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gradio-app/gradio/commits )
---
updated-dependencies:
- dependency-name: gradio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update requirements-amd.txt
* Update requirements-dml.txt
* Update requirements-ipex.txt
* Update requirements.txt
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2024-04-11 16:55:17 +09:00
Locez
0c9a8cb30e
fix: update python version limit ( #1940 )
...
* feat: 更新 python 版本依赖
* feat: 更新 Pyhton 版本依赖说明
2024-04-11 16:53:31 +09:00
Andrei Iashchak
d6db9dc99f
optimize(dockerfile): 将"copy . ."移至系统设置之后 ( #1937 )
...
将Dockerfile中的"copy . ."指令移至系统设置之后的副作用是构建过程现在将在复制文件之前缓存层。
这意味着如果系统设置保持不变,后续构建将更快,因为将重用缓存的层。
optimize(dockerfile): Moved "copy . ." after system setup
The side effect of moving the "copy . ." instruction after the system setup in the Dockerfile is that the build process will now cache the layers before copying the files.
This means that if the system setup remains unchanged, subsequent builds will be faster as the cached layers will be reused.
2024-04-11 16:53:19 +09:00
Sebin Lee
9680bc71a1
Specify numpy version at requirement.txt ( #1872 )
2024-04-11 16:52:24 +09:00
Ayatsuki Renge
78b922879a
更正README中使用poetry安装依赖时给出的错误文件名 ( #1901 )
2024-04-11 16:46:51 +09:00
知不可乎
40f991e38a
Fix i18n ( #1921 )
...
* Fix i18n
修复翻译问题
* Fix i18n
修复翻译问题
2024-04-11 16:46:26 +09:00
Просто Хаскер
8fd883d739
Move to Gradio 4.23.0 ( #1928 )
2024-04-11 16:46:02 +09:00
Omar Tsai
a84bba36be
Fix typo ( #1942 )
2024-04-11 16:42:34 +09:00
Ikko Eltociear Ashimine
253144caca
docs: Update README.ja.md ( #1946 )
...
fix markdown.
2024-04-11 16:42:09 +09:00
Zul
a998c747df
Small English grammar fix ( #1863 )
...
changed poetry explanation to "then you can use" rather than "then can use." Makes more sense
2024-04-11 16:41:07 +09:00
RVC-Boss
886b6324bc
Merge pull request #1869 from yxlllc/dev
...
Correct the receptive field of the flow model and optimize the real-time inference code
2024-03-07 00:00:31 +08:00
yxlllc
e2a9bb88f1
optimize codes
2024-03-06 21:27:22 +08:00
yxlllc
8e78f655e6
fix the receptive field of flow
2024-03-06 16:20:50 +08:00
github-actions[bot]
7728caad54
Revert "修复所有语言REARMED中更新日志的链接错误" ( #1855 ) ( #1856 )
...
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2024-03-01 18:46:57 +09:00
源文雨
9a267ac1bb
revert: README格式意外复旧( #1803 )
2024-03-01 18:37:18 +09:00
github-actions[bot]
6061f636f8
chore(format): run black on main ( #1851 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-01 18:26:12 +09:00
RVC-Boss
a3ee455191
Add files via upload
2024-03-01 17:23:43 +08:00
RVC-Boss
c22b912576
Merge pull request #1850 from RVC-Project/dev
...
chore(sync): merge dev into main
2024-03-01 16:08:14 +08:00
RVC-Boss
3dcd78855b
Merge branch 'main' into dev
2024-03-01 16:07:24 +08:00
RVC-Boss
67f934539b
Merge pull request #1803 from Butyllithium/dev
...
修复所有语言REARMED中更新日志的链接错误
2024-03-01 15:04:40 +08:00
CatMatrix
bf17b8b758
修复所有语言更新日志的链接错误
2024-02-09 04:37:39 +08:00
Zzzyt
f513f0b2e0
Fix half argument ( #1683 ) ( #1775 )
...
* for GTX1650
* testing torch-profiler
* no more profiler & change default audio
* longer slice
* fluid container
* cache rmvpe and ui tweaks
* get my changes back after merge
* format code
* only load rmvpe when necessary
* fix rmvpe & config bug
* fix is_half again
* manual sync with upstream
* fix bool() for is_half
* revert changes for PR
* revert again
* typo
* match lower case
2024-01-30 12:51:40 +09:00
Albert Softie
401db68aba
make dlmodels.sh executable before running ( #1771 )
2024-01-27 16:13:34 +09:00
RVC-Boss
8c0cec1c9e
Merge pull request #1768 from RVC-Project/formatter-main
...
chore(format): run black on main
2024-01-26 16:10:24 +08:00
RVC-Boss
c09d1bcfac
Merge pull request #1769 from RVC-Project/formatter-dev
...
chore(format): run black on dev
2024-01-26 16:10:23 +08:00