diff --git a/custom-node-list.json b/custom-node-list.json index e8fffbe..bf7dc4c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1671,6 +1671,26 @@ "install_type": "git-clone", "description": "Tired of forgetting and misspelling often weird names of embeddings you use? Or perhaps you use only one, cause you forgot you have tens of them installed?" }, + { + "author": "ali1234", + "title": "comfyui-job-iterator", + "reference": "https://github.com/ali1234/comfyui-job-iterator", + "files": [ + "https://github.com/ali1234/comfyui-job-iterator" + ], + "install_type": "git-clone", + "description": "Implements iteration over sequences within a single workflow run.

NOTE: This node replaces the execution of ComfyUI for iterative processing functionality.

" + }, + { + "author": "Clybius", + "title": "ComfyUI-Latent-Modifiers", + "reference": "https://github.com/Clybius/ComfyUI-Latent-Modifiers", + "files": [ + "https://github.com/Clybius/ComfyUI-Latent-Modifiers" + ], + "install_type": "git-clone", + "description": "Nodes: Latent Diffusion Mega Modifier. ComfyUI nodes which modify the latent during the diffusion process. (Sharpness, Tonemap, Rescale, Extra Noise)" + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index e9d47d1..c45ada2 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -167,6 +167,14 @@ "title_aux": "ComfyUI_Ib_CustomNodes" } ], + "https://github.com/Clybius/ComfyUI-Latent-Modifiers": [ + [ + "Latent Diffusion Mega Modifier" + ], + { + "title_aux": "ComfyUI-Latent-Modifiers" + } + ], "https://github.com/Davemane42/ComfyUI_Dave_CustomNode": [ [ "ABGRemover", @@ -1355,6 +1363,7 @@ "Common Frame Dimensions [Dream]", "FFMPEG Video Encoder [Dream]", "File Count [Dream]", + "Float Input [Dream]", "Frame Counter (Directory) [Dream]", "Frame Counter (Simple) [Dream]", "Frame Counter Offset [Dream]", @@ -1363,6 +1372,7 @@ "Image Sequence Loader [Dream]", "Image Sequence Saver [Dream]", "Image Sequence Tweening [Dream]", + "Int Input [Dream]", "Linear Curve [Dream]", "Noise from Area Palettes [Dream]", "Noise from Palette [Dream]", @@ -1370,7 +1380,9 @@ "Palette Color Shift [Dream]", "Sample Image Area as Palette [Dream]", "Sample Image as Palette [Dream]", - "Sine Curve [Dream]" + "Sine Curve [Dream]", + "String Input [Dream]", + "Text Input [Dream]" ], { "title_aux": "Dream Project Animation Nodes" diff --git a/node_db/forked/custom-node-list.json b/node_db/forked/custom-node-list.json index a3bba45..67eeba2 100644 --- a/node_db/forked/custom-node-list.json +++ b/node_db/forked/custom-node-list.json @@ -1,3 +1,14 @@ { - "custom_nodes": [] + "custom_nodes": [ + { + "author": "hustille", + "title": "ComfyUI_Fooocus_KSampler (hustille version)", + "reference": "https://github.com/harrr1/ComfyUI_Fooocus_KSampler", + "files": [ + "https://github.com/harrr1/ComfyUI_Fooocus_KSampler" + ], + "install_type": "git-clone", + "description": "A fork branch providing a hotfix for the currently incompatible Fooocus node.

Nodes: KSampler With Refiner (Fooocus). The KSampler from Fooocus as a ComfyUI node

NOTE: This patches basic ComfyUI behaviour - don't use together with other samplers. Or perhaps do? Other samplers might profit from those changes ... ymmv.

" + } + ] } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 8fe6f33..cc12292 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "Clybius", + "title": "ComfyUI-Latent-Modifiers", + "reference": "https://github.com/Clybius/ComfyUI-Latent-Modifiers", + "files": [ + "https://github.com/Clybius/ComfyUI-Latent-Modifiers" + ], + "install_type": "git-clone", + "description": "Nodes: Latent Diffusion Mega Modifier. ComfyUI nodes which modify the latent during the diffusion process. (Sharpness, Tonemap, Rescale, Extra Noise)" + }, + { + "author": "ali1234", + "title": "comfyui-job-iterator", + "reference": "https://github.com/ali1234/comfyui-job-iterator", + "files": [ + "https://github.com/ali1234/comfyui-job-iterator" + ], + "install_type": "git-clone", + "description": "Implements iteration over sequences within a single workflow run.

NOTE: This node replaces the execution of ComfyUI for iterative processing functionality.

" + }, { "author": "Tropfchen", "title": "Embedding Picker", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index e9d47d1..c45ada2 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -167,6 +167,14 @@ "title_aux": "ComfyUI_Ib_CustomNodes" } ], + "https://github.com/Clybius/ComfyUI-Latent-Modifiers": [ + [ + "Latent Diffusion Mega Modifier" + ], + { + "title_aux": "ComfyUI-Latent-Modifiers" + } + ], "https://github.com/Davemane42/ComfyUI_Dave_CustomNode": [ [ "ABGRemover", @@ -1355,6 +1363,7 @@ "Common Frame Dimensions [Dream]", "FFMPEG Video Encoder [Dream]", "File Count [Dream]", + "Float Input [Dream]", "Frame Counter (Directory) [Dream]", "Frame Counter (Simple) [Dream]", "Frame Counter Offset [Dream]", @@ -1363,6 +1372,7 @@ "Image Sequence Loader [Dream]", "Image Sequence Saver [Dream]", "Image Sequence Tweening [Dream]", + "Int Input [Dream]", "Linear Curve [Dream]", "Noise from Area Palettes [Dream]", "Noise from Palette [Dream]", @@ -1370,7 +1380,9 @@ "Palette Color Shift [Dream]", "Sample Image Area as Palette [Dream]", "Sample Image as Palette [Dream]", - "Sine Curve [Dream]" + "Sine Curve [Dream]", + "String Input [Dream]", + "Text Input [Dream]" ], { "title_aux": "Dream Project Animation Nodes"