ComfyUI > Nodes > COMFYUI_PROMPTMODELS > πŸ“¦ PRO Set Node

ComfyUI Node: πŸ“¦ PRO Set Node

Class Name

PRO_SetNode

Category
GetSetNode_Pro/utils
Author
cdanielp (Account age: 0days)
Extension
COMFYUI_PROMPTMODELS
Latest Updated
2026-03-17
Github Stars
0.02K

How to Install COMFYUI_PROMPTMODELS

Install this extension via the ComfyUI Manager by searching for COMFYUI_PROMPTMODELS
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter COMFYUI_PROMPTMODELS in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

πŸ“¦ PRO Set Node Description

Facilitates data storage and retrieval in ComfyUI, enhancing workflow modularity and flexibility.

πŸ“¦ PRO Set Node:

The PRO_SetNode is a versatile component within the ComfyUI framework designed to facilitate the storage and retrieval of data within a context memory system. This node allows you to set a value in a cache, which can be later accessed by other nodes, such as the PRO_GetNode. By using this node, you can efficiently manage and reuse data across different parts of your workflow, enhancing the modularity and flexibility of your AI art projects. The primary goal of the PRO_SetNode is to streamline the process of data handling, making it easier for you to maintain consistency and coherence in your creative outputs.

πŸ“¦ PRO Set Node Input Parameters:

value

The value parameter is the data you wish to store in the cache. This can be of any type, as indicated by the ANY_TYPE designation, allowing for a wide range of data to be stored, from simple strings to complex objects. The flexibility of this parameter ensures that you can store whatever data is necessary for your project without worrying about type constraints.

name

The name parameter is a string that serves as the identifier for the stored value. By default, it is set to "my_variable", but you can customize it to any string that makes sense for your project. This name is crucial as it is used to retrieve the stored value later, so it should be unique and descriptive enough to avoid confusion. The parameter does not support multiline input, ensuring that the name remains a simple, single-line identifier.

πŸ“¦ PRO Set Node Output Parameters:

value

The output parameter value returns the data that was stored in the cache. This allows you to immediately verify what has been set, ensuring that the correct data is being managed within your workflow. The returned value is of the same type as the input value, maintaining consistency and allowing for seamless integration with other nodes that may use this data.

πŸ“¦ PRO Set Node Usage Tips:

  • Ensure that the name parameter is unique and descriptive to avoid conflicts and confusion when retrieving data with PRO_GetNode.
  • Use the PRO_SetNode in conjunction with PRO_GetNode to create a robust data management system within your workflow, allowing for efficient data reuse and consistency.

πŸ“¦ PRO Set Node Common Errors and Solutions:

Variable not found

  • Explanation: This error occurs when you attempt to retrieve a variable that has not been set or has been set with a different name.
  • Solution: Double-check the name parameter to ensure it matches the identifier used when setting the variable. Verify that the PRO_SetNode has been executed before attempting to retrieve the value.

Cache is full

  • Explanation: This error might occur if the cache has reached its storage limit, preventing new data from being set.
  • Solution: Use the PRO_ClearCacheNode to clear unnecessary data from the cache, or review your workflow to manage cache usage more efficiently.

πŸ“¦ PRO Set Node Related Nodes

Go back to the extension to check out more related nodes.
COMFYUI_PROMPTMODELS
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

πŸ“¦ PRO Set Node