Instructions to use LillyCherry/cyberrealisticPony_v160 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LillyCherry/cyberrealisticPony_v160 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LillyCherry/cyberrealisticPony_v160", 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 Settings
- Draw Things
- DiffusionBee
CyberRealistic Pony v16.0
Link to original model
Original model created by Cyberdelia.
Base Model: Pony
Usage Tips
- Clip Skip: 2
- DPM++ SDE Karras / DPM++ 2M Karras / Euler a
- 30+ steps
- CFG 5
This is basic convertion of safetensors to diffusers.
- Downloads last month
- 35