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

By S4MUEL-404·Created 11 months ago·Updated 9 months ago· 2
đź’€Prepack SetPipe
  • model
  • clip
  • vae
  • positive
  • negative
  • latent_image
  • pipe
◄lora_path—►
◄lora_text—►
â—„seed0â–ş
â—„steps20â–ş
â—„cfg8.0â–ş
â—„denoise1.00â–ş
Categoryđź’€Prepack

Inputs (12)

NameTypeDefaultDescription
modeloptMODELThe model to pack.
clipoptCLIPThe CLIP to pack.
vaeoptVAEThe VAE to pack.
lora_pathoptSTRINGThe LoRA model path to pack.
lora_textoptSTRINGThe LoRA description to pack.
positiveoptCONDITIONINGThe positive conditioning to pack.
negativeoptCONDITIONINGThe negative conditioning to pack.
latent_imageoptLATENTThe latent image to pack.
seedoptINT00–18446744073709550000The seed value to pack.
stepsoptINT201–10000The sampling steps to pack.
cfgoptFLOAT8.00–100The CFG scale to pack.
denoiseoptFLOAT1.000–1The denoise strength to pack.

Outputs (1)

NameTypeDescription
pipePIPEThe packed pipeline object containing model, clip, vae, lora_text, lora_path, positive, negative, latent_image, seed, steps, cfg, denoise.