Instructions to use briaai/FIBO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use briaai/FIBO with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("briaai/FIBO", dtype=torch.bfloat16, device_map="cuda") prompt = "A man holding a goose while screaming" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Join the FIBO Challenge — Show What You Can Build with JSON-Native Creativity
Hey everyone 👋
We’re excited to invite you to the Bria FIBO Challenge, now live on Devpost.
FIBO — short for Fibonacci — is Bria’s new JSON-native, controllable image generation model built for developers, researchers, and creative coders who want precision and transparency in every pixel.
Now’s your chance to experiment, innovate, and push creative AI to the next level.
Build tools, visuals, or workflows that showcase what structured generation can do — and win prizes along the way 🏆
📅 Submission Deadline: Check the challenge page for details!
🔗 Join here: https://bria-ai.devpost.com
Let’s see what the Hugging Face community can create when imagination meets structured control.
Tag your work with #BriaFIBO and share your experiments!
Hello Team,
What will be cost to call FIBO model from huggingface? I have registered in the hackathon. Should I buy huggingface pro account or FIBO premium in Bria.ai? Hackathon will run for long (More than 1 month) and I need to test my application with FIBO api.