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
|
@@ -163,7 +163,7 @@ base_model:
|
|
| 163 |
<ul class="badge-list">
|
| 164 |
<li>
|
| 165 |
<a
|
| 166 |
-
href="https://civitai.com/models/
|
| 167 |
target="_blank"
|
| 168 |
class="badge-btn civitai"
|
| 169 |
>
|
|
|
|
| 163 |
<ul class="badge-list">
|
| 164 |
<li>
|
| 165 |
<a
|
| 166 |
+
href="https://civitai.com/models/2095050"
|
| 167 |
target="_blank"
|
| 168 |
class="badge-btn civitai"
|
| 169 |
>
|