Lens / README.md
Lexius's picture
Update README.md
198d6dd verified
|
Raw
History Blame Contribute Delete
823 Bytes
---
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
```