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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -150,8 +150,8 @@ base_model:
|
|
| 150 |
<div class="details">
|
| 151 |
<h1>RealPonyCore 1.0</h1>
|
| 152 |
<p class="description">
|
| 153 |
-
<strong>RealPonyCore</strong> is a merged <strong>
|
| 154 |
-
designed to deliver stunning results in <em>realistic</em>
|
| 155 |
Fully supports <strong>NSFW</strong> generation and integrates seamlessly with <strong>LCM</strong> acceleration.
|
| 156 |
</p>
|
| 157 |
<ul class="features-list">
|
|
|
|
| 150 |
<div class="details">
|
| 151 |
<h1>RealPonyCore 1.0</h1>
|
| 152 |
<p class="description">
|
| 153 |
+
<strong>RealPonyCore</strong> is a merged <strong>Pony Diffusion V6</strong> checkpoint built from multiple models and LoRAs,
|
| 154 |
+
designed to deliver stunning results in <em>realistic</em> styles.
|
| 155 |
Fully supports <strong>NSFW</strong> generation and integrates seamlessly with <strong>LCM</strong> acceleration.
|
| 156 |
</p>
|
| 157 |
<ul class="features-list">
|