diff --git a/custom-node-list.json b/custom-node-list.json index bf7dc4c..9e30c6f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1681,16 +1681,6 @@ "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", @@ -1899,6 +1889,16 @@ "install_type": "copy", "description": "Nodes:LatentGarbageCollector. This ComfyUI custom node flushes the GPU cache and empty cuda interprocess memory. It's helpfull for low memory environment such as the free Google Colab, especially when the workflow VAE decode latents of the size above 1500x1500." }, + { + "author": "Clybius", + "title": "ComfyUI-Latent-Modifiers", + "reference": "https://github.com/Clybius/ComfyUI-Latent-Modifiers", + "files": [ + "https://github.com/Clybius/ComfyUI-Latent-Modifiers/raw/main/sampler_mega_modifier.py" + ], + "install_type": "copy", + "description": "Nodes: Latent Diffusion Mega Modifier. ComfyUI nodes which modify the latent during the diffusion process. (Sharpness, Tonemap, Rescale, Extra Noise)" + }, { "author": "theally", "title": "TheAlly's Custom Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index c45ada2..d032bae 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -167,7 +167,7 @@ "title_aux": "ComfyUI_Ib_CustomNodes" } ], - "https://github.com/Clybius/ComfyUI-Latent-Modifiers": [ + "https://github.com/Clybius/ComfyUI-Latent-Modifiers/raw/main/sampler_mega_modifier.py": [ [ "Latent Diffusion Mega Modifier" ], @@ -2138,6 +2138,7 @@ "MaskPainter", "MaskToSEGS", "MasksToMaskList", + "MediaPipeFaceMeshToSEGS", "NoiseInjectionDetailerHookProvider", "NoiseInjectionHookProvider", "ONNXDetectorProvider", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index cc12292..e66e0e2 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -5,9 +5,9 @@ "title": "ComfyUI-Latent-Modifiers", "reference": "https://github.com/Clybius/ComfyUI-Latent-Modifiers", "files": [ - "https://github.com/Clybius/ComfyUI-Latent-Modifiers" + "https://github.com/Clybius/ComfyUI-Latent-Modifiers/raw/main/sampler_mega_modifier.py" ], - "install_type": "git-clone", + "install_type": "copy", "description": "Nodes: Latent Diffusion Mega Modifier. ComfyUI nodes which modify the latent during the diffusion process. (Sharpness, Tonemap, Rescale, Extra Noise)" }, { diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index c45ada2..d032bae 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -167,7 +167,7 @@ "title_aux": "ComfyUI_Ib_CustomNodes" } ], - "https://github.com/Clybius/ComfyUI-Latent-Modifiers": [ + "https://github.com/Clybius/ComfyUI-Latent-Modifiers/raw/main/sampler_mega_modifier.py": [ [ "Latent Diffusion Mega Modifier" ], @@ -2138,6 +2138,7 @@ "MaskPainter", "MaskToSEGS", "MasksToMaskList", + "MediaPipeFaceMeshToSEGS", "NoiseInjectionDetailerHookProvider", "NoiseInjectionHookProvider", "ONNXDetectorProvider",