Spaces:
Sleeping
Sleeping
| # Character Forge - Minimal Requirements (Image App Only) | |
| # ========================================================== | |
| # Just the essentials for running the Streamlit image generation app | |
| # Use this for faster installation if you don't need video tools | |
| # Core Framework | |
| streamlit>=1.31.0 | |
| # Image Generation Backends | |
| google-genai>=0.3.0 # Gemini API | |
| requests>=2.31.0 # For OmniGen2/network backends | |
| websocket-client>=1.7.0 # For ComfyUI | |
| # Image Processing | |
| Pillow>=10.0.0 # PIL/Image operations | |
| numpy>=1.24.0 # Array operations | |
| # Configuration & Utilities | |
| PyYAML>=6.0.0 # YAML config files | |
| python-dateutil>=2.8.2 # Date/time handling | |
| pathlib>=1.0.1 # Path operations | |
| # Logging | |
| colorlog>=6.7.0 # Colored logging | |
| # Optional UI Enhancements | |
| streamlit-image-comparison | |
| streamlit-extras | |