Sign In

FLEX

17

162

3

Updated: Apr 28, 2025

tool

Verified:

SafeTensor

Type

Checkpoint Merge

Stats

162

0

Reviews

Published

Apr 27, 2025

Base Model

Flux.1 S

Hash

AutoV2
0407108E44

License:

U have three options

  1. Fp16 (15.21 GB)

  2. Q8 (8.08 GB)

  3. Q6_K(6.24 GB)

(my experience the result i got from in-painting here https://civitai.com/models/1108146/fluxfill-devgguf

and controlnet here

https://civitai.com/models/1488208/flux1-dev-controlnet-union-pro-20fp8

more professional but this model have good features because its very flexible)

THis has Free license So please Support who spend time and train this model for u

(Ostris)

the original model https://huggingface.co/ostris/Flex.2-preview

u can find this at end of model page


i prepare professional WORKFLOW one here

https://civitai.com/models/1514962?modelVersionId=1713872

U can drop any image for workflow

Dont forget šŸ‘

Flux Loras works

(Redux not work)


Diffusion model

  • Place the Flex.2-preview model in: ComfyUI/models/diffusion_models/

Text encoders

VAE

Required Custom Node

  • Install ComfyUI-FlexTools:

cd ComfyUI/custom_nodes
git clone https://github.com/ostris/ComfyUI-FlexTools

ComfyUI/

ā”œā”€ā”€ models/

│ ā”œā”€ā”€ diffusion_models/

│ │ └─── flex.2-preview.safetensors

│ ā”œā”€ā”€ text_encoders/

│ │ ā”œā”€ā”€ā”€ t5xxl_fp8_e4m3fn_scaled.safetensors

│ │ ā”œā”€ā”€ā”€ t5xxl_fp16.safetensors

│ │ └─── clip_l.safetensors

│ └── vae/

│ └── ae.safetensors

ā”œā”€ā”€ custom_nodes/

└── ComfyUI-FlexTools/ (git clone from repository)