ComfyUI Node
Meld Unified Flux Loader
A Flux-specific unified loader that handles UNet/CLIP/VAE loading and defines basic generation parameters. It automatically switches between standard loaders and GGUF loaders based on the file extension (.gguf). It outputs a base_settings dictionary for reuse or unpacking (e.g., Meld Settings Unpacker).
Meld Unified Flux Loader
- MODEL
- CLIP
- VAE
- positive
- base_settings
◄model_name▾►
◄weight_dtype▾►
◄clip_name1▾►
◄clip_name2▾►
◄clip_type▾►
◄clip_device▾►
◄vae_name▾►
◄positive►
◄seed0►
◄steps20►
◄guidance3.5►
◄sampler_name▾►
◄scheduler▾►
◄width1024►
◄height1024►
CategoryMeld/Loaders
Inputs (15)
| Name | Type | Default | Description |
|---|---|---|---|
| model_name | COMBO | 0 options: | |
| weight_dtype | COMBO | 4 options: default, fp8_e4m3fn, fp8_e4m3fn_fast, fp8_e5m2 | |
| clip_name1 | COMBO | 0 options: | |
| clip_name2 | COMBO | 0 options: | |
| clip_type | COMBO | 12 options: sdxl, sd3, flux, hunyuan_video, hidream, hunyuan_image, +6 | |
| clip_device | COMBO | 1 options: default | |
| vae_name | COMBO | 1 options: pixel_space | |
| positive | STRING | — | |
| seed | INT | 00–18446744073709550000 | — |
| steps | INT | 201–10000 | — |
| guidance | FLOAT | 3.50–100 | — |
| sampler_name | COMBO | 44 options: euler, euler_cfg_pp, euler_ancestral, euler_ancestral_cfg_pp, heun, heunpp2, +38 | |
| scheduler | COMBO | 9 options: simple, sgm_uniform, karras, exponential, ddim_uniform, beta, +3 | |
| width | INT | 10241–16384 | — |
| height | INT | 10241–16384 | — |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | — |
| CLIP | CLIP | — |
| VAE | VAE | — |
| positive | STRING | — |
| base_settings | BASE_SETTINGS | — |