FIBO Studio Alpha
JSON-Native Visual Control Platform built on Bria FIBO
FIBO Studio Alpha is a production-oriented visual generation platform that uses structured JSON prompts and LLM translation to deliver deterministic, controllable, and reproducible image generation workflows. It demonstrates how Bria FIBO can be used to build automated, scalable, professional visual pipelines for developers and artists.
๐ Key Idea
JSON is the single source of truth. Natural language and images are translated into structured JSON via an LLM, and that JSON drives the entire visual generation pipeline.
โจ Features
JSON-Native Image Generation All images are generated from structured JSON prompts, not free-text.
LLM-Powered Translation
Natural language โ JSON
Image โ JSON
JSON-preserving refinement
Camera-Level Controllability Explicit control over camera angle, lens, lighting, color palette, and composition.
Deterministic & Reproducible Seeded execution ensures the same JSON always produces the same result.
Professional Workflows
Generate
Refine
Inspire (image-to-image via JSON)
Artist Workflow Integration JSON prompts can be exported into a ComfyUI-style node graph for post-processing and creative iteration.
๐ง Why FIBO Studio?
Most AI image tools rely on unstructured prompts, making them unpredictable and unsuitable for production. FIBO Studio shows how structured prompts + LLM translation transform image generation into a controllable, scalable, professional pipeline. ๐ Core Workflows
- Generate
Natural language โ structured JSON โ image
- Refine
Existing JSON + refinement instruction โ updated JSON โ image (Only modified fields change; no prompt drift.)
- Inspire
Image โ structured JSON โ controlled variations
๐ ๏ธ Tech Stack Languages
Python
Frameworks & Libraries
PyTorch
Hugging Face Diffusers
Hugging Face Transformers
Accelerate
Pillow
Gradio
Hugging Face Hub
Models
Bria FIBO (briaai/FIBO)
Bria FIBO VLM Prompt-to-JSON (briaai/FIBO-VLM-prompt-to-JSON)
Platforms
Google Colab (GPU)
Hugging Face (model hosting & access)
Open Google Colab with GPU enabled
Authenticate with Hugging Face: { "subject": "running shoe", "style_medium": "photograph", "camera_angle": "low", "lens_focal_length": "85mm", "lighting": { "key_light": "soft rim light" }, "color_palette": ["black", "cyan accents"], "composition": { "rule_of_thirds": true } } ๐ Hackathon Alignment
FIBO Studio Alpha directly targets:
Best JSON-Native or Agentic Workflow
Best Controllability
Best New User Experience / Professional Tool
Best Overall (stretch)
๐ฎ Whatโs Next
Expanded JSON schema & validation
Agent-assisted creative workflows
Deeper ComfyUI integration
Batch & campaign-scale generation
Collaboration, versioning, and auditability