Visit ComfyUI Online for ready-to-use ComfyUI environment
Efficiently manage and retrieve AI art generation models by specifying types and generating JSON file for quick access.
The Get Models node is designed to help you efficiently manage and retrieve various types of models used in AI art generation. This node allows you to specify the type of models you want to list, such as checkpoints, embeddings, or controlnet models, and then generates a JSON file containing the filenames of the selected models. This functionality is particularly useful for organizing and accessing your model files, ensuring that you can quickly find and utilize the models you need for your creative projects. By automating the process of listing model files, the Get Models node saves you time and effort, allowing you to focus more on your artistic endeavors.
The dump
parameter allows you to specify the type of models you want to list. You can choose from a variety of options, including all models
, checkpoints
, clip
, clip_vision
, configs
, controlnet
, diffusers
, embeddings
, gligen
, hypernetworks
, loras
, style_models
, upscale_models
, and vae
. The default value is all models
, which will list all available models. Selecting a specific option will generate a JSON file containing only the filenames of the chosen model type. This parameter helps you tailor the output to your specific needs, making it easier to manage and access your model files.
This node does not produce any direct output parameters. Instead, it generates a JSON file in the specified output directory, containing the filenames of the selected models. This file can then be used for further processing or reference in your AI art projects.
dump
parameter value all models
.checkpoints
or embeddings
, select the corresponding option from the dump
parameter to generate a more focused list.dump
parameter.dump
parameter is one of the valid options listed in the node's documentation. Double-check for any typos or incorrect values.© Copyright 2024 RunComfy. All Rights Reserved.