Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

TheyCallMeHex
/
Redshift-Diffusion-ONNX

Text-to-Image
Diffusers
ONNX
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community

Instructions to use TheyCallMeHex/Redshift-Diffusion-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use TheyCallMeHex/Redshift-Diffusion-ONNX with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("TheyCallMeHex/Redshift-Diffusion-ONNX", 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
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Redshift-Diffusion-ONNX / Assets
5.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
TheyCallMeHex's picture
TheyCallMeHex
Added template files
6f020f8 over 2 years ago
  • Icon.png
    387 kB
    Added template files over 2 years ago
  • OnnxStack - 640x320.png
    66 kB
    Added cliptokenizer file and updated new readme over 2 years ago
  • Preview1.png
    466 kB
    Added template files over 2 years ago
  • Preview2.png
    436 kB
    Added template files over 2 years ago
  • Preview3.png
    584 kB
    Added template files over 2 years ago
  • Preview4.png
    610 kB
    Added template files over 2 years ago
  • Preview5.png
    491 kB
    Added template files over 2 years ago
  • Preview6.png
    495 kB
    Added template files over 2 years ago
  • redshift-diffusion.json
    1.92 kB
    Added template files over 2 years ago
  • redshift_ddim_30_7.5_2092464983.png
    354 kB
    Added cliptokenizer file and updated new readme over 2 years ago
  • redshift_ddpm_30_7.5_2092464983.png
    345 kB
    Added cliptokenizer file and updated new readme over 2 years ago
  • redshift_euler_30_7.5_2092464983.png
    329 kB
    Added cliptokenizer file and updated new readme over 2 years ago
  • redshift_eulerancestral_30_7.5_2092464983.png
    331 kB
    Added cliptokenizer file and updated new readme over 2 years ago
  • redshift_kdpm2_30_7.5_2092464983.png
    384 kB
    Added cliptokenizer file and updated new readme over 2 years ago
  • redshift_lms_30_7.5_2092464983.png
    424 kB
    Added cliptokenizer file and updated new readme over 2 years ago