facehuggingjay commited on
Commit
bd9b3c0
·
verified ·
1 Parent(s): a849c4f
Files changed (1) hide show
  1. requirements.txt +15 -24
requirements.txt CHANGED
@@ -1,27 +1,18 @@
1
- # requirements.txt - Optimized for HF CPU Space
2
-
3
- # CPU-only PyTorch (much smaller and works on CPU Spaces)
4
- torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
5
-
6
- # Core libraries
7
- diffusers @ git+https://github.com/zhuang2002/diffusers_colorflow.git
8
  accelerate==1.0.1
9
- transformers==4.46.3
 
 
 
 
 
 
 
10
  peft==0.13.2
11
- einops==0.8.0
12
- safetensors==0.4.5
13
-
14
- # UI & Utils
15
- gradio>=5.8.0
16
- spaces
17
- huggingface-hub==0.26.0
18
- Pillow==10.4.0
19
- opencv-python-headless==4.10.0.84
20
- numpy==1.26.4
21
  tqdm==4.67.1
22
-
23
- # Others
24
- datasets==3.1.0
25
- matplotlib==3.9.2
26
- webdataset==0.2.86
27
- sentencepiece==0.2.0
 
1
+ torchvision
 
 
 
 
 
 
2
  accelerate==1.0.1
3
+ datasets==3.1.0
4
+ git+https://github.com/zhuang2002/diffusers_colorflow.git
5
+ einops==0.3.0
6
+ gradio_client==1.3.0
7
+ huggingface-hub==0.25.0
8
+ matplotlib==3.7.5
9
+ numpy==1.24.4
10
+ opencv-python==4.9.0.80
11
  peft==0.13.2
12
+ Pillow==9.5.0
13
+ safetensors==0.4.3
14
+ sentencepiece==0.2.0
15
+ torchaudio
 
 
 
 
 
 
16
  tqdm==4.67.1
17
+ transformers==4.46.3
18
+ webdataset==0.2.86