mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-04-05 04:08:58 +08:00
Changes
This commit is contained in:
parent
c636ec724a
commit
feb31b3d83
@ -17,10 +17,6 @@ from infer.lib.infer_pack.models import (
|
|||||||
)
|
)
|
||||||
from infer.modules.vc.pipeline import Pipeline
|
from infer.modules.vc.pipeline import Pipeline
|
||||||
from infer.modules.vc.utils import *
|
from infer.modules.vc.utils import *
|
||||||
from fairseq.data.dictionary import Dictionary
|
|
||||||
import torch
|
|
||||||
|
|
||||||
torch.serialization.add_safe_globals([Dictionary])
|
|
||||||
|
|
||||||
class VC:
|
class VC:
|
||||||
def __init__(self, config):
|
def __init__(self, config):
|
||||||
|
@ -59,6 +59,7 @@ ffmpy = "0.3.1"
|
|||||||
torchvision = "0.19.1"
|
torchvision = "0.19.1"
|
||||||
freesimplegui = "^5.2.0"
|
freesimplegui = "^5.2.0"
|
||||||
torch-directml = "^0.2.5.dev240914"
|
torch-directml = "^0.2.5.dev240914"
|
||||||
|
requests = "^2.29.0"
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user