CoolFace
Modelpublic

offgrid-ai/realvisxl-v5.0-lightning-GGUF

sourceHugging Faceopenrail++updated 3mo agoView on Hugging Face
1likes733downloads
Model Card

RealVisXL V5.0 Lightning — GGUF (Off Grid build)

GGUF conversions of RealVisXL V5.0 Lightning 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.

[image]

Files

  • —realvisxl-v5.0-lightning-Q8_0.gguf — best quality
  • —realvisxl-v5.0-lightning-Q4_K.gguf — lighter / lower RAM

Use with stable-diffusion.cpp

bash
sd -M img_gen -m realvisxl-v5.0-lightning-Q8_0.gguf -p "your prompt" -o out.png \
  -W 1024 -H 1024 --steps 6 --cfg-scale 1.5 --sampling-method euler

Built for Off Grid AI Desktop — a private, fully on-device AI app (offgridmobileai.co).

Credit & license

Original model: https://huggingface.co/SG161222/RealVisXLV5.0Lightning — created by its respective authors. License: openrail++ (carried over from the original; its use restrictions apply). This is a format conversion (quantization) only; all credit for the model belongs to the original creators.