Nodes/Comfyroll Studio/πŸ›©οΈ CR Image Pipe Out
ComfyUI Node Runs on cloud

πŸ›©οΈ CR Image Pipe Out

Unpack Comfyroll's Image Pipe Back Into Its Parts

By Suzie1Β·Created 3 years agoΒ·Updated 2 years agoΒ· 1,296
πŸ›©οΈ CR Image Pipe Out
  • pipe
  • pipe
  • image
  • width
  • height
  • upscale_factor
  • show_help

CR Image Pipe Out is the end of the line for Comfyroll's image pipe pattern: feed it the bundled pipe you built with CR Image Pipe In (and maybe edited along the way with CR Image Pipe Edit), and it splits the bundle back into individual, ordinary sockets you can plug into whatever actually needs them.

How it works. One required input, pipe. Five outputs come back out: the pipe itself (passed straight through, so you can keep chaining if part of your graph still wants the bundle), plus image, width, height, and upscale_factor as separate typed sockets - a real IMAGE, two real INTs, and a real FLOAT, not Comfyroll-specific types. That last part matters: this is the node that lets a pipe's contents finally connect to plain ComfyUI nodes like a resize node, a PreviewImage, or anything else expecting a normal IMAGE or INT socket rather than a PIPE_LINE.

Why you'd want both the pipe and the unpacked values. Passing pipe straight through alongside the four individual outputs means you don't have to choose between "unpack here" and "keep routing the bundle onward." You can tap image for a preview node right at this point in the graph while the same pipe keeps traveling to wherever else it's needed, unpacked or not, further downstream.

Inputs and outputs that matter. pipe (required) in; pipe, image, width, height, upscale_factor, and show_help out. This is also the node to reach for whenever you need to sanity-check what's actually inside a pipe partway through a workflow - wire it in, drop a Preview or Show node on whichever output you're unsure about, and you can see the values without unwinding the whole chain.

Install. ComfyUI Manager: search "Comfyroll Studio", install, restart. Manually: cd ComfyUI/custom_nodes && git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git, restart. No models needed - this is pure plumbing, same as the rest of the pipe family.

Troubleshooting. If image comes out empty, it usually means nothing ever set it earlier in the chain - CR Image Pipe In's image input is optional, so a pipe built without one will happily flow through Pipe Edit nodes with no image in it at all, and you won't get an error until something downstream actually needs a real image and finds nothing there. Beyond that, the usual pack-wide caveat: Comfyroll's entire node set registers from one shared file, and real reports on r/comfyui document a single broken import (Failed to load Graphics nodes / Failed to load Utility nodes) taking out every Comfyroll node at once. If nodes are missing after install, redo it with a clean git clone before troubleshooting anything else.

Category🧩 Comfyroll Studio/✨ Essential/🎷 Pipe/πŸ›©οΈ Image

Inputs (1)

NameTypeDefaultDescription
pipePIPE_LINEβ€”

Outputs (6)

NameTypeDescription
pipePIPE_LINEβ€”
imageIMAGEβ€”
widthINTβ€”
heightINTβ€”
upscale_factorFLOATβ€”
show_helpSTRINGβ€”