File size: 427 Bytes
3975925 |
1 2 3 4 5 6 7 8 |
torch==2.0.1+cpu # CPU-only PyTorch; adjust version as needed torchvision==0.15.2+cpu # Matching torchvision for CPU diffusers==0.20.0 # For Stable Diffusion pipeline transformers==4.35.0 # Required by diffusers for tokenization numpy==1.24.3 # Common dependency for numerical operations pillow==10.0.0 # Image processing requests==2.31.0 # For downloading weights or API calls safetensors==0.4.0 # Faster model loading |