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

  • Log In
  • Sign Up

stablediffusionapi
/
ghostmix

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

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

  • Libraries
  • Diffusers

    How to use stablediffusionapi/ghostmix 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/ghostmix", 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
ghostmix
11 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
7e05605 verified over 1 year ago
  • feature_extractor
    converted using stablediffusionapi.com almost 3 years ago
  • safety_checker
    Adding `safetensors` variant of this model over 1 year ago
  • scheduler
    converted using stablediffusionapi.com almost 3 years ago
  • text_encoder
    Adding `safetensors` variant of this model over 1 year ago
  • tokenizer
    converted using stablediffusionapi.com almost 3 years ago
  • unet
    Adding `safetensors` variant of this model over 1 year ago
  • vae
    Adding `safetensors` variant of this model over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    15 Bytes
    converted using stablediffusionapi.com almost 3 years ago
  • README.md
    2.42 kB
    converted using stablediffusionapi.com almost 3 years ago
  • model_index.json
    579 Bytes
    converted using stablediffusionapi.com almost 3 years ago