ComfyUI > Nodes > CRT-Nodes > Dynamic Prompt Scheduler (CRT)

ComfyUI Node: Dynamic Prompt Scheduler (CRT)

Class Name

CRT_DynamicPromptScheduler

Category
CRT/Conditioning
Author
CRT (Account age: 1707days)
Extension
CRT-Nodes
Latest Updated
2026-03-16
Github Stars
0.1K

How to Install CRT-Nodes

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

Dynamic Prompt Scheduler (CRT) Description

The CRT_DynamicPromptScheduler pairs and processes text prompts with images for AI creative tasks.

Dynamic Prompt Scheduler (CRT):

The CRT_DynamicPromptScheduler is a sophisticated node designed to dynamically manage and schedule prompts in conjunction with images for AI-driven creative tasks. Its primary function is to pair textual prompts with corresponding images, ensuring that each prompt is processed with its associated visual content. This node is particularly beneficial for artists and developers working with AI models that require synchronized text and image inputs, such as those used in generative art or multimedia projects. By organizing prompts and images into pairs and handling them in a batch-wise manner, the CRT_DynamicPromptScheduler facilitates efficient processing and enhances the creative workflow. It ensures that each prompt is tokenized and encoded, providing necessary conditioning for AI models, while also managing image data to ensure compatibility and consistency across different inputs. This node is essential for projects that demand precise alignment between textual and visual elements, offering a streamlined approach to managing complex input data.

Dynamic Prompt Scheduler (CRT) Input Parameters:

clip

The clip parameter refers to the CLIP model instance used for tokenizing and encoding the prompts. It plays a crucial role in transforming textual prompts into a format that can be understood and processed by AI models. The CLIP model is responsible for generating both the conditional and pooled outputs from the tokenized prompts, which are essential for the subsequent processing stages. This parameter does not have specific minimum, maximum, or default values, as it is expected to be a pre-initialized model instance.

kwargs

The kwargs parameter is a flexible dictionary that allows for the inclusion of various keyword arguments, particularly those starting with prompt_ and image_. These arguments are used to specify the textual prompts and their corresponding images. The kwargs parameter enables users to input multiple prompt-image pairs, which the node will process in a batch. The flexibility of this parameter allows for a wide range of inputs, making it adaptable to different project requirements. There are no strict constraints on the values, but it is important that the prompts are non-empty strings and the images are in a compatible format.

Dynamic Prompt Scheduler (CRT) Output Parameters:

cond_list

The cond_list output parameter is a list of conditional tensors generated from the tokenized prompts. These tensors are crucial for AI models as they provide the necessary context and information derived from the textual prompts. The cond_list ensures that each prompt is represented in a format that the model can process, facilitating accurate and context-aware outputs.

pooled_list

The pooled_list output parameter contains pooled output tensors, which are derived from the encoded prompts. These tensors represent a summarized version of the prompt information, capturing the essence of the input text. The pooled outputs are particularly useful for models that require a condensed representation of the input data for efficient processing and decision-making.

image_list

The image_list output parameter is a collection of image tensors that correspond to the input prompts. This list ensures that each prompt is paired with its respective image, maintaining the integrity of the input data. The image_list is essential for tasks that involve visual content, as it provides the necessary image data in a format that can be processed alongside the textual prompts.

Dynamic Prompt Scheduler (CRT) Usage Tips:

  • Ensure that all prompts are meaningful and relevant to the images they are paired with to achieve the best results in AI-driven creative tasks.
  • Regularly check the format and dimensions of the input images to ensure compatibility with the node's processing requirements.
  • Utilize the flexibility of the kwargs parameter to experiment with different prompt-image combinations and explore creative possibilities.

Dynamic Prompt Scheduler (CRT) Common Errors and Solutions:

Missing or Invalid CLIP Model

  • Explanation: This error occurs when the clip parameter is not provided or is not a valid CLIP model instance.
  • Solution: Ensure that a properly initialized CLIP model is passed to the node as the clip parameter.

Empty Prompt List

  • Explanation: This error arises when no valid prompts are provided in the kwargs parameter.
  • Solution: Verify that the kwargs parameter contains at least one valid prompt with the prompt_ prefix.

Image Dimension Mismatch

  • Explanation: This error occurs when the input images do not match the expected dimensions or format.
  • Solution: Check and adjust the dimensions and format of the input images to ensure they are compatible with the node's requirements.

Dynamic Prompt Scheduler (CRT) Related Nodes

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

Dynamic Prompt Scheduler (CRT)