Instructions to use stablediffusionapi/better-pony-diffusion-v6-for-sd-1-5-v5-75 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stablediffusionapi/better-pony-diffusion-v6-for-sd-1-5-v5-75 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/better-pony-diffusion-v6-for-sd-1-5-v5-75", dtype=torch.bfloat16, device_map="cuda") prompt = "a girl wandering through the forest" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
how do I use it?
#1
by fernicar - opened
you can try with modelslab using this link
https://modelslab.com/models/modelslab/better-pony-diffusion-v6-for-sd-1-5-v5-75?product=imagen
fernicar changed discussion status to closed
just signup and get free credits and use it, or invest 9$ and use it with fast speeds.



