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
|
@@ -227,7 +227,7 @@ It produces highly detailed, lifelike, and emotionally grounded results — espe
|
|
| 227 |
🎯 Enhanced prompt adherence and instruction following
|
| 228 |
|
| 229 |
<img
|
| 230 |
-
src="https://huggingface.co/rityak/RealCore_Pony/resolve/main/dif.
|
| 231 |
alt="Preview image of RealCore Pony model"
|
| 232 |
style="width:100%; border-radius:8px;"
|
| 233 |
/>
|
|
|
|
| 227 |
🎯 Enhanced prompt adherence and instruction following
|
| 228 |
|
| 229 |
<img
|
| 230 |
+
src="https://huggingface.co/rityak/RealCore_Pony/resolve/main/dif.jpg"
|
| 231 |
alt="Preview image of RealCore Pony model"
|
| 232 |
style="width:100%; border-radius:8px;"
|
| 233 |
/>
|