DawnC commited on
Commit
d14acd3
·
verified ·
1 Parent(s): d3ccd20

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -9
requirements.txt CHANGED
@@ -1,10 +1,7 @@
1
- # 使用已驗證的 fork diffusers(Apache 2.0 授權,包含 Wan2.2 LoRA 修復)
2
  git+https://github.com/linoytsaban/diffusers.git@wan22-loras
3
 
4
- # UI Framework(使用官方穩定版)
5
  gradio
6
-
7
- # 核心依賴(不限制版本,讓 ZeroGPU 自動選擇最佳版本)
8
  transformers
9
  accelerate
10
  safetensors
@@ -15,8 +12,4 @@ imageio-ffmpeg
15
  opencv-python
16
  pillow
17
  spaces
18
-
19
- # 可選優化(如果 PyTorch 支援)
20
- torchao
21
-
22
- # 注意:不指定 torch 版本,讓 ZeroGPU 自動安裝最新相容版本(可能是 2.8+)
 
1
+ #(Apache 2.0 授權,包含 Wan2.2 LoRA 修復)
2
  git+https://github.com/linoytsaban/diffusers.git@wan22-loras
3
 
 
4
  gradio
 
 
5
  transformers
6
  accelerate
7
  safetensors
 
12
  opencv-python
13
  pillow
14
  spaces
15
+ torchao