# FL DiffVSR Requirements
# Core dependencies for Stream-DiffVSR video super-resolution

# Core ML frameworks
torch>=2.0.0
torchvision>=0.15.0

# Diffusers and transformers
diffusers>=0.21.0
transformers>=4.30.0

# Model loading
safetensors>=0.3.0
huggingface_hub>=0.16.0
accelerate>=0.20.0

# Image processing
Pillow>=9.0.0
numpy>=1.20.0

# Optional: Memory efficient attention (recommended)
xformers>=0.0.20

# Tensor operations
einops>=0.6.0
