diff --git a/custom-node-list.json b/custom-node-list.json index ade614f..f01aceb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -386,6 +386,17 @@ "install_type": "git-clone", "description": "Upscaling stable diffusion latents using a small neural network." }, + { + "author": "city96", + "title": "(WIP) ComfyUI_DiT", + "reference": "https://github.com/city96/ComfyUI_DiT", + "files": [ + "https://github.com/city96/ComfyUI_DiT" + ], + "pip": ["huggingface-hub"], + "install_type": "git-clone", + "description": "Testbed for DiT(Scalable Diffusion Models with Transformers).
None of this code is stable, expect breaking changes if for some reason you want to use this.
" + }, { "author": "Kaharos94", "title": "ComfyUI-Saveaswebp", @@ -861,6 +872,16 @@ "install_type": "git-clone", "description": "These custom nodes provide a variety of customized prompt stylers based on twri/SDXL Prompt Styler." }, + { + "author": "wolfden", + "title": "ComfyUi_String_Function_Tree", + "reference": "https://github.com/wolfden/ComfyUi_String_Function_Tree", + "files": [ + "https://github.com/wolfden/ComfyUi_String_Function_Tree" + ], + "install_type": "git-clone", + "description": "This custom node provides the capability to manipulate multiple string inputs." + }, { "author": "daxthin", "title": "facedetailer", diff --git a/extension-node-map.json b/extension-node-map.json index 4909f0f..16c053a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -425,6 +425,7 @@ ], "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [ [ + "Filename Get Date Time String (JPS)", "Math Largest Int (JPS)", "Math Multiply Float Float (JPS)", "Math Multiply Int Float (JPS)", @@ -434,7 +435,6 @@ "Menu Disable Enable Switch (JPS)", "Menu Enable Disable Switch (JPS)", "Menu Sampler Scheduler (JPS)", - "SDXL Additional Settings (JPS)", "SDXL Basic Settings (JPS)", "SDXL Recommended Resolution Calc (JPS)", "SDXL Resolutions (JPS)", @@ -737,6 +737,8 @@ "CR Animation Stack", "CR Animation Stack Keyframes", "CR Current Frame", + "CR Cycle Images", + "CR Cycle Images Simple", "CR Cycle LoRAs", "CR Cycle Models", "CR Cycle Text", @@ -744,11 +746,14 @@ "CR Debatch Frames", "CR Gradient Float", "CR Gradient Integer", + "CR Image List", + "CR Image List Simple", "CR Increment Float", "CR Increment Integer", "CR Index Increment", "CR Index Multiply", "CR Index Reset", + "CR Interpolate Latents", "CR Keyframe List", "CR LoRA List", "CR Load Animation Frames", @@ -1437,11 +1442,14 @@ "AdjustRect", "AnyToAny", "BoundingRect (contours)", + "CLIPEncodeMultiple", + "CLIPEncodeMultipleAdvanced", "ChameleonMask", "CheckpointLoader (dirty)", "CheckpointLoaderSimple (dirty)", "Color Clip", "Color Clip ADE20k", + "CondList", "Conditioning (combine multiple)", "Conditioning (combine selective)", "Conditioning Grid (cond)", @@ -1449,6 +1457,8 @@ "Conditioning Grid (string) Advanced", "Contour To Mask", "Contours", + "ControlNetHadamard", + "ControlNetHadamard (manual)", "CreateRequestMetadata", "Draw Contour(s)", "Filter Contour", @@ -1554,6 +1564,16 @@ "title_aux": "sc-node-comfyui" } ], + "https://github.com/city96/ComfyUI_DiT": [ + [ + "DiTCheckpointLoader", + "DiTLabelSelect", + "DiTSampler" + ], + { + "title_aux": "(WIP) ComfyUI_DiT" + } + ], "https://github.com/city96/ComfyUI_NetDist": [ [ "FetchRemote", @@ -2751,12 +2771,22 @@ "SDXLPromptStylerbyTheme", "SDXLPromptStylerbyTimeofDay", "SDXLPromptStylerbyWyvern", - "SDXLPromptbyGothicRevival" + "SDXLPromptbyCelticArt", + "SDXLPromptbyGothicRevival", + "SDXLPromptbyIrishFolkArt" ], { "title_aux": "SDXL Prompt Styler (customized version by wolfden)" } ], + "https://github.com/wolfden/ComfyUi_String_Function_Tree": [ + [ + "StringFunction" + ], + { + "title_aux": "ComfyUi_String_Function_Tree" + } + ], "https://github.com/wsippel/comfyui_ws/raw/main/sdxl_utility.py": [ [ "SDXLResolutionPresets" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 05ca7e0..892e8df 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,26 @@ { "custom_nodes": [ + { + "author": "wolfden", + "title": "ComfyUi_String_Function_Tree", + "reference": "https://github.com/wolfden/ComfyUi_String_Function_Tree", + "files": [ + "https://github.com/wolfden/ComfyUi_String_Function_Tree" + ], + "install_type": "git-clone", + "description": "This custom node provides the capability to manipulate multiple string inputs." + }, + { + "author": "city96", + "title": "(WIP) ComfyUI_DiT", + "reference": "https://github.com/city96/ComfyUI_DiT", + "files": [ + "https://github.com/city96/ComfyUI_DiT" + ], + "pip": ["huggingface-hub"], + "install_type": "git-clone", + "description": "Testbed for DiT(Scalable Diffusion Models with Transformers).None of this code is stable, expect breaking changes if for some reason you want to use this.
" + }, { "author": "braintacles", "title": "braintacles-nodes", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 4909f0f..16c053a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -425,6 +425,7 @@ ], "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [ [ + "Filename Get Date Time String (JPS)", "Math Largest Int (JPS)", "Math Multiply Float Float (JPS)", "Math Multiply Int Float (JPS)", @@ -434,7 +435,6 @@ "Menu Disable Enable Switch (JPS)", "Menu Enable Disable Switch (JPS)", "Menu Sampler Scheduler (JPS)", - "SDXL Additional Settings (JPS)", "SDXL Basic Settings (JPS)", "SDXL Recommended Resolution Calc (JPS)", "SDXL Resolutions (JPS)", @@ -737,6 +737,8 @@ "CR Animation Stack", "CR Animation Stack Keyframes", "CR Current Frame", + "CR Cycle Images", + "CR Cycle Images Simple", "CR Cycle LoRAs", "CR Cycle Models", "CR Cycle Text", @@ -744,11 +746,14 @@ "CR Debatch Frames", "CR Gradient Float", "CR Gradient Integer", + "CR Image List", + "CR Image List Simple", "CR Increment Float", "CR Increment Integer", "CR Index Increment", "CR Index Multiply", "CR Index Reset", + "CR Interpolate Latents", "CR Keyframe List", "CR LoRA List", "CR Load Animation Frames", @@ -1437,11 +1442,14 @@ "AdjustRect", "AnyToAny", "BoundingRect (contours)", + "CLIPEncodeMultiple", + "CLIPEncodeMultipleAdvanced", "ChameleonMask", "CheckpointLoader (dirty)", "CheckpointLoaderSimple (dirty)", "Color Clip", "Color Clip ADE20k", + "CondList", "Conditioning (combine multiple)", "Conditioning (combine selective)", "Conditioning Grid (cond)", @@ -1449,6 +1457,8 @@ "Conditioning Grid (string) Advanced", "Contour To Mask", "Contours", + "ControlNetHadamard", + "ControlNetHadamard (manual)", "CreateRequestMetadata", "Draw Contour(s)", "Filter Contour", @@ -1554,6 +1564,16 @@ "title_aux": "sc-node-comfyui" } ], + "https://github.com/city96/ComfyUI_DiT": [ + [ + "DiTCheckpointLoader", + "DiTLabelSelect", + "DiTSampler" + ], + { + "title_aux": "(WIP) ComfyUI_DiT" + } + ], "https://github.com/city96/ComfyUI_NetDist": [ [ "FetchRemote", @@ -2751,12 +2771,22 @@ "SDXLPromptStylerbyTheme", "SDXLPromptStylerbyTimeofDay", "SDXLPromptStylerbyWyvern", - "SDXLPromptbyGothicRevival" + "SDXLPromptbyCelticArt", + "SDXLPromptbyGothicRevival", + "SDXLPromptbyIrishFolkArt" ], { "title_aux": "SDXL Prompt Styler (customized version by wolfden)" } ], + "https://github.com/wolfden/ComfyUi_String_Function_Tree": [ + [ + "StringFunction" + ], + { + "title_aux": "ComfyUi_String_Function_Tree" + } + ], "https://github.com/wsippel/comfyui_ws/raw/main/sdxl_utility.py": [ [ "SDXLResolutionPresets"