diff --git a/custom-node-list.json b/custom-node-list.json index 154c2528..fcdc555d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -385,6 +385,16 @@ "install_type": "git-clone", "description": "Nodes: LatentGaussianNoise, MathEncode. An experimental custom node that generates latent noise directly by utilizing the linear characteristics of the latent space." }, + { + "author": "city96", + "title": "SD-Latent-Upscaler", + "reference": "https://github.com/city96/SD-Latent-Upscaler", + "files": [ + "https://github.com/city96/SD-Latent-Upscaler" + ], + "install_type": "git-clone", + "description": "Upscaling stable diffusion latents using a small neural network." + }, { "author": "Kaharos94", "title": "ComfyUI-Saveaswebp", @@ -1139,6 +1149,36 @@ "install_type": "git-clone", "description": "ComfyUI nodes primarily for seed and filename generation" }, + { + "author": "badjeff", + "title": "LoRA Tag Loader for ComfyUI", + "reference": "https://github.com/badjeff/comfyui_lora_tag_loader", + "files": [ + "https://github.com/badjeff/comfyui_lora_tag_loader" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node to read LoRA tag(s) from text and load it into checkpoint model." + }, + { + "author": "badjeff", + "title": "rgthree's ComfyUi Nodes", + "reference": "https://github.com/rgthree/rgthree-comfy", + "files": [ + "https://github.com/rgthree/rgthree-comfy" + ], + "install_type": "git-clone", + "description": "Nodes: Seed, Reroute, Context, Lora Loader Stack, Context Switch, Fast Muter. These custom nodes helps organize the building of complex workflows." + }, + { + "author": "AIGODLIKE", + "title": "AIGODLIKE-COMFYUI-TRANSLATION", + "reference": "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION", + "files": [ + "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION" + ], + "install_type": "git-clone", + "description": "It provides language settings. (Contribution from users of various languages is needed due to the support for each language.)" + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 837b2fb8..239ff103 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1055,6 +1055,14 @@ "title_aux": "ComfyUI prompt control" } ], + "https://github.com/badjeff/comfyui_lora_tag_loader": [ + [ + "LoraTagLoader" + ], + { + "title_aux": "LoRA Tag Loader for ComfyUI" + } + ], "https://github.com/bash-j/mikey_nodes": [ [ "AddMetaData", @@ -1164,6 +1172,14 @@ "title_aux": "Latent-Interposer" } ], + "https://github.com/city96/SD-Latent-Upscaler": [ + [ + "LatentUpscaler" + ], + { + "title_aux": "SD-Latent-Upscaler" + } + ], "https://github.com/civitai/comfy-nodes": [ [ "CivitAI_Checkpoint_Loader", @@ -1838,6 +1854,8 @@ "https://github.com/sipherxyz/comfyui-art-venture": [ [ "AV_CheckpointModelsToParametersPipe", + "AV_ControlNetLoader", + "AV_ControlNetSelector", "AV_ParametersPipeToCheckpointModels", "AV_ParametersPipeToPrompts", "AV_PromptsToParametersPipe",