Inputs - Kaisei-Fukaya/Graphical-Asset-Generation-Mockup-Files GitHub Wiki

Input nodes allow for external data to be provided to the graph, either for training nodes that use machine-learning models, or providing inputs during generation.

Image Input

Provides Bitmap inputs via the provided file path, expects ".bmp", ".png" or ".jpg" formats.

  • When set to "Single", the node will expect a path to a single file.
  • When set to "Batch", the node will take a path to a folder containing multiple files.
  • When "Batch" mode is used the system will iterate through the contents of the folder at each generation step, looping back to the start when all files have been used.
Graph view Inspector view
image image

Mesh Input

Provides Mesh inputs via the provided file path, expects ".obj" or ".fbx" formats.

  • When set to "Single", the node will expect a path to a single file.
  • When set to "Batch", the node will take a path to a folder containing multiple files.
  • When "Batch" mode is used the system will iterate through the contents of the folder at each generation step, looping back to the start when all files have been used.
Graph view Inspector view
image image

Textured Mesh Input

Provides Textured Mesh inputs via the provided file path, expects ".fbx" format or Unity prefabs.

  • When set to "Single", the node will expect a path to a single file.
  • When set to "Batch", the node will take a path to a folder containing multiple files.
  • When "Batch" mode is used the system will iterate through the contents of the folder at each generation step, looping back to the start when all files have been used.
Graph view Inspector view
image image

Text Input

Provides Text inputs via the provided file path, expects ".txt" format.

  • When set to "Single", the node will expect a path to a single file.
  • When set to "Batch", the node will take a path to a folder containing multiple files.
  • When "Batch" mode is used the system will iterate through the contents of the folder at each generation step, looping back to the start when all files have been used.
  • When set to "Plain-text", input is provided via a text box within the node itself.
Graph view Inspector view
image image

Number Input

Provides a number input.

  • When set to "Provide Value", the node will always output the value provided.
  • When set to "Randomised", the node will output random values between the minimum and maximum values provided.
Graph view Inspector view
image image
⚠️ **GitHub.com Fallback** ⚠️