diff --git a/custom-node-list.json b/custom-node-list.json index d259ae09..51506f17 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5496,6 +5496,16 @@ "install_type": "git-clone", "description": "Custom nodes pack provided by [a/HiFORCE](https://www.hiforce.net/) for ComfyUI. This custom node helps to conveniently enhance images through Sampler, Upscaler, Mask, and more.\nNOTE:You should install [a/ComfyUI-Impact-Pack](https://github.com/ltdrdata/ComfyUI-Impact-Pack). Many optimizations are built upon the foundation of ComfyUI-Impact-Pack." }, + { + "author": "kuschanow", + "title": "Advanced Latent Control", + "reference": "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control", + "files": [ + "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control" + ], + "install_type": "git-clone", + "description": "This custom node helps to transform latent in different ways." + }, @@ -5825,16 +5835,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "kuschanow", - "title": "Advanced Latent Control", - "reference": "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control", - "files": [ - "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control" - ], - "install_type": "git-clone", - "description": "This custom node helps to transform latent in different ways." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index a79cdabd..ac64236b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1130,6 +1130,7 @@ ], "https://github.com/Inzaniak/comfyui-ranbooru": [ [ + "LockSeed", "PromptBackground", "PromptLimit", "PromptMix", @@ -1137,7 +1138,8 @@ "PromptRemove", "Ranbooru", "RanbooruURL", - "RandomPicturePath" + "RandomPicturePath", + "TimestampFileName" ], { "title_aux": "Ranbooru for ComfyUI" @@ -2011,6 +2013,14 @@ "title_aux": "ComfyUI-RenderRiftNodes" } ], + "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [ + [ + "LatentMirror" + ], + { + "title_aux": "Advanced Latent Control" + } + ], "https://github.com/Ryuukeisyou/comfyui_face_parsing": [ [ "BBoxListItemSelect(FaceParsing)", @@ -4393,6 +4403,7 @@ "LayerUtility: ImageChannelSplit", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageOpacity", + "LayerUtility: ImageScaleByAspectRatio", "LayerUtility: ImageScaleRestore", "LayerUtility: ImageShift", "LayerUtility: LayerImageTransform", @@ -5988,6 +5999,7 @@ "ImageUpscaleWithModelBatched", "InjectNoiseToLatent", "InsertImageBatchByIndexes", + "Intrinsic_lora_sampling", "NormalizeLatent", "NormalizedAmplitudeToMask", "OffsetMask", @@ -5999,7 +6011,6 @@ "RoundMask", "SaveImageWithAlpha", "ScaleBatchPromptSchedule", - "SingleStepSampling", "SomethingToString", "SoundReactive", "SplitBboxes", @@ -6886,7 +6897,8 @@ "DanbooruTagsTransformerGenerate", "DanbooruTagsTransformerGenerateAdvanced", "DanbooruTagsTransformerGenerationConfig", - "DanbooruTagsTransformerRearrangedByAnimagine" + "DanbooruTagsTransformerRearrangedByAnimagine", + "DanbooruTagsTransformerRemoveTagToken" ], { "title_aux": "ComfyUI-Dart" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index cf151d2d..ca8695a4 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "kuschanow", + "title": "Advanced Latent Control", + "reference": "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control", + "files": [ + "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control" + ], + "install_type": "git-clone", + "description": "This custom node helps to transform latent in different ways." + }, { "author": "hiforce", "title": "Comfyui HiFORCE Plugin", @@ -680,16 +690,6 @@ ], "install_type": "git-clone", "description": "An implementation of NSFW Detection for ComfyUI" - }, - { - "author": "AIGODLIKE", - "title": "AIGODLIKE-ComfyUI-Studio", - "reference": "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio", - "files": [ - "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio" - ], - "install_type": "git-clone", - "description": "Improve the interactive experience of using ComfyUI, such as making the loading of ComfyUI models more intuitive and making it easier to create model thumbnails" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index a79cdabd..ac64236b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1130,6 +1130,7 @@ ], "https://github.com/Inzaniak/comfyui-ranbooru": [ [ + "LockSeed", "PromptBackground", "PromptLimit", "PromptMix", @@ -1137,7 +1138,8 @@ "PromptRemove", "Ranbooru", "RanbooruURL", - "RandomPicturePath" + "RandomPicturePath", + "TimestampFileName" ], { "title_aux": "Ranbooru for ComfyUI" @@ -2011,6 +2013,14 @@ "title_aux": "ComfyUI-RenderRiftNodes" } ], + "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [ + [ + "LatentMirror" + ], + { + "title_aux": "Advanced Latent Control" + } + ], "https://github.com/Ryuukeisyou/comfyui_face_parsing": [ [ "BBoxListItemSelect(FaceParsing)", @@ -4393,6 +4403,7 @@ "LayerUtility: ImageChannelSplit", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageOpacity", + "LayerUtility: ImageScaleByAspectRatio", "LayerUtility: ImageScaleRestore", "LayerUtility: ImageShift", "LayerUtility: LayerImageTransform", @@ -5988,6 +5999,7 @@ "ImageUpscaleWithModelBatched", "InjectNoiseToLatent", "InsertImageBatchByIndexes", + "Intrinsic_lora_sampling", "NormalizeLatent", "NormalizedAmplitudeToMask", "OffsetMask", @@ -5999,7 +6011,6 @@ "RoundMask", "SaveImageWithAlpha", "ScaleBatchPromptSchedule", - "SingleStepSampling", "SomethingToString", "SoundReactive", "SplitBboxes", @@ -6886,7 +6897,8 @@ "DanbooruTagsTransformerGenerate", "DanbooruTagsTransformerGenerateAdvanced", "DanbooruTagsTransformerGenerationConfig", - "DanbooruTagsTransformerRearrangedByAnimagine" + "DanbooruTagsTransformerRearrangedByAnimagine", + "DanbooruTagsTransformerRemoveTagToken" ], { "title_aux": "ComfyUI-Dart"