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

  • Log In
  • Sign Up

briaai
/
FIBO

Text-to-Image
Diffusers
Safetensors
English
BriaFiboPipeline
art
Model card Files Files and versions
xet
Community
15

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

Fill in this form to immediatly access the model for non commercial use

Bria AI 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 2 files 6 months ago
  • examples
    Upload 9 files 7 months ago
  • images
    Add generated example (#12) 6 months ago
  • scheduler
    Upload folder using huggingface_hub 7 months ago
  • text_encoder
    Upload folder using huggingface_hub 7 months ago
  • tokenizer
    Upload folder using huggingface_hub 7 months ago
  • transformer
    Delete transformer/transformer_gaia.py 6 months ago
  • vae
    Delete vae/vae2_2.py 6 months ago
  • .gitattributes
    2.15 kB
    feat: Add image assets using LFS 7 months ago
  • README.md
    18.4 kB
    Update README.md about 1 month ago
  • model_index.json
    472 Bytes
    Upload ./model_index.json with huggingface_hub 6 months ago