gguf-org/lens-gguf overview
gguf desktop llm/diffusion screenshot https://raw.githubusercontent.com/gguf org/gguf desktop/master/demo7.gif run it with gguf desktop: diffusion https://gith…
Runs locally from ~160.5 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| lens-iq4_nl.gguf | GGUF | IQ4_NL | 2.22 GB | Download |
| lens-iq4_xs.gguf | GGUF | IQ4_XS | 2.10 GB | Download |
| lens_lite-q6_k.gguf | GGUF | Q6_K | 3.16 GB | Download |
| lens_turbo-iq4_nl.gguf | GGUF | IQ4_NL | 2.22 GB | Download |
| lens_turbo-iq4_xs.gguf | GGUF | IQ4_XS | 2.10 GB | Download |
| lens_turbo-mxfp4_moe.gguf | GGUF | GGUF | 2.10 GB | Download |
| lens_turbo-nvfp4.gguf | GGUF | GGUF | 2.22 GB | Download |
| lens_turbo-q4_0.gguf | GGUF | Q4_0 | 2.22 GB | Download |
| lens_turbo-q8_0.gguf | GGUF | Q8_0 | 4.11 GB | Download |
| pig_flux2_vae_fp32-f16.gguf | GGUF | F16 | 160.5 MB | Download |
Model Details
Model README
---
license: mit
base_model:
- microsoft/Lens
widget:
- text: >-
A crystal dragon soaring through an aurora borealis sky, its entire body made of transparent faceted crystal refracting the green and purple aurora light into rainbow spectra, ice particles trailing from its wings, high fantasy digital art
output:
url: gguf-20260605-035927.png
- text: >-
A crystal dragon soaring through an aurora borealis sky, its entire body made of transparent faceted crystal refracting the green and purple aurora light into rainbow spectra, ice particles trailing from its wings, high fantasy digital art
output:
url: gguf-20260605-040051.png
- text: >-
A crystal dragon soaring through an aurora borealis sky, its entire body made of transparent faceted crystal refracting the green and purple aurora light into rainbow spectra, ice particles trailing from its wings, high fantasy digital art
output:
url: gguf-20260609-131955.png
---
gguf-desktop (llm/diffusion)
run it with gguf-desktop: diffusion (experimental - support various models and clips)
<Gallery />
DIY: experimental built-in quantization tool (see below)
or run it with stable-diffusion.cpp
get gpt-oss-20b, i.e.,mxfp4, for llm/text-encoder
lens
.\sd-cli.exe --diffusion-model lens-iq4_xs.gguf --llm gpt-oss-20b-mxfp4.gguf --vae pig_flux2_vae_fp32-f16.gguf --cfg-scale 5.0 -p "A crystal dragon soaring through an aurora borealis sky, its entire body made of transparent faceted crystal refracting the green and purple aurora light into rainbow spectra, ice particles trailing from its wings, high fantasy digital art" --diffusion-fa -v
lens-lite
.\sd-cli.exe --diffusion-model lens_lite-q6_k.gguf --llm gpt-oss-20b-mxfp4.gguf --vae pig_flux2_vae_fp32-f16.gguf --cfg-scale 3.5 -p "A crystal dragon soaring through an aurora borealis sky, its entire body made of transparent faceted crystal refracting the green and purple aurora light into rainbow spectra, ice particles trailing from its wings, high fantasy digital art" --diffusion-fa -v --steps 8
lens-turbo
.\sd-cli.exe --diffusion-model lens_turbo-iq4_nl.gguf --llm gpt-oss-20b-mxfp4.gguf --vae pig_flux2_vae_fp32-f16.gguf --cfg-scale 1.0 -p "A crystal dragon soaring through an aurora borealis sky, its entire body made of transparent faceted crystal refracting the green and purple aurora light into rainbow spectra, ice particles trailing from its wings, high fantasy digital art" --diffusion-fa -v --steps 4Run gguf-org/lens-gguf with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models