File size: 651 Bytes
4861103
f0cc3b2
 
4861103
 
 
eea5e25
 
f9c59ad
4861103
 
f0cc3b2
 
4861103
 
 
f0cc3b2
 
 
 
4861103
 
f9c59ad
4861103
 
 
 
f0cc3b2
 
4861103
 
 
 
 
 
89baeb0
 
 
 
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
# Core dependencies
torch>=2.0.0
torchvision
numpy
pandas

# DiffSynth-Studio (install from GitHub)
# diffsynth @ git+https://github.com/modelscope/[email protected]
# this is disabled as for now we use a local fork packaged with the rest of our code

# Video processing
imageio
imageio[ffmpeg]

# Model dependencies
transformers==4.46.2
safetensors
einops
sentencepiece
protobuf

# Gradio interface
gradio>=5.37.0

# Additional dependencies for ReCamMaster
cupy-cuda12x
controlnet-aux==0.0.7
modelscope
ftfy

# Optional but recommended for better performance
accelerate
pillow

# For downloading models
huggingface_hub

# for ZeroGPU
spaces