Views
No views yet
microsoft/Lens, prepared for use with stable-diffusion.cpp.unsloth/gpt-oss-20b-GGUFblack-forest-labs/FLUX.2-dev| File | Type | Approx. size | Notes |
|---|---|---|---|
lens-f16.gguf | f16 | 7.7 GB | Highest precision GGUF export |
lens-q8_0.gguf | q8_0 | 4.1 GB | High quality quantization |
lens-q6_K.gguf | q6_K | 3.2 GB | Strong quality/size balance |
lens-q5_K.gguf | q5_K | 2.7 GB | Smaller balanced option |
lens-q4_K.gguf | q4_K | 2.2 GB | Smallest provided option |
1./build/bin/sd-cli \
2 --diffusion-model lens-q4_K.gguf \
3 --llm /path/to/gpt-oss-20b-UD-Q8_K_XL.gguf \
4 --vae /path/to/flux2_ae.safetensors \
5 --vae-format flux2 \
6 --cfg-scale 5.0 \
7 --diffusion-fa \
8 -W 1024 \
9 -H 1024 \
10 -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"1./build/bin/sd-cli \
2 --diffusion-model models/Lens/lens-q4_K.gguf \
3 --llm models/gpt-oss-20b-GGUF/gpt-oss-20b-UD-Q8_K_XL.gguf \
4 --vae models/vae/diffusion_pytorch_model.safetensors \
5 --vae-format flux2 \
6 --cfg-scale 5.0 \
7 --diffusion-fa \
8 -W 1024 \
9 -H 1024 \
10 -p "A crystal dragon soaring through an aurora borealis sky"hf download rootonchair/Lens-GGUF lens-q4_K.gguf --local-dir models/Lens-GGUFhf download rootonchair/Lens-GGUF --include "*.gguf" --local-dir models/Lens-GGUFstable-diffusion.cpp convert mode:1./build/bin/sd-cli \
2 -M convert \
3 -m models/Lens/lens_bf16.safetensors \
4 -o models/Lens/lens-q4_K.gguf \
5 --type q4_Kq4_K, q5_K, or q6_K; use q8_0 or f16 when quality is more important than size.microsoft/Lens license. Please review the original model card and license before using these weights.microsoft/Lensrootonchair/Lens-GGUF