-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (39 loc) · 775 Bytes
/
pyproject.toml
File metadata and controls
41 lines (39 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[project]
name = "comfy-rvc"
description = ""
version = "1.0.0"
license = "{file = \"LICENSE\"}"
dependencies = [
"librosa~=0.10.2",
"numpy",
"faiss-cpu==1.7.4",
"ffmpeg-python",
"tqdm",
"audioread",
"audio-separator[gpu]",
"onnxruntime-gpu",
"ffmpy",
"samplerate",
"pyaudio",
"spacy",
"monotonic_align",
"textacy",
"pytube",
"spacytextblob",
"accelerate",
"yt-dlp",
"deep-translator",
"openmim",
"opencv-python",
"soundfile",
"diffusers",
"scikit-learn",
"torchcrepe"
]
[project.urls]
Repository = "https://github.com/SayanoAI/Comfy-RVC"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "sayanoai"
DisplayName = "Comfy-RVC"
Icon = "🌺"