diff --git a/custom-node-list.json b/custom-node-list.json index 1432e11..4208d97 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2355,6 +2355,16 @@ "install_type": "git-clone", "description": "Extensions/Patches: Enables linking float and integer inputs and ouputs. Values are automatically cast to the correct type and clamped to the correct range. Works with both builtin and custom nodes.
NOTE: This repo patches ComfyUI's validate_inputs and map_node_over_list functions while running. May break depending on your version of ComfyUI. Can be deactivated in config.yaml.
Nodes: A collection of nodes for facilitating the generation of XY plots. Capable of plotting changes over most primitive values." }, + { + "author": "kinfolk0117", + "title": "ComfyUI_SimpleTiles", + "reference": "https://github.com/kinfolk0117/ComfyUI_SimpleTiles", + "files": [ + "https://github.com/kinfolk0117/ComfyUI_SimpleTiles" + ], + "install_type": "git-clone", + "description": "Nodes:TileSplit, TileMerge." + }, { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/extension-node-map.json b/extension-node-map.json index e162a73..44cf0dc 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -119,6 +119,7 @@ "BSZLatentbuster", "BSZPixelbuster", "BSZPixelbusterHelp", + "BSZPrincipledConditioning", "BSZPrincipledSampler", "BSZPrincipledScale" ], @@ -464,8 +465,11 @@ "BatchGLIGENSchedule", "BatchPromptSchedule", "BatchPromptScheduleEncodeSDXL", + "BatchPromptScheduleLatentInput", + "BatchPromptScheduleSDXLLatentInput", "BatchStringSchedule", "BatchValueSchedule", + "BatchValueScheduleLatentInput", "CosWave", "InvCosWave", "InvSinWave", @@ -1030,6 +1034,7 @@ "CR Composite Text", "CR Conditioning Input Switch", "CR ControlNet Input Switch", + "CR Draw Perspective Text", "CR Draw Text", "CR Float To Integer", "CR Float To String", @@ -1076,6 +1081,7 @@ "CR SDXL Style Text", "CR Seed", "CR Seed to Int", + "CR Simple Meme Template", "CR Split String", "CR Starburst Colors", "CR Starburst Lines", @@ -1988,7 +1994,7 @@ "Mikey Sampler Tiled", "Mikey Sampler Tiled Base Only", "MikeySamplerTiledAdvanced", - "OoobaPrompt", + "OobaPrompt", "PresetRatioSelector", "Prompt With SDXL", "Prompt With Style", @@ -2202,9 +2208,13 @@ ], "https://github.com/chibiace/ComfyUI-Chibi-Nodes": [ [ + "ConditionText", "ImageTool", + "LoadEmbedding", "Loader", - "Prompts" + "Prompts", + "SaveImages", + "Wildcards" ], { "title_aux": "ComfyUI-Chibi-Nodes" @@ -2709,12 +2719,22 @@ "CrossFadeImages", "GrowMaskWithBlur", "INTConstant", + "SomethingToString", "VRAM_Debug" ], { "title_aux": "KJNodes for ComfyUI" } ], + "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": [ + [ + "TileMerge", + "TileSplit" + ], + { + "title_aux": "ComfyUI_SimpleTiles" + } + ], "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": [ [ "LLLiteLoader" @@ -3188,7 +3208,9 @@ "NoxinChime", "NoxinPromptLoad", "NoxinPromptSave", - "NoxinScaledResolution" + "NoxinScaledResolution", + "NoxinSimpleMath", + "NoxinSplitPrompt" ], { "title_aux": "ComfyUI_NoxinNodes" @@ -3710,8 +3732,10 @@ [ "FreeU_LCM", "LCMGenerate", + "LCMGenerate_ReferenceOnly", "LCMGenerate_img2img", "LCMLoader", + "LCMLoader_ReferenceOnly", "LCMLoader_img2img", "LCM_outpaint_prep", "LoadImageNode_LCM", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 678beb6..ab5a4d9 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "kinfolk0117", + "title": "ComfyUI_SimpleTiles", + "reference": "https://github.com/kinfolk0117/ComfyUI_SimpleTiles", + "files": [ + "https://github.com/kinfolk0117/ComfyUI_SimpleTiles" + ], + "install_type": "git-clone", + "description": "Nodes:TileSplit, TileMerge." + }, { "author": "CaptainGrock", "title": "ComfyUIInvisibleWatermark", @@ -884,106 +894,6 @@ ], "install_type": "git-clone", "description": "This is a copy of facerestore custom node with a bit of a change to support CodeFormer Fidelity parameter. These ComfyUI nodes can be used to restore faces in images similar to the face restore option in AUTOMATIC1111 webui.This is a consolidation of the previously separate custom nodes. Please delete the sampler_tonemap.py, sampler_rescalecfg.py, advanced_model_merging.py, sdxl_model_merging.py, and reference_only.py files installed in custom_nodes before.
" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index e162a73..44cf0dc 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -119,6 +119,7 @@ "BSZLatentbuster", "BSZPixelbuster", "BSZPixelbusterHelp", + "BSZPrincipledConditioning", "BSZPrincipledSampler", "BSZPrincipledScale" ], @@ -464,8 +465,11 @@ "BatchGLIGENSchedule", "BatchPromptSchedule", "BatchPromptScheduleEncodeSDXL", + "BatchPromptScheduleLatentInput", + "BatchPromptScheduleSDXLLatentInput", "BatchStringSchedule", "BatchValueSchedule", + "BatchValueScheduleLatentInput", "CosWave", "InvCosWave", "InvSinWave", @@ -1030,6 +1034,7 @@ "CR Composite Text", "CR Conditioning Input Switch", "CR ControlNet Input Switch", + "CR Draw Perspective Text", "CR Draw Text", "CR Float To Integer", "CR Float To String", @@ -1076,6 +1081,7 @@ "CR SDXL Style Text", "CR Seed", "CR Seed to Int", + "CR Simple Meme Template", "CR Split String", "CR Starburst Colors", "CR Starburst Lines", @@ -1988,7 +1994,7 @@ "Mikey Sampler Tiled", "Mikey Sampler Tiled Base Only", "MikeySamplerTiledAdvanced", - "OoobaPrompt", + "OobaPrompt", "PresetRatioSelector", "Prompt With SDXL", "Prompt With Style", @@ -2202,9 +2208,13 @@ ], "https://github.com/chibiace/ComfyUI-Chibi-Nodes": [ [ + "ConditionText", "ImageTool", + "LoadEmbedding", "Loader", - "Prompts" + "Prompts", + "SaveImages", + "Wildcards" ], { "title_aux": "ComfyUI-Chibi-Nodes" @@ -2709,12 +2719,22 @@ "CrossFadeImages", "GrowMaskWithBlur", "INTConstant", + "SomethingToString", "VRAM_Debug" ], { "title_aux": "KJNodes for ComfyUI" } ], + "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": [ + [ + "TileMerge", + "TileSplit" + ], + { + "title_aux": "ComfyUI_SimpleTiles" + } + ], "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": [ [ "LLLiteLoader" @@ -3188,7 +3208,9 @@ "NoxinChime", "NoxinPromptLoad", "NoxinPromptSave", - "NoxinScaledResolution" + "NoxinScaledResolution", + "NoxinSimpleMath", + "NoxinSplitPrompt" ], { "title_aux": "ComfyUI_NoxinNodes" @@ -3710,8 +3732,10 @@ [ "FreeU_LCM", "LCMGenerate", + "LCMGenerate_ReferenceOnly", "LCMGenerate_img2img", "LCMLoader", + "LCMLoader_ReferenceOnly", "LCMLoader_img2img", "LCM_outpaint_prep", "LoadImageNode_LCM",