ComfyUI Node
Eric Krea2 Loader
A ComfyUI node in Eric/Krea2 with 5 inputs and 1 output.
Eric Krea2 Loader
- krea2_pipeline
◄model_pathH:\Training\Krea-2-Raw►
◄precisionbf16►
◄attention_backendauto►
◄devicecuda►
◄keep_in_vramtrue►
CategoryEric/Krea2
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| model_path | STRING | H:\Training\Krea-2-Raw | Path to a Krea 2 diffusers folder (Raw/midtrain or Turbo/distilled). |
| precision | COMBO | bf16 | Model precision (bf16 recommended for Blackwell). |
| attention_backend | COMBO | auto | Attention kernel for the transformer. auto = flash if available else SDPA (lossless, ~3x faster on Blackwell); flash = FlashAttention varlen (lossless); sage = SageAttention (fastest, slight quality trade-off); sdpa = PyTorch default. Falls back to SDPA if a kernel is unavailable. |
| device | COMBO | cuda | 4 options: cuda, cuda:0, cuda:1, cpu |
| keep_in_vram | BOOLEAN | true | Cache pipeline between runs. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| krea2_pipeline | KREA2_PIPELINE | — |