Skip to main content

Datatypes

This guide will help you understand the different Datatypes Weavy offers.

N
Written by Noam Gichon
Updated over a week 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 visualisation 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

Did this answer your question?