forked from xuchenxu168/ComfyUI_Qwen-Image
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
40 lines (33 loc) · 890 Bytes
/
requirements.txt
File metadata and controls
40 lines (33 loc) · 890 Bytes
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
# Unified requirements for ComfyUI_Qwen-Image (includes DiffSynth integration)
# Note: DiffSynth-Studio itself should be installed from source (see README).
# Core runtime
torch>=2.0.0
torchvision>=0.15.0
transformers>=4.51.3
diffusers>=0.30.0
accelerate>=0.20.0
safetensors>=0.3.0
packaging>=21.0
requests>=2.28.0
# Image processing
Pillow>=9.5.0
opencv-python>=4.8.0
numpy>=1.21.0
scikit-image>=0.20.0
# ControlNet preprocessing
controlnet-aux>=0.0.6
mediapipe>=0.10.0
# Depth preprocessors (e.g., MiDaS via timm)
timm>=0.9.0
# Model/data hubs
huggingface-hub>=0.16.0
datasets>=2.0.0
modelscope>=1.9.0
# Utilities
tqdm>=4.65.0
# VRAM optimization (MMGP)
mmgp>=3.5.0
# Optional extras (uncomment if desired)
# xformers>=0.0.20 # memory efficient attention
# bitsandbytes>=0.41.0 # quantization support
# flash-attn>=2.0.0 # FlashAttention (requires specific CUDA/PyTorch)