Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

briaai
/
Fibo-lite

Text-to-Image
Diffusers
Safetensors
English
BriaFiboPipeline
lora
guidance-distillation
scfm
shortcutting-flow-matching
fast-inference
few-step
bria
fibo
Model card Files Files and versions
xet
Community

Instructions to use briaai/Fibo-lite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use briaai/Fibo-lite 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")
    pipe.load_lora_weights("briaai/Fibo-lite")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee

Access FIBO Lite

This model is an extension of Bria AI's FIBO model. Weights are open source for non-commercial use only, per the provided license.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • assets
    Upload folder using huggingface_hub 5 months ago
  • scheduler
    Upload folder using huggingface_hub 5 months ago
  • text_encoder
    Upload folder using huggingface_hub 5 months ago
  • tokenizer
    Upload folder using huggingface_hub 6 months ago
  • transformer
    Upload folder using huggingface_hub 5 months ago
  • vae
    Upload folder using huggingface_hub 5 months ago
  • .gitattributes
    2.55 kB
    Upload folder using huggingface_hub 5 months ago
  • .gitignore
    35 Bytes
    Upload folder using huggingface_hub 5 months ago
  • README.md
    9.52 kB
    Update README.md 4 months ago
  • model_index.json
    462 Bytes
    Upload folder using huggingface_hub 5 months ago