Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available: 6.15.2
metadata
title: AI Creative Production Suite
emoji: π¬
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 5.0.0
app_file: app.py
pinned: false
π¬ AI Creative Production Suite
A modular, all-in-one toolkit for AI-powered creative content production β built entirely with open-source models from Hugging Face.
Live Space: https://huggingface.co/spaces/bleckhert/creative-suite
π οΈ Tools Included
| Tool | Description | Models Used |
|---|---|---|
| π¨ Image Generator | Text-to-image generation with SDXL | stabilityai/stable-diffusion-xl-base-1.0 |
| β¨ Image Enhancer | Upscale + skin texture smoothing | OpenCV bilateral filter + sharpening |
| π§ Pose Editor | Multi-angle view generation from character reference | Pose extraction + image processing |
| π Image Variations | Style variations from reference (cinematic, oil painting, neon, etc.) | Image filters + compositing |
| π¬ Video Generator | Text-to-video clips | THUDM/CogVideoX-2b (with fallback) |
| π΅ Audio Generator | Music + sound effects generation | facebook/musicgen-*, facebook/audiogen-medium |
| π Plot Generator | Scene-by-scene plot outlines with visual/audio prompts | Template + randomization engine |
| ποΈ Film Editor | Compose scenes + audio into final film | imageio + MoviePy pipeline |
| π‘ Prompt Helper | Enhance prompts with style, lighting, camera angle tags | β |
π Safety Controls
- Content moderation on all text prompts (blocks keywords for harmful/non-consensual content)
- Visible watermarks on all generated images/videos: "AI GENERATED - Fictional Content"
- Invisible watermarking via DCT-based encoding (attempted with
invisible-watermark) - No face-swapping tools β intentionally excluded
- No voice cloning β only instrumental music and environmental sound effects
- Logging of all prompt hashes for audit trail
π How to Use
- Go to the Image Generator tab β type a prompt β generate your first image
- Use the Prompt Helper tab to craft better prompts with style/lighting tags
- Feed generated images into Image Enhancer for upscaling
- Use Pose Editor to get multiple camera angles of the same character
- Generate Variations in different art styles
- Use Plot Generator to create scene-by-scene scripts with visual/audio prompts
- Generate music and sound effects in the Audio tab
- Use Video Generator for motion clips
- Assemble everything in the Film Editor β render your final production
π¦ Dependencies
- gradio >= 5.0.0
- torch >= 2.0.0
- diffusers >= 0.32.0
- transformers >= 4.40.0
- accelerate >= 0.30.0
- opencv-python-headless
- imageio, imageio-ffmpeg
- pillow, numpy, scipy
- librosa, soundfile
- invisible-watermark
Made with β€οΈ using Hugging Face Diffusers, Transformers, and Gradio.