--- license: gpl base_model: - black-forest-labs/FLUX.1-dev pipeline_tag: text-to-image language: - en --- ## startup kit for comfy pack ![screenshot](https://raw.githubusercontent.com/calcuis/gguf-comfy/master/gguf.png) get the comfy [pack](https://github.com/calcuis/gguf-comfy/releases): - decompress the 7z bundle file: Extract All... (it includes everything you need to run a model) - download flux1-dev-Q4_0.gguf (6.32GB); pull it to ./ComfyUI/models/unet - download clip_l.safetensors (234MB); pull it to ./ComfyUI/models/clip - download t5xxl_fp8_e4m3fn.safetensors (4.55GB); pull it to ./ComfyUI/models/clip - download ae.safetensors (319MB); pull it to ./ComfyUI/models/vae - run the .bat file in the main directory (it will activate the py backend as well as the js frontend) - drag [gguf-workflow.json](https://github.com/calcuis/gguf-comfy/blob/main/gguf-workflow.json) to the activated browser #### references: [black-forest-labs](https://github.com/black-forest-labs) [comfyanonymous](https://github.com/comfyanonymous/ComfyUI) [city96](https://github.com/city96/ComfyUI-GGUF)