ComfyUI > Nodes > ComfyUI_NetDist_Plus > Queue on remote (single)

ComfyUI Node: Queue on remote (single)

Class Name

RemoteQueueSimple

Category
remote
Author
nux1111 (Account age: 1218days)
Extension
ComfyUI_NetDist_Plus
Latest Updated
2024-08-27
Github Stars
0.04K

How to Install ComfyUI_NetDist_Plus

Install this extension via the ComfyUI Manager by searching for ComfyUI_NetDist_Plus
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI_NetDist_Plus 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

Queue on remote (single) Description

Facilitates task dispatch to remote servers, optimizing resource use and speeding processing.

Queue on remote (single):

The RemoteQueueSimple node is designed to facilitate the dispatching of tasks to a remote server for processing, which can be particularly beneficial in distributed computing environments. This node allows you to queue tasks remotely, enabling the offloading of computationally intensive processes to external resources. By doing so, it helps in optimizing local resource usage and potentially speeding up processing times by leveraging remote capabilities. The node is capable of handling various parameters and configurations, making it versatile for different remote processing needs. Its primary goal is to streamline the process of sending tasks to a remote server, managing job IDs, and ensuring that the remote queue is clear before dispatching new tasks. This functionality is crucial for maintaining an efficient workflow in environments where remote processing is a key component.

Queue on remote (single) Input Parameters:

remote_url

The remote_url parameter specifies the URL of the remote server where tasks will be dispatched. It is crucial for establishing a connection to the remote server and ensuring that tasks are sent to the correct destination. There are no specific minimum or maximum values, but it must be a valid URL.

batch_local

The batch_local parameter defines the number of tasks to be processed locally. This parameter helps in balancing the load between local and remote processing, allowing you to specify how many tasks should remain on the local machine.

batch_remote

The batch_remote parameter indicates the number of tasks to be processed remotely. It works in conjunction with batch_local to distribute the workload effectively between local and remote resources.

trigger

The trigger parameter is used to initiate the queuing process. It acts as a control mechanism to start the dispatching of tasks to the remote server.

enabled

The enabled parameter determines whether the remote queuing functionality is active. It can be set to "false" to disable remote queuing, "remote" to enable it, or other values to control different aspects of the queuing process.

seed

The seed parameter is used to initialize the random number generator for tasks, ensuring reproducibility in processes that involve randomness. It is essential for maintaining consistency across different runs.

prompt

The prompt parameter contains the instructions or data to be processed by the remote server. It is a critical component of the task being dispatched, as it defines what the remote server should do.

remoteapply1 to remoteapply10

These parameters allow you to specify additional configurations for the remote task. Each remoteapply parameter can include a node title, parameter name, value, and value type, providing flexibility in customizing the remote processing task.

Queue on remote (single) Output Parameters:

seed

The seed output parameter returns the seed value used for the task, which is important for verifying the reproducibility of the process.

batch_local

The batch_local output parameter indicates the number of tasks that were processed locally, providing insight into the distribution of workload between local and remote resources.

remote_info

The remote_info output parameter contains information about the remote task, including the remote_url and job_id. This information is crucial for tracking and managing remote tasks, allowing you to monitor their progress and status.

Queue on remote (single) Usage Tips:

  • Ensure that the remote_url is correctly configured to avoid connection issues with the remote server.
  • Use the enabled parameter to control when tasks should be dispatched remotely, allowing for flexible workflow management.
  • Customize the remoteapply parameters to fine-tune the remote processing task according to specific requirements.

Queue on remote (single) Common Errors and Solutions:

ConnectionError

  • Explanation: This error occurs when the node fails to connect to the specified remote_url.
  • Solution: Verify that the remote_url is correct and that the remote server is accessible and running.

InvalidParameterError

  • Explanation: This error is raised when one or more parameters are incorrectly configured or missing.
  • Solution: Double-check all input parameters for correctness and completeness, ensuring that required fields are filled in.

RemoteQueueClearError

  • Explanation: This error happens when the node is unable to clear the remote queue before dispatching new tasks.
  • Solution: Ensure that the remote server is functioning correctly and that there are no network issues preventing communication.

Queue on remote (single) Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI_NetDist_Plus
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.

Queue on remote (single)