diff --git a/.gitignore b/.gitignore index 8eea45d4..e2354725 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ config.ini snapshots/** startup-scripts/** .openart_key +.youml matrix_auth channels.list comfyworkflows_sharekey diff --git a/extension-node-map.json b/extension-node-map.json index e2ba233d..a97d92ec 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1926,6 +1926,7 @@ "CR Select Model", "CR Set Value On Binary", "CR Set Value On Boolean", + "CR Set Value on String", "CR Simple Annotations", "CR Simple Banner", "CR Simple Binary Pattern", @@ -1986,7 +1987,7 @@ ], { "author": "Suzie1", - "description": "161 custom nodes for artists, designers and animators.", + "description": "162 custom nodes for artists, designers and animators.", "nickname": "Comfyroll Studio", "title": "Comfyroll Studio", "title_aux": "ComfyUI_Comfyroll_CustomNodes" @@ -2711,6 +2712,7 @@ "Aegisflow CLIP Pass", "Aegisflow Image Pass", "Aegisflow Latent Pass", + "Aegisflow Mask Pass", "Aegisflow Model Pass", "Aegisflow VAE Pass", "Aegisflow controlnet preprocessor bus", @@ -6631,6 +6633,7 @@ "easy imageSizeByLongerSide", "easy imageSizeBySide", "easy kSampler", + "easy kSamplerDownscaleUnet", "easy kSamplerInpainting", "easy kSamplerSDTurbo", "easy kSamplerTiled", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index e081749a..64f8dab0 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -61,6 +61,14 @@ "title_aux": "comfy-consistency-vae" } ], + "https://github.com/MrAdamBlack/CheckProgress": [ + [ + "CHECK_PROGRESS" + ], + { + "title_aux": "CheckProgress [WIP]" + } + ], "https://github.com/PluMaZero/ComfyUI-SpaceFlower": [ [ "SpaceFlower_HangulPrompt", @@ -98,6 +106,14 @@ "title_aux": "pre-comfyui-stablsr" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText": [ + [ + "AnyTextNode_Zho" + ], + { + "title_aux": "ComfyUI-AnyText\uff08WIP\uff09" + } + ], "https://github.com/alt-key-project/comfyui-dream-video-batches": [ [ "Blended Transition [DVB]", @@ -138,6 +154,30 @@ "title_aux": "Dream Project Video Batches [WIP]" } ], + "https://github.com/birnam/ComfyUI-GenData-Pack": [ + [ + "Checkpoint From String \ud83d\udc69\u200d\ud83d\udcbb", + "Checkpoint Rerouter \ud83d\udc69\u200d\ud83d\udcbb", + "Checkpoint Selector Stacker \ud83d\udc69\u200d\ud83d\udcbb", + "Checkpoint Selector \ud83d\udc69\u200d\ud83d\udcbb", + "Checkpoint to String \ud83d\udc69\u200d\ud83d\udcbb", + "Decode GenData \ud83d\udc69\u200d\ud83d\udcbb", + "Encode GenData \ud83d\udc69\u200d\ud83d\udcbb", + "GenData Stacker \ud83d\udc69\u200d\ud83d\udcbb", + "LoRA Stack to String \ud83d\udc69\u200d\ud83d\udcbb", + "LoRA Stacker From Prompt \ud83d\udc69\u200d\ud83d\udcbb", + "Load Checkpoints From File \ud83d\udc69\u200d\ud83d\udcbb", + "Load GenData From Dir \ud83d\udc69\u200d\ud83d\udcbb", + "Parse GenData \ud83d\udc69\u200d\ud83d\udcbb", + "Save Image From GenData \ud83d\udc69\u200d\ud83d\udcbb", + "VAE From String \ud83d\udc69\u200d\ud83d\udcbb", + "VAE to String \ud83d\udc69\u200d\ud83d\udcbb", + "\u00d7 Product CheckpointXGenDatas \ud83d\udc69\u200d\ud83d\udcbb" + ], + { + "title_aux": "Gen Data Tester [WIP]" + } + ], "https://github.com/comfyanonymous/ComfyUI": [ [ "BasicScheduler", @@ -456,9 +496,12 @@ ], "https://github.com/kadirnar/comfyui_helpers": [ [ + "CLIPSeg", "CircularVAEDecode", + "CombineMasks", "CustomKSamplerAdvancedTile", "ImageLoaderAndProcessor", + "ImageToContrastMask", "JDC_AutoContrast", "JDC_BlendImages", "JDC_BrownNoise", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index e2ba233d..a97d92ec 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1926,6 +1926,7 @@ "CR Select Model", "CR Set Value On Binary", "CR Set Value On Boolean", + "CR Set Value on String", "CR Simple Annotations", "CR Simple Banner", "CR Simple Binary Pattern", @@ -1986,7 +1987,7 @@ ], { "author": "Suzie1", - "description": "161 custom nodes for artists, designers and animators.", + "description": "162 custom nodes for artists, designers and animators.", "nickname": "Comfyroll Studio", "title": "Comfyroll Studio", "title_aux": "ComfyUI_Comfyroll_CustomNodes" @@ -2711,6 +2712,7 @@ "Aegisflow CLIP Pass", "Aegisflow Image Pass", "Aegisflow Latent Pass", + "Aegisflow Mask Pass", "Aegisflow Model Pass", "Aegisflow VAE Pass", "Aegisflow controlnet preprocessor bus", @@ -6631,6 +6633,7 @@ "easy imageSizeByLongerSide", "easy imageSizeBySide", "easy kSampler", + "easy kSamplerDownscaleUnet", "easy kSamplerInpainting", "easy kSamplerSDTurbo", "easy kSamplerTiled",