ComfyUI Node
Load Image From Text
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.
Load Image From Text
- IMAGE
- MASK
◄nameimage_name►
◄directoryabsouute-path►
◄prefix►
CategoryRisuTools/image
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| name | STRING | image_name | — |
| directory | STRING | absouute-path | — |
| prefixopt | STRING | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |
| MASK | MASK | — |