ComfyUI Node
đź’€Prepack SetPipe
Pack model, clip, vae, lora_text, lora_path, positive, negative, latent_image, seed, steps, cfg, denoise into a single pipe object. All inputs are optional with default values.
đź’€Prepack SetPipe
- model
- clip
- vae
- positive
- negative
- latent_image
- pipe
◄lora_path—►
◄lora_text—►
â—„seed0â–ş
â—„steps20â–ş
â—„cfg8.0â–ş
â—„denoise1.00â–ş
Categoryđź’€Prepack
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| modelopt | MODEL | The model to pack. | |
| clipopt | CLIP | The CLIP to pack. | |
| vaeopt | VAE | The VAE to pack. | |
| lora_pathopt | STRING | The LoRA model path to pack. | |
| lora_textopt | STRING | The LoRA description to pack. | |
| positiveopt | CONDITIONING | The positive conditioning to pack. | |
| negativeopt | CONDITIONING | The negative conditioning to pack. | |
| latent_imageopt | LATENT | The latent image to pack. | |
| seedopt | INT | 00–18446744073709550000 | The seed value to pack. |
| stepsopt | INT | 201–10000 | The sampling steps to pack. |
| cfgopt | FLOAT | 8.00–100 | The CFG scale to pack. |
| denoiseopt | FLOAT | 1.000–1 | The denoise strength to pack. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| pipe | PIPE | The packed pipeline object containing model, clip, vae, lora_text, lora_path, positive, negative, latent_image, seed, steps, cfg, denoise. |