Visit ComfyUI Online for ready-to-use ComfyUI environment
Fetch current workflow as JSON for AI artists, enabling seamless integration with applications for efficient workflow management.
The LoadCurrentWorkflowJSON
node is designed to fetch the current workflow or prompt as a JSON object that is compatible with API usage. This node is particularly useful for AI artists who need to capture the current state of their workflow in a structured format that can be easily shared, stored, or further processed by other tools or systems. By converting the workflow into JSON, it allows for seamless integration with various applications and services, enabling more efficient workflow management and automation.
The prompt
parameter is a hidden input that represents the current workflow or prompt you are working on. This parameter is automatically managed by the system and does not require manual input. It essentially captures the state of your current workflow, which will be converted into a JSON format. There are no minimum, maximum, or default values for this parameter as it is dynamically generated based on your current workflow.
The Workflow JSON
output parameter provides the current workflow or prompt in a JSON format. This JSON object encapsulates all the details of your workflow, making it easy to share, store, or process further. The output is crucial for tasks that require a structured representation of the workflow, such as API calls, data storage, or integration with other systems. The JSON format ensures that all elements of the workflow are preserved and can be accurately reconstructed when needed.
prompt
parameter is not properly captured or is missing.prompt
parameter is being generated as expected. If the issue persists, try reloading your workflow or restarting the application.© Copyright 2024 RunComfy. All Rights Reserved.