ComfyUI > Nodes > COMFYUI_PROMPTMODELS > πŸ“€ PRO Get Node

ComfyUI Node: πŸ“€ PRO Get Node

Class Name

PRO_GetNode

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 Get Node Description

Retrieves stored values from context memory in ComfyUI for efficient data access and reuse.

πŸ“€ PRO Get Node:

The PRO_GetNode is a specialized node designed to retrieve stored values from a context memory system within the ComfyUI framework. Its primary purpose is to access variables that have been previously set, allowing for dynamic and flexible data retrieval in your AI art projects. This node is particularly beneficial for managing and reusing data across different parts of your workflow, ensuring that you can efficiently access necessary information without redundancy. By leveraging the PRO_GetNode, you can streamline your creative process, maintain consistency, and enhance the overall efficiency of your projects by easily fetching stored data when needed.

πŸ“€ PRO Get Node Input Parameters:

name

The name parameter is an optional input that specifies the identifier of the variable you wish to retrieve from the cache. It plays a crucial role in determining which stored value is accessed by the node. The default value for this parameter is "my_variable", and it is a string type. This parameter allows you to define a custom name for the variable you want to fetch, ensuring that you can easily manage and access multiple variables within your workflow. By providing the correct name, you ensure that the node retrieves the intended data, which is essential for maintaining the accuracy and consistency of your project.

unique_id

The unique_id is a hidden parameter that serves as a unique identifier for the node within the workflow. It is used internally to help the node identify the correct variable to retrieve, especially when multiple nodes or variables are involved. This parameter does not require user input and is managed automatically by the system to ensure seamless operation.

prompt

The prompt parameter is another hidden input that assists in determining the variable name when retrieving data. It is used in conjunction with the unique_id to extract the correct variable name from the workflow's context. This parameter is particularly useful when the variable name is not explicitly provided, allowing the node to intelligently infer the correct name based on the workflow's structure.

extra_pnginfo

The extra_pnginfo is a hidden parameter that provides additional context information from the workflow. It is used to further refine the process of determining the correct variable name, especially in complex workflows where multiple nodes and variables are present. This parameter helps ensure that the node retrieves the correct data by considering additional metadata from the workflow.

πŸ“€ PRO Get Node Output Parameters:

*

The output parameter of the PRO_GetNode is a generic type represented by *, which signifies that the node can return any type of data stored in the cache. This flexibility allows the node to handle various data types, making it versatile for different use cases. The output is the value of the variable retrieved from the cache, and its type depends on the data stored under the specified name. This output is crucial for integrating the retrieved data into subsequent nodes or processes within your workflow, enabling seamless data flow and manipulation.

πŸ“€ PRO Get Node Usage Tips:

  • Ensure that the name parameter matches the variable name set in the PRO_SetNode to successfully retrieve the desired value.
  • Utilize the prompt and extra_pnginfo parameters to automatically infer variable names in complex workflows, reducing manual input and potential errors.
  • Regularly check the cache to verify that the expected variables are stored and accessible, ensuring smooth operation of the PRO_GetNode.

πŸ“€ PRO Get Node Common Errors and Solutions:

[ πŸ“€ PRO Get Node] βœ— Variable '<actual_name>' not found!

  • Explanation: This error occurs when the node attempts to retrieve a variable that does not exist in the cache. The <actual_name> is the name of the variable that the node is trying to access.
  • Solution: Verify that the variable name specified in the name parameter matches the name used in the PRO_SetNode. Additionally, check the cache to ensure that the variable has been set and is available for retrieval. If necessary, adjust the workflow to correctly set the variable before attempting to get it.

πŸ“€ PRO Get 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 Get Node