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

  • Log In
  • Sign Up

stablediffusionapi
/
realvisxl-v30

Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
modelslab.com
stable-diffusion-api
ultra-realistic
Model card Files Files and versions
xet
Community
1

Instructions to use stablediffusionapi/realvisxl-v30 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use stablediffusionapi/realvisxl-v30 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/realvisxl-v30", 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
  • Draw Things
  • DiffusionBee
realvisxl-v30
13.9 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
adhikjoshi's picture
adhikjoshi
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
5c6068d verified over 1 year ago
  • scheduler
    converted using stablediffusionapi.com over 2 years ago
  • text_encoder
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • text_encoder_2
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • tokenizer
    converted using stablediffusionapi.com over 2 years ago
  • tokenizer_2
    converted using stablediffusionapi.com over 2 years ago
  • unet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • vae
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • .gitignore
    15 Bytes
    converted using stablediffusionapi.com over 2 years ago
  • README.md
    2.33 kB
    converted using stablediffusionapi.com over 2 years ago
  • model_index.json
    676 Bytes
    converted using stablediffusionapi.com over 2 years ago