File size: 656 Bytes
da23dfe
 
 
 
 
 
 
 
 
 
d542d90
da23dfe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7c6f253
a565d09
 
 
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
40
# 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