Instructions to use rityak/RealCore_Pony with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rityak/RealCore_Pony with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("rityak/RealCore_Pony", 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
| language: | |
| - en | |
| pipeline_tag: text-to-image | |
| library_name: diffusers | |
| tags: | |
| - text-to-image | |
| - stable-diffusion | |
| - safetensors | |
| - stable-diffusion-xl | |
| - merge | |
| license: openrail++ | |
| base_model: | |
| - stabilityai/stable-diffusion-xl-base-1.0 | |
| - sLyliaEngine/Pony_Diffusion_V6_XL | |
| - cyberdelia/CyberRealisticPony | |
| - John6666/damn-ponyxl-realistic-model-v3-sdxl | |
| - John6666/fuyu-hanfu-pony-nsfw-pony-v3-sdxl | |
| - John6666/big-love-pony3-sdxl | |
| - John6666/pony-finalcut-hybrid-joy-sdxl | |
| <style> | |
| .container { | |
| display: flex; | |
| gap: 2rem; | |
| align-items: flex-start; | |
| } | |
| .image-wrapper, | |
| .details { | |
| flex: 1 1 50%; | |
| } | |
| .image-wrapper { | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; | |
| } | |
| .model-image { | |
| width: 100%; | |
| max-width: 500px; | |
| min-width: 300px; | |
| border-radius: 8px; | |
| box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); | |
| } | |
| .details h1 { | |
| margin-top: 0; | |
| font-size: 2rem; | |
| color: #fff; | |
| } | |
| .details .description { | |
| margin: 0.5rem 0 1.5rem; | |
| line-height: 1.5; | |
| color: #ccc; | |
| } | |
| .features-list { | |
| list-style: none; | |
| padding: 0; | |
| margin: 0 0 1.5rem; | |
| } | |
| .features-list li { | |
| display: flex; | |
| align-items: center; | |
| margin-bottom: 0.5rem; | |
| font-size: 1rem; | |
| color: #fff; | |
| } | |
| .features-list .icon { | |
| margin-right: 0.6rem; | |
| font-size: 1.2rem; | |
| } | |
| .badge-list { | |
| list-style: none; | |
| padding: 0; | |
| margin: 0; | |
| display: flex; | |
| flex-wrap: wrap; | |
| row-gap: 0.25rem; | |
| column-gap: 0.5rem; | |
| } | |
| .badge-list li { | |
| margin: 0; | |
| } | |
| .badge-btn { | |
| display: inline-flex; | |
| align-items: center; | |
| height: 28px; | |
| padding: 0 10px; | |
| font-size: 14px; | |
| font-weight: 500; | |
| color: #fff; | |
| text-decoration: none; | |
| border-radius: 4px; | |
| white-space: nowrap; | |
| transition: opacity 0.2s, transform 0.1s; | |
| } | |
| .badge-btn .btn-icon { | |
| width: 16px; | |
| height: 16px; | |
| margin-right: 6px; | |
| } | |
| .badge-btn:hover { | |
| opacity: 0.85; | |
| transform: translateY(-1px); | |
| } | |
| .badge-btn.civitai { | |
| background-color: #2975fa8d; | |
| } | |
| .badge-btn.hf { | |
| background-color: #ff66008d; | |
| } | |
| @media (max-width: 700px) { | |
| .container { | |
| flex-direction: column; | |
| align-items: center; | |
| } | |
| .image-wrapper, | |
| .details { | |
| flex: unset; | |
| width: 100%; | |
| } | |
| .model-image { | |
| width: 90%; | |
| max-width: 500px; | |
| min-width: auto; | |
| margin-bottom: 1rem; | |
| } | |
| } | |
| </style> | |
| <div class="container"> | |
| <div class="image-wrapper"> | |
| <video | |
| class="model-image" | |
| controls | |
| autoplay | |
| loop | |
| muted | |
| playsinline | |
| preload="metadata" | |
| poster="https://huggingface.co/rityak/RealCore_Pony/resolve/main/img.png" | |
| > | |
| <source src="https://huggingface.co/rityak/RealCore_Pony/resolve/main/vid.mp4" type="video/mp4"> | |
| <img | |
| src="https://huggingface.co/rityak/RealCore_Pony/resolve/main/img.png" | |
| alt="Preview image of RealCore Pony model" | |
| style="width:100%; max-width:500px; border-radius:8px;" | |
| /> | |
| Your browser does not support the video tag. | |
| </video> | |
| </div> | |
| <div class="details"> | |
| <h1>RealCore Pony 1.0</h1> | |
| <p class="description"> | |
| <strong>RealCore Pony</strong> is a merged <strong>Pony Diffusion V6</strong> checkpoint built from multiple models and LoRAs, | |
| designed to deliver stunning results in <em>realistic</em> styles. | |
| Fully supports <strong>NSFW</strong> generation and integrates seamlessly with <strong>LCM</strong> acceleration. | |
| </p> | |
| <ul class="features-list"> | |
| <li><span class="icon">π·</span>Realistic & photo rendering</li> | |
| <li><span class="icon">π</span>Complex multi-model merge with LoRAs</li> | |
| <li><span class="icon">β‘</span>Excellent <strong>LCM</strong> compatibility</li> | |
| <li><span class="icon">π</span>NSFW supported</li> | |
| </ul> | |
| <ul class="badge-list"> | |
| <li> | |
| <a | |
| href="https://civitai.com/models/2095050" | |
| target="_blank" | |
| class="badge-btn civitai" | |
| > | |
| <img | |
| src="https://civitai.com/favicon-blue.ico" | |
| alt="CivitAI" | |
| class="btn-icon" | |
| /> | |
| View on CivitAI | |
| </a> | |
| </li> | |
| <li> | |
| <a | |
| href="https://huggingface.co/rityak/RealCore_Pony/resolve/main/RealCore_Pony_v20.safetensors?download=true" | |
| target="_blank" | |
| class="badge-btn hf" | |
| > | |
| <img | |
| src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" | |
| alt="Hugging Face" | |
| class="btn-icon" | |
| /> | |
| Download RealCore Pony 2.0 | |
| </a> | |
| </li> | |
| <li> | |
| <a | |
| href="https://huggingface.co/rityak/RealCore_Pony/resolve/main/RealPonyCore.safetensors?download=true" | |
| target="_blank" | |
| class="badge-btn hf" | |
| > | |
| <img | |
| src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" | |
| alt="Hugging Face" | |
| class="btn-icon" | |
| /> | |
| Download RealCore Pony 1.0 | |
| </a> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| --- | |
| ## π§© Model Overview | |
| **RealCore Pony** is a diffusion-based **Pony Diffusion V6 XL** checkpoint obtained through a complex merging process of multiple realistic models combined with several custom LoRAs. | |
| It produces highly detailed, lifelike, and emotionally grounded results β especially suited for **realistic**, **nsfw**, and **photo-like** compositions. | |
| - **Type:** SDXL Merge | |
| - **Base:** Pony_Diffusion_V6_XL | |
| - **Supports:** Realistic / NSFW | |
| - **Optimized for:** ComfyUI + LCM | |
| ## β RealCore Pony v2.0 Updates | |
| - π More diverse facial features with reduced Asian bias | |
| - π‘ Significantly improved lighting with elimination of unwanted overexposure | |
| - π― Enhanced prompt adherence and instruction following | |
| <img | |
| src="https://huggingface.co/rityak/RealCore_Pony/resolve/main/dif.jpg" | |
| alt="Preview image of RealCore Pony model" | |
| style="width:100%; border-radius:8px;" | |
| /> | |
| --- | |
| ## βοΈ ComfyUI Workflows | |
| | Workflow | Description | Link | | |
| | ----------------- | -------------------------------------------------- | ----- | | |
| | **LCM DMD2** | Optimized for fast inference with LCM acceleration | <a href="https://huggingface.co/rityak/RealCore_Illustrious/resolve/main/RealCore%20Graph%20LCM.json?download=true" target="_blank">Download LCM DMD2 Workflow</a> | | |
| > β οΈ If you encounter issues with the **KSamplerWithNAG** node, please clone the required custom node: | |
| > | |
| > ```bash | |
| > git clone https://github.com/xmarre/ComfyUI-NAG.git | |
| > ``` | |
| > | |
| > into your `ComfyUI/custom_nodes` directory. | |
| --- | |
| ## π§ Prompting | |
| For example prompts, styles, and tag guidance β please check | |
| π [RealCore Pony on CivitAI](https://civitai.com/models/2095050) | |
| --- | |
| ## π§Ύ Checkpoint Recipe | |
| You can review the full merge recipe for RealCore Pony here: | |
| π [Merger Recipe for RealCore Pony v1.0](https://huggingface.co/rityak/RealCore_Pony/raw/main/RealPonyCore.txt) | |
| π [Merger Recipe for RealCore Pony v2.0](https://huggingface.co/rityak/RealCore_Pony/raw/main/RealCore_Pony_v20.txt) | |
| --- | |