-
Notifications
You must be signed in to change notification settings - Fork 17
/
requirements.txt
45 lines (42 loc) · 999 Bytes
/
requirements.txt
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
42
43
44
45
# It is recommended to install torch torchvision and torchaudio manually.
# Use command: pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
# torch>=2.0.1
accelerate
asteroid==0.7.0
audiomentations==0.24.0
auraloss
beartype==0.14.1
bitsandbytes
colorama
demucs==4.0.0
einops==0.6.1
fastapi==0.111.0
gradio==4.38.1
huggingface-hub>=0.23.0
librosa==0.9.2
lightning>=2.0.0
ml_collections
mido
omegaconf==2.2.3
pedalboard~=0.8.1
prodigyopt
protobuf==3.20.3
psutil
rotary_embedding_torch==0.3.5
samplerate
scipy
segmentation_models_pytorch==0.3.3
soundfile
spafe==0.3.2
timm==0.9.2
torch_audiomentations
torch_log_wmse
torchmetrics==0.11.4
torchseg
transformers~=4.35.0
tqdm
# After installing the requirements, go to site-packages folder, open "\librosa\util\utils.py" and go to line 2185
# Change the line from "np.dtype(complex): np.dtype(np.float).type," to "np.dtype(complex): np.dtype(float).type,"\
# ComfyUI requirements
PySide6
PySide6-Fluent-Widgets