CharacterForgePro / requirements.txt
ghmk's picture
Add websocket-client dependency
a565d09
raw
history blame contribute delete
656 Bytes
# Character Sheet Pro - HuggingFace Spaces
# =========================================
# Image processing
Pillow>=10.0.0
# Utilities
python-dotenv>=1.0.0
# Diffusers from git (required for Flux2KleinPipeline)
git+https://github.com/huggingface/diffusers.git
# PyTorch
torch>=2.1.0
torchvision>=0.16.0
# Transformers
transformers>=4.40.0
# Accelerate
accelerate>=0.25.0
# HuggingFace Hub
huggingface-hub>=0.20.0
# Safetensors
safetensors>=0.4.0
# Sentencepiece
sentencepiece>=0.1.99
# Google Gemini API (fallback backend)
google-genai>=0.3.0
# Invisible watermark (for FLUX)
invisible_watermark
# Websocket (for ComfyUI client)
websocket-client