Graizelle's GRLE PonyXL Mix

Prompt
1girl, looking at viewer, long blonde hair, green eyes, red dress, jewelry, masterpiece, best quality, realistic, dramatic lighting
Negative Prompt
lowres, bad anatomy, bad hands, text, error, missing fingers, extra digits, cropped, worst quality, low quality, jpeg artifacts, signature, watermark, blurry
Prompt
cyberpunk girl, neon lights, futuristic city background, dramatic angle, masterpiece, best quality
Negative Prompt
lowres, bad hands, artifacts, signature, text
Prompt
fantasy warrior queen, ornate silver armor, glowing sword, cinematic lighting, masterpiece, highly detailed
Negative Prompt
worst quality, lowres, cropped, watermark, signature

Model Description

Graizelle's GRLE PonyXL Mix is a custom Stable Diffusion XL checkpoint merge built on top of Pony Diffusion V6 XL.
It is designed for stylized character art with expressive details, vibrant colors, and clean rendering.

This model is optimized for single-character portraits, fantasy themes, and stylized NSFW art.
It merges elements from GRLE and PonyXL to create unique stylized outputs with crisp details and dynamic composition.


🎨 Preview Gallery

The gallery above shows 3 showcase examples of what the model can generate.
You can replace the images in images/preview1.png, preview2.png, preview3.png with your own renders to update the gallery.


πŸ”— Links


βš–οΈ License & Usage

Released under the CreativeML OpenRAIL-M License:

  • βœ… Free to use for commercial and non-commercial purposes
  • βœ… Can remix or publish generated images
  • ❌ Do not use for illegal, harmful, or misleading content

Full license: OpenRAIL-M License


πŸ›  Example Usage (Diffusers)

from diffusers import StableDiffusionXLPipeline
import torch

model_id = "graizelle/ponyxl_merge"

pipe = StableDiffusionXLPipeline.from_pretrained(
    model_id,
    torch_dtype=torch.float16
).to("cuda")  # or "mps" on Mac

prompt = "a stunning anime girl with silver hair and glowing sword, masterpiece, highly detailed"
image = pipe(prompt).images[0]
image.save("ponyxl_merge.png")
Downloads last month
37
Inference Examples
Examples
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for graizelle/graizelle_pony_mix