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

  • Log In
  • Sign Up

JiaxinGe
/
Diffusers-BAGEL

Diffusers
Safetensors
BagelPipeline
Model card Files Files and versions
xet
Community
1

Instructions to use JiaxinGe/Diffusers-BAGEL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use JiaxinGe/Diffusers-BAGEL with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("JiaxinGe/Diffusers-BAGEL", 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
Diffusers-BAGEL / bagel_model
29.2 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
para-lost's picture
para-lost
add code
4897a76 10 months ago
  • config.json
    5.1 kB
    Add Bagel weights and config 10 months ago
  • model-00001-of-00006.safetensors
    4.94 GB
    xet
    Add Bagel weights and config 10 months ago
  • model-00002-of-00006.safetensors
    4.93 GB
    xet
    Add Bagel weights and config 10 months ago
  • model-00003-of-00006.safetensors
    4.93 GB
    xet
    Add Bagel weights and config 10 months ago
  • model-00004-of-00006.safetensors
    4.99 GB
    xet
    Add Bagel weights and config 10 months ago
  • model-00005-of-00006.safetensors
    4.99 GB
    xet
    Add Bagel weights and config 10 months ago
  • model-00006-of-00006.safetensors
    4.43 GB
    xet
    Add Bagel weights and config 10 months ago
  • model.safetensors.index.json
    124 kB
    Add Bagel weights and config 10 months ago
  • pipeline.py
    315 kB
    add code 10 months ago