mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
a59a6d06b0
commit
30f712c93d
@ -1681,16 +1681,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Implements iteration over sequences within a single workflow run. <p style='background-color: black; color: red;'>NOTE: This node replaces the execution of ComfyUI for iterative processing functionality.</p>"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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)"
|
||||
},
|
||||
{
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user