How to use AstraliteHeart/pony-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AstraliteHeart/pony-diffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0]
Just a post to confirm function for people & share first generation.
safe, rainbow dash, pony
With pony diffusion:
With waifu diffusion (just to show the difference):
Is it possible that the model is not working as well due to the ONNX conversion? Yeah, maybe, but it works!
· Sign up or log in to comment