-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnode_list.json
More file actions
18 lines (18 loc) · 1.86 KB
/
Copy pathnode_list.json
File metadata and controls
18 lines (18 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"Autotagger [LP]":"Autotagger based on the latest version of the WD tagging model from SmilingWolf.",
"LLM Loader [LP]":"Loads a large language model specified by the user. Models are stored in the LLavacheckpoints folder.",
"LLM Sampler [LP]":"Generates text using the LLM. Simple settings.",
"LLM Advanced [LP]":"Generates text using the LLM. Advanced settings.",
"LLava Loader [LP]":"Loads a visual large language model specified by the user. Models are stored in the LLavacheckpoints folder.",
"LLava Clip Loader [LP]":"Loads a CLIP model specified by the user for VLM model. Models are stored in the LLavacheckpoints folder.",
"LLava Sampler Simple [LP]":"Generates text using the VLM. Simple settings.",
"LLava Sampler Advanced [LP]":"Generates text using the VLM. Advanced settings.",
"LLava Simple [LP]":"Generates text using the loaded VLM from LLava Loader. Simple settings.",
"LLava Advanced [LP]":"Generates text using the loaded VLM from LLava Loader. Advanced settings.",
"Recognize Anything (RAM) [LP]":"Recognize Anything (RAM) - node for generating tags for an image using the Recognize Anything Plus Model",
"Image Remove Background (rembg) [LP]":"Removes background for images with user-defined model. This node uses the rembg library. It is NOT recommended for use in normal scenarios.",
"Image Remove Background (BiRefNet) [LP]":"Removes background for images with user-defined model type of BiRefNet. Recommended for fast and high-quality background removal",
"Image Remove Background (RMBG) [LP]":"Removes background for images with user-defined model. This node uses the RMBG models. Recommended for ultra-high precision",
"Color Input [LP]":"Color Input for remove background nodes.",
"Multimodal Generator Advanced [LP]":"Node for Multimodal neural models based on GGUF. Supports Qwen2.5-VL of GGUF format."
}