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

OFT
/
MODEL_SD15_RockRaiderRuby_v01

Text-to-Image
Diffusers
StableDiffusionPipeline
Model card Files Files and versions
xet
Community
4

Instructions to use OFT/MODEL_SD15_RockRaiderRuby_v01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use OFT/MODEL_SD15_RockRaiderRuby_v01 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("OFT/MODEL_SD15_RockRaiderRuby_v01", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "photo of the sunset"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
MODEL_SD15_RockRaiderRuby_v01 / images
63.2 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
OFT's picture
OFT
Add generated example (#4)
b0658c5 verified over 1 year ago
  • example_3yfqt3u3p.png
    27.6 kB
    Add generated example (#4) over 1 year ago
  • example_905ceio2p.png
    16.3 kB
    Add generated example (#2) over 1 year ago
  • example_xt8lpaiqq.png
    19.3 kB
    Add generated example (#3) over 1 year ago