Introduction

Input nodes in Rubbrband allow users to add different modalities of input for workflows. Input nodes always have one output dot, which passes the input to various other nodes.

Text Input Node

Text input nodes allow users to add text as input to their workflows. This is useful as an input to nodes involved with image generation, text generation, video generation, and more.

To modify the text in a text input node, click on the node and type the text into the right-side menu.

Image Input Node

Image input nodes allow users to add image as input to their workflows. This is also useful as an input to nodes involved with image generation, text generation, video generation, and more.

To add the input image to the node, click on the node and upload the desired image using the right-side menu.

Video Input Node

Video input nodes allow users to add videos as input to their workflows. This is also useful as an input to nodes involved with video generation, text generation, and more.

To add the input video to the node, click on the node and upload the desired video using the right-side menu. This might take a few seconds for longer videos. Itโ€™s the same process as the image input node.

Audio Input Node

Audio input nodes allow users to add audio as input to their workflows. This is also useful as an input to nodes involved with dubbing, for example.

To add the input video to the node, click on the node and upload the desired audio using the right-side menu. This might take a few seconds for longer videos. Itโ€™s the same process as the image input node.

Style Reference Node

Style reference nodes upload style reference images, which maybe used by generating nodes that are compatible with style references. For example, SDXL Text-to-Image nodes. To upload style references, click on the node and upload up to 5 images using the right-side menu. For each image, enter a style reference weight.

The style reference weight for each image indicates the importance of that image. This is not a relative value between all of the images, it is simply an absolute value between 0 and 3. 0 ignores the style reference, and 3 makes the style reference extremely important. If you input a number higher than 3, your generated images may significantly degrade in quality.

Prompt Modifier Node

Prompt modifier nodes are used to add specific phrases/words that will be added to all of your text inputs. This is important for generating images in repeatable styles or themes. Prompt modifier nodes connect to text input nodes and output the new text, which adds phrases to the start and end of the text input.

Prompt modifier nodes take two properties that are modified in the right side menu:

Pre Prompt
string
required

The phrases that will be added before the input prompt.

Example: A colorful painting of

Post Prompt
string
required

The phrases that will be added after the input prompt.

Example: , high quality, wide-angle, forest background

If the text input node has the phrase โ€œa boy dancingโ€, with the pre-prompt and post-prompt as the example above, the output of the Prompt Modifier Node will be โ€œA colorful painting of a boy dancing, high quality, wide-angle, forest background.โ€