These native nodes are pre-installed with ComfyStream when you install the
package. You do not need to install them manually. See the ComfyStream
Installation Guide for details.
Input Nodes
ComfyStream provides input nodes to convert media inputs into tensors, enabling AI processing in real-time workflows.LoadAudioTensor
LoadAudioTensor
Converts audio inputs into tensors, enabling real-time audio processing in ComfyStream workflows.
LoadTensor
LoadTensor
Converts image inputs into tensor format for computation in real-time AI workflows.
PrimaryInputLoadImage
PrimaryInputLoadImage
A passthrough node that specifies a reference image for real-time AI workflows, such as LivePortrait.
Output Nodes
ComfyStream provides output nodes to convert tensors back into media formats for real-time streaming.SaveAudioTensor
SaveAudioTensor
Converts audio tensors into audio frames.
SaveTensor
SaveTensor
Converts image tensors into image frames.
Task-Specific Nodes
Most task-specific nodes are part of the StreamPack, but the ComfyStream package includes a few for example purposes.PitchShifter
PitchShifter
Shifts the pitch of an input audio stream, demonstrating audio
transformations in real-time workflows.
Check out the Example Workflow to see the
PitchShifter
in action.