Nodes/ComfyUI Prepack/đź’€Prepack GetPipe
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.

By S4MUEL-404·Created 11 months ago·Updated 9 months ago· 2
đź’€Prepack GetPipe
  • pipe
  • model
  • clip
  • vae
  • lora_path
  • lora_text
  • positive
  • negative
  • latent_image
  • seed
  • steps
  • cfg
  • denoise
Categoryđź’€Prepack

Inputs (1)

NameTypeDefaultDescription
pipePIPEThe packed pipeline object.

Outputs (12)

NameTypeDescription
modelMODELThe diffusion model from the pipe object (can be None).
clipCLIPThe CLIP model from the pipe object (can be None).
vaeVAEThe VAE from the pipe object (can be None).
lora_pathSTRINGThe LoRA model path from the pipe object (can be None).
lora_textSTRINGThe formatted LoRA prompt string from the pipe object (can be None).
positiveCONDITIONINGThe positive conditioning from the pipe object (can be None).
negativeCONDITIONINGThe negative conditioning from the pipe object (can be None).
latent_imageLATENTThe latent image from the pipe object (can be None).
seedINTThe seed value from the pipe object (can be None).
stepsINTThe sampling steps from the pipe object (can be None).
cfgFLOATThe CFG scale from the pipe object (can be None).
denoiseFLOATThe denoise strength from the pipe object (can be None).