ajh-code commited on
Commit
3d6ca65
·
verified ·
1 Parent(s): b874414

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu130
2
+ torch==2.13.0+cu130
3
+ torchvision==0.28.0+cu130
4
+ torchaudio==2.11.0+cu130
5
+ diffusers==0.38.0
6
+ transformers==5.5.0
7
+ safetensors==0.8.0
8
+ accelerate==1.13.0
9
+ comfy-kitchen==0.2.22
10
+ einops==0.8.2
11
+ pydantic==2.12.5
12
+ pillow==12.3.0
13
+ numpy==2.4.3
14
+ loguru==0.7.3
15
+ huggingface-hub==1.24.0