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

  • Log In
  • Sign Up

BLIP3o
/
BLIP3o-Model-8B

Diffusers
Safetensors
English
blip3o_qwen
Model card Files Files and versions
xet
Community
3

Instructions to use BLIP3o/BLIP3o-Model-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use BLIP3o/BLIP3o-Model-8B with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("BLIP3o/BLIP3o-Model-8B", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
BLIP3o-Model-8B / diffusion-decoder
5.83 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
jiuhai's picture
jiuhai
Upload folder using huggingface_hub
56a17f8 verified 12 months ago
  • feature_extractor
    Upload folder using huggingface_hub 12 months ago
  • safety_checker_none
    Upload folder using huggingface_hub 12 months ago
  • scheduler
    Upload folder using huggingface_hub 12 months ago
  • tokenizer
    Upload folder using huggingface_hub 12 months ago
  • unet
    Upload folder using huggingface_hub 12 months ago
  • vae
    Upload folder using huggingface_hub 12 months ago
  • .gitattributes
    1.52 kB
    Upload folder using huggingface_hub 12 months ago
  • README.md
    4.16 kB
    Upload folder using huggingface_hub 12 months ago
  • model_index.json
    607 Bytes
    Upload folder using huggingface_hub 12 months ago
  • pipeline_ar_gen.py
    9.36 kB
    Upload folder using huggingface_hub 12 months ago
  • pipeline_emu2_gen.py
    9.48 kB
    Upload folder using huggingface_hub 12 months ago
  • pipeline_llava_gen.py
    11 kB
    Upload folder using huggingface_hub 12 months ago