AI-Comic / requirements.txt
byte-vortex's picture
Update requirements.txt
d66f6a1 verified
raw
history blame contribute delete
312 Bytes
gradio
Pillow
torch # Ensure this is a CPU-only build if you strictly want to avoid GPU, though PyTorch typically installs both.
diffusers
transformers
accelerate # Often needed for from_pretrained optimizations, even on CPU
safetensors # For faster and safer model loading
sentencepiece # For Gemma's tokenizer