--- base_model: - microsoft/Lens license: other tags: - comfyui - diffusion-single-file --- # Microsoft Lens Repackaged model files for ComfyUI. Original model repository: - https://huggingface.co/microsoft/Lens (mit) - https://huggingface.co/openai/gpt-oss-20b (apache-2.0) - https://huggingface.co/black-forest-labs/FLUX.2-dev (apache-2.0) Place the files in the following folders: ``` 📂 ComfyUI/ ├── 📂 models/ │ ├── 📂 diffusion_models/ │ │ ├── lens_bf16.safetensors │ │ ├── lens_mxfp8.safetensors │ │ ├── lens_turbo_bf16.safetensors │ │ └── lens_turbo_mxfp8.safetensors │ ├── 📂 text_encoders/ │ │ └── gpt_oss_20b_nvfp4.safetensors │ ├── 📂 vae/ │ │ └── flux2-vae.safetensors ```