comfyui
Lexius commited on
Commit
5b6f0b6
Β·
verified Β·
1 Parent(s): 16a2373

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -11
README.md CHANGED
@@ -8,17 +8,11 @@ tags:
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
 
@@ -26,7 +20,8 @@ Place the files in the following folders:
26
  πŸ“‚ ComfyUI/
27
  β”œβ”€β”€ πŸ“‚ models/
28
  β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
29
- β”‚ β”‚ └── lens_bf16.safetensors
 
30
  β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
31
  β”‚ β”‚ └── gpt_oss_20b_nvfp4.safetensors
32
  β”‚ β”œβ”€β”€ πŸ“‚ vae/
 
8
 
9
  Repackaged model files for ComfyUI.
10
 
11
+ Original model repository:
12
 
13
+ - https://huggingface.co/microsoft/Lens (mit)
14
+ - https://huggingface.co/openai/gpt-oss-20b (apache-2.0)
15
+ - https://huggingface.co/black-forest-labs/FLUX.2-dev (apache-2.0)
 
 
 
 
 
 
16
 
17
  Place the files in the following folders:
18
 
 
20
  πŸ“‚ ComfyUI/
21
  β”œβ”€β”€ πŸ“‚ models/
22
  β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
23
+ β”‚ β”‚ β”œβ”€β”€ lens_bf16.safetensors
24
+ β”‚ β”‚ └── lens_turbo_bf16.safetensors
25
  β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
26
  β”‚ β”‚ └── gpt_oss_20b_nvfp4.safetensors
27
  β”‚ β”œβ”€β”€ πŸ“‚ vae/