Load Image From Text

LoadImageFromText

Loads an image from a text This node loads a image string from a string input, a prefix, and a base directory. Class methods ------------- INPUT_TYPES (dict): Tell the main program input parameters of nodes. Attributes ---------- RETURN_TYPES (`tuple`): The type of each element in the output tuple. RETURN_NAMES (`tuple`): The name of each output in the output tuple. FUNCTION (`str`): The name of the entry-point method. CATEGORY (`str`): The category the node should appear in the UI.

Pack: RisuTools

custom_nodes.risutools

Inputs (3)

NameTypeRequired
nameSTRINGrequired
directorySTRINGrequired
prefixSTRINGoptional

Outputs (2)

NameType
IMAGEIMAGE
MASKMASK