1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +08:00

14 Commits

Author SHA1 Message Date
Alex Murkoff
f79b925ee2 refactor(scripts): simplify run.sh script (#48)
* refactor(scripts): simplify run.sh script

a lot of the contents of run.sh is either wrong, unnecessary, or both! a program runner-script that installs software on your PC is a terrible idea, since users themselves should make such decisions, not some random installer/runner scripts from a github repo. the overfixation on python3.8 makes this script practically entirely useless on any linux system that isn't based on debian, or is based on debian but is heavily modified. on archlinux this script is useless, it wont install anything for you and it wont find python3.8 since there's no such thing as python3.8 ANYWHERE except for a few distros where older versions of software are not stored in an archive, but rather in the packages repo

* refactor(scripts): apply a lot more of refactoring of run script

* fix(scripts): remove env variable setting for macOS systems

use --pycmd python instead of --pycmd python3
2024-06-13 23:52:49 +09:00
Alex Murkoff
5f69b9a376 chore(structure): rename requirements files (#14)
* chore(structure): rename requirements files

all of the requirements under `requirements/` have requirements-* in their name, which just looks dirty since all of the requirements are already in the `requirements` dir. therefore to have cleaner project, it's better to rename all the req files to just contain info on what each of them does

* fix(unitest): update requirements file used in the unitest workflow
2024-06-09 20:56:01 +09:00
源文雨
f37889137b optimize: rename root pys 2024-06-07 00:50:51 +09:00
源文雨
3f85a24e1b optimize(deps): move req.txts into req folder 2024-06-07 00:48:35 +09:00
Samuel
d01be25bc0 fix: Correct Python installation check and download success check logic (#2080)
* fix: python installation check logic (fix #2073)

* fix: download success check logic (fix #2074)
2024-05-29 21:00:46 +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
Albert Softie
401db68aba make dlmodels.sh executable before running (#1771) 2024-01-27 16:13:34 +09:00
Ftps
5c55d5378b fix run.sh on mac (#1755) 2024-01-25 21:04:29 +09:00
Sơn Phan Trung
8bd34d1881 chore: get run.sh to be POSIX Compliant (#1649)
* Create CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* fix: get run.sh posix compliant

* Update venv.sh

* Delete CONTRIBUTING.md

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-12-26 22:11:16 +09:00
源文雨
ad85b02ed9 optimize: no json config writeback 2023-09-02 13:53:56 +08:00
源文雨
edcff1df04 optimize: run.sh 2023-08-27 01:21:18 +08:00
Naozumi
86ed98aaca Add .sh run script for macOS & linux, fix error on macs with low vram. (#737)
* Add .sh run script

* Update extract_feature_print.py

* Remove `requirements_macOS.txt`
2023-07-13 07:05:35 +00:00