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

feat(env): split checksum env into sha256.env

This commit is contained in:
源文雨
2024-04-21 22:28:12 +09:00
parent aa3908062f
commit a2e2749a7d
6 changed files with 168 additions and 40 deletions

View File

@@ -5,6 +5,7 @@ from dotenv import load_dotenv
now_dir = os.getcwd()
sys.path.append(now_dir)
load_dotenv()
load_dotenv("sha256.env")
from infer.modules.vc.modules import VC
from infer.modules.uvr5.modules import uvr
from infer.lib.train.process_ckpt import (