rityak commited on
Commit
4e2ef6b
·
verified ·
1 Parent(s): a68140a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +232 -0
README.md CHANGED
@@ -19,3 +19,235 @@ base_model:
19
  - John6666/big-love-pony3-sdxl
20
  - John6666/pony-finalcut-hybrid-joy-sdxl
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  - John6666/big-love-pony3-sdxl
20
  - John6666/pony-finalcut-hybrid-joy-sdxl
21
  ---
22
+
23
+ <style>
24
+ .container {
25
+ display: flex;
26
+ gap: 2rem;
27
+ align-items: flex-start;
28
+ }
29
+ .image-wrapper,
30
+ .details {
31
+ flex: 1 1 50%;
32
+ }
33
+ .image-wrapper {
34
+ display: flex;
35
+ justify-content: center;
36
+ align-items: center;
37
+ }
38
+ .model-image {
39
+ width: 100%;
40
+ max-width: 500px;
41
+ min-width: 300px;
42
+ border-radius: 8px;
43
+ box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
44
+ }
45
+ .details h1 {
46
+ margin-top: 0;
47
+ font-size: 2rem;
48
+ color: #fff;
49
+ }
50
+ .details .description {
51
+ margin: 0.5rem 0 1.5rem;
52
+ line-height: 1.5;
53
+ color: #ccc;
54
+ }
55
+ .features-list {
56
+ list-style: none;
57
+ padding: 0;
58
+ margin: 0 0 1.5rem;
59
+ }
60
+ .features-list li {
61
+ display: flex;
62
+ align-items: center;
63
+ margin-bottom: 0.5rem;
64
+ font-size: 1rem;
65
+ color: #fff;
66
+ }
67
+ .features-list .icon {
68
+ margin-right: 0.6rem;
69
+ font-size: 1.2rem;
70
+ }
71
+ .badge-list {
72
+ list-style: none;
73
+ padding: 0;
74
+ margin: 0;
75
+ display: flex;
76
+ flex-wrap: wrap;
77
+ row-gap: 0.25rem;
78
+ column-gap: 0.5rem;
79
+ }
80
+ .badge-list li {
81
+ margin: 0;
82
+ }
83
+ .badge-btn {
84
+ display: inline-flex;
85
+ align-items: center;
86
+ height: 28px;
87
+ padding: 0 10px;
88
+ font-size: 14px;
89
+ font-weight: 500;
90
+ color: #fff;
91
+ text-decoration: none;
92
+ border-radius: 4px;
93
+ white-space: nowrap;
94
+ transition: opacity 0.2s, transform 0.1s;
95
+ }
96
+ .badge-btn .btn-icon {
97
+ width: 16px;
98
+ height: 16px;
99
+ margin-right: 6px;
100
+ }
101
+ .badge-btn:hover {
102
+ opacity: 0.85;
103
+ transform: translateY(-1px);
104
+ }
105
+ .badge-btn.civitai {
106
+ background-color: #2975fa8d;
107
+ }
108
+ .badge-btn.hf {
109
+ background-color: #ff66008d;
110
+ }
111
+ @media (max-width: 700px) {
112
+ .container {
113
+ flex-direction: column;
114
+ align-items: center;
115
+ }
116
+ .image-wrapper,
117
+ .details {
118
+ flex: unset;
119
+ width: 100%;
120
+ }
121
+ .model-image {
122
+ width: 90%;
123
+ max-width: 500px;
124
+ min-width: auto;
125
+ margin-bottom: 1rem;
126
+ }
127
+ }
128
+ </style>
129
+ <div class="container">
130
+ <div class="image-wrapper">
131
+ <video
132
+ class="model-image"
133
+ controls
134
+ autoplay
135
+ loop
136
+ muted
137
+ playsinline
138
+ preload="metadata"
139
+ poster="https://huggingface.co/rityak/RealPonyCore/resolve/main/img.png"
140
+ >
141
+ <source src="https://huggingface.co/rityak/RealPonyCore/resolve/main/vid.mp4" type="video/mp4">
142
+ <img
143
+ src="https://huggingface.co/rityak/RealPonyCore/resolve/main/img.png"
144
+ alt="Preview image of RealPonyCore model"
145
+ style="width:100%; max-width:500px; border-radius:8px;"
146
+ />
147
+ Your browser does not support the video tag.
148
+ </video>
149
+ </div>
150
+ <div class="details">
151
+ <h1>RealPonyCore 1.0</h1>
152
+ <p class="description">
153
+ <strong>RealPonyCore</strong> is a merged <strong>Stable Diffusion XL</strong> checkpoint built from multiple models and LoRAs,
154
+ designed to deliver stunning results in <em>realistic</em> and <em>amateur photo</em> styles.
155
+ Fully supports <strong>NSFW</strong> generation and integrates seamlessly with <strong>LCM</strong> acceleration.
156
+ </p>
157
+ <ul class="features-list">
158
+ <li><span class="icon">📷</span>Realistic & amateur photo rendering</li>
159
+ <li><span class="icon">🔀</span>Complex multi-model merge with LoRAs</li>
160
+ <li><span class="icon">⚡</span>Excellent <strong>LCM</strong> compatibility</li>
161
+ <li><span class="icon">🔓</span>NSFW supported</li>
162
+ </ul>
163
+ <ul class="badge-list">
164
+ <li>
165
+ <a
166
+ href="https://civitai.com/models/2077774"
167
+ target="_blank"
168
+ class="badge-btn civitai"
169
+ >
170
+ <img
171
+ src="https://civitai.com/favicon-blue.ico"
172
+ alt="CivitAI"
173
+ class="btn-icon"
174
+ />
175
+ View on CivitAI
176
+ </a>
177
+ </li>
178
+ <li>
179
+ <a
180
+ href="https://huggingface.co/rityak/RealPonyCore/resolve/main/RealPonyCore.safetensors?download=true"
181
+ target="_blank"
182
+ class="badge-btn hf"
183
+ >
184
+ <img
185
+ src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg"
186
+ alt="Hugging Face"
187
+ class="btn-icon"
188
+ />
189
+ Download RealPonyCore 1.0
190
+ </a>
191
+ </li>
192
+ <li>
193
+ <a
194
+ href="https://huggingface.co/rityak/RealPonyCore/resolve/main/RealPonyCore_fp32.safetensors?download=true"
195
+ target="_blank"
196
+ class="badge-btn hf"
197
+ >
198
+ <img
199
+ src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg"
200
+ alt="Hugging Face"
201
+ class="btn-icon"
202
+ />
203
+ Download RealPonyCore 1.0 fp32
204
+ </a>
205
+ </li>
206
+ </ul>
207
+ </div>
208
+ </div>
209
+
210
+ ---
211
+
212
+ ## 🧩 Model Overview
213
+
214
+ **RealPonyCore** is a diffusion-based **Pony Diffusion V6 XL** checkpoint obtained through a complex merging process of multiple realistic models combined with several custom LoRAs.
215
+ It produces highly detailed, lifelike, and emotionally grounded results — especially suited for **realistic**, **nsfw**, and **photo-like** compositions.
216
+
217
+ - **Type:** SDXL Merge
218
+ - **Base:** Pony_Diffusion_V6_XL
219
+ - **Supports:** Realistic / NSFW
220
+ - **Optimized for:** ComfyUI + LCM
221
+
222
+ ---
223
+
224
+ ## ⚙️ ComfyUI Workflows
225
+
226
+ | Workflow | Description | Link |
227
+ | ----------------- | -------------------------------------------------- | ----- |
228
+ | **LCM DMD2** | Optimized for fast inference with LCM acceleration | <a href="https://huggingface.co/rityak/RealPonyCore/resolve/main/RealPonyCoreXL.json?download=true" target="_blank">Download LCM DMD2 Workflow</a> |
229
+
230
+ > ⚠️ If you encounter issues with the **KSamplerWithNAG** node, please clone the required custom node:
231
+ >
232
+ > ```bash
233
+ > git clone https://github.com/xmarre/ComfyUI-NAG.git
234
+ > ```
235
+ >
236
+ > into your `ComfyUI/custom_nodes` directory.
237
+
238
+ ---
239
+
240
+ ## 🧠 Prompting
241
+
242
+ For example prompts, styles, and tag guidance — please check
243
+ 👉 [RealPonyCore on CivitAI](https://civitai.com/models/2095050)
244
+
245
+ ---
246
+
247
+ ## 🧾 Checkpoint Recipe
248
+
249
+ You can review the full merge recipe for RealPonyCore here:
250
+ 🔗 [Merger Recipe for RealPonyCore](https://huggingface.co/rityak/RealPonyCore/raw/main/RealPonyCore.txt)
251
+
252
+ ---
253
+