File size: 7,199 Bytes
416c9cd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4e2ef6b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ebc634f
4e2ef6b
ebc634f
4e2ef6b
ebc634f
 
4e2ef6b
 
 
 
 
 
ebc634f
4e2ef6b
ebc634f
cf4744c
4e2ef6b
 
 
8417f4c
4e2ef6b
 
 
 
 
 
 
e269849
4e2ef6b
 
 
 
 
 
 
 
 
 
 
 
 
a64104c
4e2ef6b
 
 
 
 
 
 
 
a64104c
4e2ef6b
 
 
 
a64104c
4e2ef6b
 
 
 
 
 
 
 
a64104c
4e2ef6b
 
 
 
 
 
 
 
 
 
ebc634f
4e2ef6b
 
 
 
 
 
 
a64104c
 
 
eef7b91
 
 
a64104c
 
efc7d11
a64104c
 
 
 
4e2ef6b
 
 
 
 
 
a64104c
4e2ef6b
 
 
 
 
 
 
 
 
 
 
 
 
 
ebc634f
4e2ef6b
 
 
 
 
ebc634f
a64104c
 
4e2ef6b
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
---
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)

---