ComfyUI Node
PyramidFlow Model Loader
A ComfyUI node in PyramidFlowWrapper with 4 inputs and 1 output.
PyramidFlow Model Loader
- compile_args
- pyramidflow_model
◄model▾►
◄precisionbf16►
◄enable_sequential_cpu_offloadfalse►
CategoryPyramidFlowWrapper
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| model | COMBO | The name of the checkpoint (model) to load. | |
| precision | COMBO | bf16 | 5 options: fp8_e4m3fn, fp8_e4m3fn_fast, fp16, fp32, bf16 |
| enable_sequential_cpu_offload | BOOLEAN | false | Enable sequential cpu offload, saves VRAM but is MUCH slower, do not use unless you have to |
| compile_argsopt | PYRAMIDFLOW_COMPILEARGS | Optional torch.compile arguments |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| pyramidflow_model | PYRAMIDFLOWMODEL | — |