vivaceailab commited on
Commit
139277f
·
verified ·
1 Parent(s): 9e1bace

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -17
requirements.txt CHANGED
@@ -1,22 +1,7 @@
1
  torch>=2.0.0
2
  transformers>=4.39.0
3
- # GitHub 최신 diffusers 브랜치 사용
4
- git+https://github.com/huggingface/diffusers.git
5
- huggingface_hub>=0.20.0
6
  accelerate>=0.25.0
7
-
8
- # 8-bit 양자화를 위한 bitsandbytes
9
- bitsandbytes>=0.39.0
10
-
11
- # Scheduler 및 텍스트/이미지 처리
12
- scipy
13
- sentencepiece
14
- einops
15
- timm
16
-
17
- # 이미지 및 인터페이스
18
- Pillow
19
  gradio>=4.16.0
20
 
21
- # 기타
22
- safetensors
 
1
  torch>=2.0.0
2
  transformers>=4.39.0
3
+ diffusers>=0.27.0
4
+ safetensors
 
5
  accelerate>=0.25.0
 
 
 
 
 
 
 
 
 
 
 
 
6
  gradio>=4.16.0
7