Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > LoRA Optimizer > Load Tuner Data

ComfyUI Node: Load Tuner Data

Class Name

LoadTunerData

Category
LoRA Optimizer
Author
ethanfel (Account age: 3360days)
Extension
LoRA Optimizer
Latest Updated
2026-07-19
Github Stars
0.14K

How to Install LoRA Optimizer

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

Facilitates retrieval and integration of saved AutoTuner results for efficient model optimization.

Load Tuner Data:

The LoadTunerData node is designed to facilitate the retrieval of previously saved AutoTuner results, allowing you to seamlessly integrate these results into your workflow without the need to rerun the tuning process. This node is particularly beneficial for users who have already optimized their models using the AutoTuner and wish to reuse the tuning data for further processing or analysis. By loading the saved tuner data from disk, you can efficiently manage and apply your tuning configurations, ensuring consistency and saving time in your model optimization tasks. The primary goal of this node is to streamline the process of accessing and utilizing saved tuning results, making it an essential tool for those working with the LoRA Optimizer.

Load Tuner Data Input Parameters:

tuner_data_file

The tuner_data_file parameter specifies the file path of the saved tuner data that you wish to load. This parameter is crucial as it directs the node to the exact location of the tuning results on your disk. The file should be a JSON format, typically saved with a .tuner extension. There are no specific minimum or maximum values for this parameter, but it must be a valid file path pointing to an existing tuner data file. The correct specification of this parameter ensures that the node can successfully retrieve and load the desired tuning data for further use.

Load Tuner Data Output Parameters:

tuner_data

The tuner_data output provides the loaded tuning data in a structured format. This data includes all the configurations and results from the AutoTuner, which can be used for further processing or analysis in your workflow. It is essential for applying the previously optimized settings to your models.

prompt

The prompt output returns any prompt information that was saved along with the tuner data. This can be useful for understanding the context or specific conditions under which the tuning was performed.

description

The description output provides a textual description of the tuning data, offering insights into the purpose or specific characteristics of the tuning session. This can help in identifying the tuning data's relevance to your current task.

metadata_info

The metadata_info output contains additional metadata related to the tuning session. This may include details such as the date of tuning, the version of the software used, or other relevant information that can aid in understanding the context of the tuning data.

Load Tuner Data Usage Tips:

  • Ensure that the tuner_data_file parameter is correctly set to the path of an existing tuner data file to avoid errors during loading.
  • Use the description and metadata_info outputs to verify the relevance and context of the loaded tuning data before applying it to your models.
  • Regularly save your tuning results using a consistent naming convention to easily identify and load them when needed.

Load Tuner Data Common Errors and Solutions:

FileNotFoundError

  • Explanation: This error occurs when the specified tuner_data_file path does not point to an existing file.
  • Solution: Verify that the file path is correct and that the file exists at the specified location. Ensure that the file has not been moved or deleted.

JSONDecodeError

  • Explanation: This error indicates that the file at the specified path is not a valid JSON file or is corrupted.
  • Solution: Check the file to ensure it is a valid JSON format. If the file is corrupted, try retrieving a backup or re-saving the tuner data correctly.

ValueError: Path escapes tuner_data directory

  • Explanation: This error occurs when the specified file path attempts to access a location outside the designated tuner data directory.
  • Solution: Ensure that the file path is within the allowed directory and does not attempt to access unauthorized locations. Adjust the path to comply with directory restrictions.

Load Tuner Data Related Nodes

Go back to the extension to check out more related nodes.
LoRA Optimizer
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 Tuner Data