Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhances workflow by enabling Queue Instant option via keyboard shortcuts for efficient task management.
The VrchInstantQueueKeyControlNode
is designed to enhance your workflow by allowing you to enable the Queue Instant option through convenient keyboard shortcuts. This node is particularly beneficial for users who need to quickly toggle queue settings without navigating through multiple menus, thus streamlining the process of managing tasks in a queue. By providing a method to instantly activate or deactivate the queue, it helps in maintaining an efficient workflow, especially in environments where time is of the essence. The node's primary function is to listen for specific keyboard inputs and execute the corresponding queue control actions, making it an essential tool for users who rely on keyboard shortcuts for rapid task management.
This parameter is a boolean that determines whether the Queue Instant option is enabled or not. When set to True
, the queue can be instantly activated or deactivated using the specified keyboard shortcut. The default value is False
, meaning the instant queue feature is initially disabled. This parameter is crucial for users who want to quickly manage their queue settings without manual intervention.
The shortcut_key
parameter allows you to specify which keyboard key will be used to toggle the Queue Instant option. It accepts a predefined set of shortcut keys, with the default being F2
. This parameter is essential for customizing the node to fit your personal workflow preferences, enabling you to choose a key that is most convenient for your use case.
This boolean parameter controls whether the queue should automatically run after being enabled. When set to True
, the queue will start executing tasks automatically after activation. The default value is False
, meaning autorun is initially disabled. This feature is useful for users who want to automate the execution of queued tasks without additional input.
The autorun_delay
parameter specifies the delay, in seconds, before the queue starts running automatically after being enabled. It is an integer value with a default of 5
seconds, and it can range from a minimum of 1
second to a maximum of 60
seconds. This parameter allows you to control the timing of the autorun feature, providing flexibility in how quickly tasks begin execution after queue activation.
This node does not produce any direct output parameters. Its primary function is to modify the state of the queue based on keyboard inputs, rather than generating data outputs. The effectiveness of this node is measured by its ability to change queue settings in response to user actions.
shortcut_key
to a key that you frequently use and is easily accessible, ensuring that you can quickly toggle the Queue Instant option without interrupting your workflow.enable_queue_autorun
if you frequently need tasks to start automatically after queue activation, and adjust the autorun_delay
to suit the typical preparation time you require before tasks begin.shortcut_key
is not recognized or is unavailable in the current context.shortcut_key
is selected from the predefined set of available keys. If the issue persists, try selecting a different key that is not reserved by the system or other applications.autorun_delay
value is set outside the allowed range of 1 to 60 seconds.autorun_delay
parameter to a value within the specified range. Double-check the input to ensure it is an integer between 1 and 60.© Copyright 2024 RunComfy. All Rights Reserved.