calcuis commited on
Commit
8264a7a
·
verified ·
1 Parent(s): 4bbfa8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -4,7 +4,8 @@ base_model:
4
  pipeline_tag: text-to-image
5
  language:
6
  - en
7
- license: apache-2.0
 
8
  tags:
9
  - gguf-comfy
10
  ---
@@ -14,8 +15,8 @@ tags:
14
  get the comfy [pack*](https://github.com/calcuis/gguf-comfy/releases):
15
  - decompress the 7z bundle file: Extract All... (it includes everything you need to run a model)
16
  - download [flux1-dev-Q4_0.gguf](https://huggingface.co/city96/FLUX.1-dev-gguf/blob/main/flux1-dev-Q4_0.gguf) (6.32GB); pull it to ./ComfyUI/models/unet
17
- - download [clip_l.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/clip_l.safetensors) (234MB); pull it to ./ComfyUI/models/clip
18
- - download [t5xxl_fp8_e4m3fn.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/t5xxl_fp8_e4m3fn.safetensors) (4.55GB); pull it to ./ComfyUI/models/clip
19
  - download [ae.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-schnell/blob/main/ae.safetensors) (319MB); pull it to ./ComfyUI/models/vae
20
  - run the .bat file in the main directory (it will activate the py backend as well as the js frontend)
21
  - drag [gguf-workflow.json](https://github.com/calcuis/gguf-comfy/blob/main/gguf-workflow.json) to the activated browser
 
4
  pipeline_tag: text-to-image
5
  language:
6
  - en
7
+ license_name: flux-1-dev-non-commercial-license
8
+ license: other
9
  tags:
10
  - gguf-comfy
11
  ---
 
15
  get the comfy [pack*](https://github.com/calcuis/gguf-comfy/releases):
16
  - decompress the 7z bundle file: Extract All... (it includes everything you need to run a model)
17
  - download [flux1-dev-Q4_0.gguf](https://huggingface.co/city96/FLUX.1-dev-gguf/blob/main/flux1-dev-Q4_0.gguf) (6.32GB); pull it to ./ComfyUI/models/unet
18
+ - download [clip_l.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/clip_l.safetensors) (246MB); pull it to ./ComfyUI/models/clip
19
+ - download [t5xxl_fp8_e4m3fn.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/t5xxl_fp8_e4m3fn.safetensors) (4.89GB); pull it to ./ComfyUI/models/clip
20
  - download [ae.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-schnell/blob/main/ae.safetensors) (319MB); pull it to ./ComfyUI/models/vae
21
  - run the .bat file in the main directory (it will activate the py backend as well as the js frontend)
22
  - drag [gguf-workflow.json](https://github.com/calcuis/gguf-comfy/blob/main/gguf-workflow.json) to the activated browser