comfyui
Kijai commited on
Commit
14cbb04
Β·
verified Β·
1 Parent(s): ddd4f3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -1,3 +1,34 @@
1
  ---
2
- license: mit
 
 
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
+ ```