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

Shindaishi
/
ponymodel

Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use Shindaishi/ponymodel with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Shindaishi/ponymodel", 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
ponymodel
27.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Shindaishi's picture
Shindaishi
Upload 20 files
4b9a749 verified 7 months ago
  • scheduler
    Upload 20 files 7 months ago
  • text_encoder
    Upload 20 files 7 months ago
  • text_encoder_2
    Upload 20 files 7 months ago
  • tokenizer
    Upload 20 files 7 months ago
  • tokenizer_2
    Upload 20 files 7 months ago
  • unet
    Upload 20 files 7 months ago
  • vae
    Upload 20 files 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • cyberrealisticPony_v141.safetensors
    13.9 GB
    xet
    Upload cyberrealisticPony_v141.safetensors 7 months ago
  • model_index.json
    671 Bytes
    Upload 20 files 7 months ago