ComfyUI Node
đź’€Prepack GetPipe
Unpack a pipe object produced by Prepack_SetPipe into model, clip, vae, lora_text, lora_path, positive, negative, latent_image, seed, steps, cfg, denoise components. All outputs can be None.
đź’€Prepack GetPipe
- pipe
- model
- clip
- vae
- lora_path
- lora_text
- positive
- negative
- latent_image
- seed
- steps
- cfg
- denoise
Categoryđź’€Prepack
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| pipe | PIPE | The packed pipeline object. |
Outputs (12)
| Name | Type | Description |
|---|---|---|
| model | MODEL | The diffusion model from the pipe object (can be None). |
| clip | CLIP | The CLIP model from the pipe object (can be None). |
| vae | VAE | The VAE from the pipe object (can be None). |
| lora_path | STRING | The LoRA model path from the pipe object (can be None). |
| lora_text | STRING | The formatted LoRA prompt string from the pipe object (can be None). |
| positive | CONDITIONING | The positive conditioning from the pipe object (can be None). |
| negative | CONDITIONING | The negative conditioning from the pipe object (can be None). |
| latent_image | LATENT | The latent image from the pipe object (can be None). |
| seed | INT | The seed value from the pipe object (can be None). |
| steps | INT | The sampling steps from the pipe object (can be None). |
| cfg | FLOAT | The CFG scale from the pipe object (can be None). |
| denoise | FLOAT | The denoise strength from the pipe object (can be None). |