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

purplesmartai
/
pony-v7-base

Text-to-Image
Diffusers
Safetensors
GGUF
AuraFlowPipeline
Model card Files Files and versions
xet
Community
6

Instructions to use purplesmartai/pony-v7-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use purplesmartai/pony-v7-base with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("purplesmartai/pony-v7-base", 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
pony-v7-base
60.8 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 21 commits
AstraliteHeart's picture
AstraliteHeart
Fix readme links
af688af 7 months ago
  • comfy_nodes
    Push basic workflow 7 months ago
  • gguf
    GGUF readme 7 months ago
  • lora
    Push basic workflow 7 months ago
  • safetensor
    Upload pony-v7-base.safetensors 8 months ago
  • scheduler
    diffusers 7 months ago
  • text_encoder
    diffusers 7 months ago
  • tokenizer
    diffusers 7 months ago
  • transformer
    diffusers 7 months ago
  • vae
    diffusers 7 months ago
  • workflows
    Push basic workflow 7 months ago
  • .gitattributes
    1.97 kB
    Upload pony-v7-lora.png 7 months ago
  • LICENSE
    0 Bytes
    initial commit 8 months ago
  • README.md
    7.13 kB
    Fix readme links 7 months ago
  • V7.webp
    39.8 kB
    Upload logo 7 months ago
  • model_index.json
    492 Bytes
    diffusers 7 months ago