Skip to main content

Datatypes

Noam Gichon avatar
Written by Noam Gichon
Updated over 2 months ago

Number

The Number Node provides a visualization of numerical attributes that affect different models. You can set minimum and maximum values, as well as define the number of decimal places. To visualize the Number Node on your canvas, simply press the Set as Output button next to the attribute you want to display.

Text

The Text Node is just like a prompt node, you can write any text you would like and use it as a prompt input for any node. The Text Node is a visualization of text attributes that affect different models.

Toggle

The Toggle Node provides a visualization of true and false attributes that affect different models. You can set either True or False values. To visualize the Toggle Node on your canvas, simply press the Set as Output button next to the toggle attribute you want to display.

List Selector

The List Selector Node allows you to create lists in several ways - manually entering values, generating an automated list with an Array Node, or visualizing list attributes that affect different models. It creates a dropdown menu for its attributes, enabling you to select from different input options.

Seed

The Seed Node gives you a visualization of the Seed attribute of your models. The Seed affects your generation, each generated output receives a seed, either a random one of one that is manually selected

Array

The Array Node gives you the ability to enter multiple text inputs and separate them into groups. You can enter the text inputs manually by typing stright in the array items or you can connect any text inputs and ask the array to seperate the inputs into parts using a keyboard symbol. This node is usefull to create seperate inputs for the list node or the text itertator nodes.

Did this answer your question?