GGUF conversions of Pony Diffusion V6 XL for on-device image generation with stable-diffusion.cpp. Converted with sd.cpp's -M convert so the tensors are correctly named and load directly — the community GGUF quants of this model are mis-exported and fail get sd version from file . Files pony-diffusion-v6-xl-Q8 0.gguf — best quality pony-diffusion-v6-xl-Q4 K.gguf — lighter / lower RAM Use with...
Model source
Source description
Sources
1 sourceSource excerpts
3 excerptslicense: creativeml-openrail-m basemodel: LyliaEngine/PonyDiffusionV6XL basemodelrelation: quantized pipelinetag: text-to-image tags: [gguf, stable-diffusion, sdxl, image-generation, quantized, off-grid]
-M convertget sd version from filepony-diffusion-v6-xl-Q8_0.ggufpony-diffusion-v6-xl-Q4_K.ggufbash sd -M img_gen -m pony-diffusion-v6-xl-Q8_0.gguf -p "your prompt" -o out.png \ -W 1024 -H 1024 --steps 24 --cfg-scale 5 --sampling-method dpm++2m creativeml-openrail-mGGUF conversions of Pony Diffusion V6 XL for on-device image generation with stable-diffusion.cpp. Converted with sd.cpp's -M convert so the tensors are correctly named and load directly — the community GGUF quants of this model are mis-exported and fail get…
offgrid-ai/pony-diffusion-v6-xl-GGUF