File size: 660 Bytes
238f791
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
44
45
46
47
48
# Core ML and AI libraries
torch>=2.0.0
torchvision
diffusers>=0.21.0
transformers>=4.21.0
accelerate>=0.20.0

# Hugging Face Spaces GPU support
spaces

# LoRA and fine-tuning support
peft>=0.4.0
loralib
adapter-transformers

# Image and Video processing
Pillow>=9.0.0
opencv-python-headless
imageio[ffmpeg]
moviepy

# Web interface
gradio>=4.0.0

# Utils
numpy<1.24.0
scipy
matplotlib
requests
tqdm
safetensors

# Optional video processing
imageio-ffmpeg

# Memory optimization
xformers; sys_platform != "darwin"
bitsandbytes; sys_platform == "linux"

# Additional utilities
invisible_watermark
compel
ftfy
regex

# Enhanced model support
omegaconf
hydra-core