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

  • Log In
  • Sign Up

shuttleai
/
shuttle-3-diffusion

Text-to-Image
Diffusers
Safetensors
English
FluxPipeline
image-generation
shuttle
Model card Files Files and versions
xet
Community
19

Instructions to use shuttleai/shuttle-3-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use shuttleai/shuttle-3-diffusion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("shuttleai/shuttle-3-diffusion", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Venus floating market at dawn, fantasy digital art, highly detailed, atmospheric lighting with film-like light leaks, impressive background, studio photo style, cinematic, intricate details."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
shuttle-3-diffusion / tokenizer_2
3.24 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
advokat's picture
advokat
Upload Shuttle Diffusion
c09e47b over 1 year ago
  • special_tokens_map.json
    2.54 kB
    Upload Shuttle Diffusion over 1 year ago
  • spiece.model
    792 kB
    xet
    Upload Shuttle Diffusion over 1 year ago
  • tokenizer.json
    2.42 MB
    Upload Shuttle Diffusion over 1 year ago
  • tokenizer_config.json
    20.8 kB
    Upload Shuttle Diffusion over 1 year ago