ComfyUI > Nodes > ComfyUI-RvTools_v2 > Load Directory Settings

ComfyUI Node: Load Directory Settings

Class Name

Load Directory Settings [RvTools]

Category
🫦 RvTools II/ Settings
Author
r-vage (Account age: 317days)
Extension
ComfyUI-RvTools_v2
Latest Updated
2026-03-27
Github Stars
0.02K

How to Install ComfyUI-RvTools_v2

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

Load Directory Settings Description

Facilitates efficient directory management and file loading for AI artists in workflows.

Load Directory Settings [RvTools]:

The Load Directory Settings [RvTools] node is designed to facilitate the management and retrieval of directory settings within a workflow. This node is particularly useful for AI artists who need to handle large sets of files or directories efficiently. By allowing you to specify a directory path and control the range of files to be loaded, it streamlines the process of accessing and organizing data. The node's primary function is to gather directory information and prepare it for further processing, ensuring that you can easily manage file loading operations without delving into complex coding or scripting. This capability is essential for optimizing workflows that involve large datasets or require precise control over file handling.

Load Directory Settings [RvTools] Input Parameters:

Directory

The Directory parameter is a string input that specifies the path to the directory you wish to load. This parameter is crucial as it determines the source location from which files will be accessed. By default, this parameter is an empty string, indicating that no directory is selected initially. You should provide a valid directory path to ensure the node functions correctly.

start_index

The start_index parameter is an integer that defines the starting point within the directory from which files will begin to be loaded. This allows you to skip a certain number of files at the beginning of the directory, which can be useful for batch processing or when you want to resume loading from a specific point. The default value is 0, meaning loading starts from the first file, and it has a minimum value of 0. This parameter gives you control over the file loading sequence, enhancing flexibility in data management.

loadcap

The loadcap parameter is an integer that sets the maximum number of files to be loaded from the specified directory. This parameter is essential for managing resource usage and ensuring that only a manageable number of files are processed at a time. The default value is 20, which provides a balance between performance and resource consumption. Adjusting this parameter allows you to tailor the node's operation to suit your specific needs, whether you're working with small or large datasets.

Load Directory Settings [RvTools] Output Parameters:

pipe

The pipe output is a composite data structure that encapsulates the directory settings and is used for further processing in the workflow. It serves as a conduit for passing the directory information to subsequent nodes, ensuring seamless integration and data flow within your project.

Load Directory Settings [RvTools] Usage Tips:

  • Ensure that the Directory parameter is set to a valid path to avoid errors and ensure smooth operation.
  • Adjust the start_index and loadcap parameters according to your workflow needs to optimize file loading and processing efficiency.
  • Use the pipe output to connect with other nodes that require directory information, facilitating a streamlined workflow.

Load Directory Settings [RvTools] Common Errors and Solutions:

Invalid Directory Path

  • Explanation: This error occurs when the specified directory path is incorrect or does not exist.
  • Solution: Double-check the directory path for typos or errors and ensure that the directory exists on your system.

Start Index Out of Range

  • Explanation: This error happens when the start_index is set to a value greater than the number of files in the directory.
  • Solution: Adjust the start_index to a valid range within the number of files available in the directory.

Loadcap Exceeds File Count

  • Explanation: This error arises when the loadcap is set to a value higher than the available files starting from the start_index.
  • Solution: Reduce the loadcap value to match the number of files available from the specified start_index.

Load Directory Settings Related Nodes

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

Load Directory Settings