EasyUse/Pipegenerated

Pipe -> BasicPipe(pipeToBasicPipe)

Converts a full PIPE_LINE from the EasyUse pipeline format into a BASIC_PIPE.

pipe To Basic Pipe

pipe
basic_pipe
Easy Use

Description

Converts a full PIPE_LINE from the EasyUse pipeline format into a BASIC_PIPE. This node is useful when a downstream node expects the simplified basic pipe format rather than the full pipe object.

Inputs

pipe

  • Type: PIPE_LINE
  • Required: true

The complete EasyUse pipeline to convert into a basic pipe.

Outputs

  • Type: BASIC_PIPE

The converted basic pipe, containing the pipeline data in the format expected by BASIC_PIPE consumers.

Usage Notes

  • This node does not perform any generation, sampling, or image processing; it only converts between pipe formats.
  • Use it when connecting EasyUse components that output PIPE_LINE to nodes that require BASIC_PIPE.
  • The conversion is useful for mixing newer full-pipeline workflows with older or simpler nodes that rely on the basic pipe structure.

Comments

Sign in with GitHub to join the discussion.

Loading comments…