Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
+
tags:
|
| 4 |
+
- comfyui
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
# Microsoft Lens
|
| 8 |
+
|
| 9 |
+
Repackaged model files for ComfyUI.
|
| 10 |
+
|
| 11 |
+
Original model repository (MIT):
|
| 12 |
+
|
| 13 |
+
- https://huggingface.co/microsoft/Lens
|
| 14 |
+
|
| 15 |
+
Text encoder (Apache 2.0):
|
| 16 |
+
|
| 17 |
+
- https://huggingface.co/openai/gpt-oss-20b
|
| 18 |
+
|
| 19 |
+
VAE (Apache 2.0):
|
| 20 |
+
|
| 21 |
+
- https://huggingface.co/black-forest-labs/FLUX.2-dev/tree/main/vae
|
| 22 |
+
|
| 23 |
+
Place the files in the following folders:
|
| 24 |
+
|
| 25 |
+
```
|
| 26 |
+
π ComfyUI/
|
| 27 |
+
βββ π models/
|
| 28 |
+
β βββ π diffusion_models/
|
| 29 |
+
β β βββ lens_bf16.safetensors
|
| 30 |
+
β βββ π text_encoders/
|
| 31 |
+
β β βββ gpt_oss_20b_mxfp4.safetensors
|
| 32 |
+
β βββ π vae/
|
| 33 |
+
β β βββ flux-2-vae.safetensors
|
| 34 |
+
```
|