링크
flux.1 홈페이지 https://github.com/black-forest-labs/flux
모델
UNet 모델
models/unet 에 저장
flux.1 dev 양자화 모델(GGUF) https://huggingface.co/city96/FLUX.1-dev-gguf/tree/main
flux.1 dev 기본모델 https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/flux1-dev.safetensors
flux.1 dev (fp8) https://huggingface.co/Kijai/flux-fp8/blob/main/flux1-dev-fp8.safetensors
flux.1 schnell 양자화 모델(GGUF) https://huggingface.co/city96/FLUX.1-schnell-gguf/tree/main
CLIP 모델
models/clip 에 저장
t5xxl_fp8_e4m3fn.safetensors, clip_l.safetensors https://huggingface.co/comfyanonymous/flux_text_encoders/tree/main
t5xxl 양자화모델 https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf/tree/main
VAE 모델
커스텀노드
https://github.com/city96/ComfyUI-GGUF Manager에서 검색해서 설치하면 편해요!
nf4 모델이용방법
양자화대신 nf4 를 이용하려면 아래 커스텀 노드를 설치하고 체크포인트를 받아서 이용하면되요 https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4
체크포인트 models/checkpoint 에 저장 https://huggingface.co/lllyasviel/flux1-dev-bnb-nf4/blob/main/flux1-dev-bnb-nf4.safetensors
forge 이용방법
체크포인트를 받아서 이용하면되요!
nf4 체크포인트 https://huggingface.co/lllyasviel/flux1-dev-bnb-nf4/blob/main/flux1-dev-bnb-nf4.safetensors
워크플로우
워크플로우
https://raw.githubusercontent.com/ninjaneural/webui/master/memo/comfyui_flux/workflow_gguf.json (gguf 워크플로우)
https://raw.githubusercontent.com/ninjaneural/webui/master/memo/comfyui_flux/workflow_nf4.json (nf4 워크플로우)
(마우스 오른쪽버튼을 누르고 링크 저장을 눌러주세요)