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
7f6b01d026
commit
91a0a1f0a6
@ -159,6 +159,11 @@
|
|||||||
"id":"https://github.com/spinagon/ComfyUI-seamless-tiling",
|
"id":"https://github.com/spinagon/ComfyUI-seamless-tiling",
|
||||||
"tags":"tiling",
|
"tags":"tiling",
|
||||||
"description": "ComfyUI node for generating seamless textures Replicates 'Tiling' option from A1111"
|
"description": "ComfyUI node for generating seamless textures Replicates 'Tiling' option from A1111"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id":"https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI",
|
||||||
|
"tags":"cd-tuner, negpip",
|
||||||
|
"description": "This extension is a port of the <a href='https://github.com/hako-mikan/sd-webui-cd-tuner' target='blank'>sd-webui-cd-tuner</a>(a.k.a. CD(color/Detail) Tuner )and <a href='https://github.com/hako-mikan/sd-webui-negpip' target='blank'>sd-webui-negpip</a>(a.k.a. NegPiP) extensions of A1111 to ComfyUI."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -1384,6 +1384,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes:Attention couple. This is a custom node that manipulates region-specific prompts. While vanilla ComfyUI employs an area specification method based on latent couples, this node divides regions using attention layers within UNet."
|
"description": "Nodes:Attention couple. This is a custom node that manipulates region-specific prompts. While vanilla ComfyUI employs an area specification method based on latent couples, this node divides regions using attention layers within UNet."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "laksjdjf",
|
||||||
|
"title": "attention-couple-ComfyUI",
|
||||||
|
"reference": "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes:Apply CDTuner, Apply Negapip. This extension provides the <a href='https://github.com/hako-mikan/sd-webui-cd-tuner' target='blank'>CD(Color/Detail) Tuner</a> and the <a href='https://github.com/hako-mikan/sd-webui-negpip' target='blank'>Negative Prompt in the Prompt</a>features."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "alsritter",
|
"author": "alsritter",
|
||||||
"title": "asymmetric-tiling-comfyui",
|
"title": "asymmetric-tiling-comfyui",
|
||||||
@ -1803,8 +1813,8 @@
|
|||||||
"description": "Add Image Save nodes for TIFF 16 bit and EXR 32 bit formats. Probably only useful if you're applying a LUT or other color corrections, and care about preserving as much color accuracy as possible."
|
"description": "Add Image Save nodes for TIFF 16 bit and EXR 32 bit formats. Probably only useful if you're applying a LUT or other color corrections, and care about preserving as much color accuracy as possible."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "phineas-pta",
|
"author": "PTA",
|
||||||
"title": "ComfyUI auto nodes layout",
|
"title": "auto nodes layout",
|
||||||
"reference": "https://github.com/phineas-pta/comfyui-auto-nodes-layout",
|
"reference": "https://github.com/phineas-pta/comfyui-auto-nodes-layout",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/phineas-pta/comfyui-auto-nodes-layout"
|
"https://github.com/phineas-pta/comfyui-auto-nodes-layout"
|
||||||
@ -2045,9 +2055,9 @@
|
|||||||
"title": "ComfyUI-Latent-Modifiers",
|
"title": "ComfyUI-Latent-Modifiers",
|
||||||
"reference": "https://github.com/Clybius/ComfyUI-Latent-Modifiers",
|
"reference": "https://github.com/Clybius/ComfyUI-Latent-Modifiers",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/Clybius/ComfyUI-Latent-Modifiers/raw/main/sampler_mega_modifier.py"
|
"https://github.com/Clybius/ComfyUI-Latent-Modifiers"
|
||||||
],
|
],
|
||||||
"install_type": "copy",
|
"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)"
|
"description": "Nodes: Latent Diffusion Mega Modifier. ComfyUI nodes which modify the latent during the diffusion process. (Sharpness, Tonemap, Rescale, Extra Noise)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -44,6 +44,7 @@
|
|||||||
"AnimateDiffCombine",
|
"AnimateDiffCombine",
|
||||||
"AnimateDiffModuleLoader",
|
"AnimateDiffModuleLoader",
|
||||||
"AnimateDiffSampler",
|
"AnimateDiffSampler",
|
||||||
|
"AnimateDiffSlidingWindowOptions",
|
||||||
"ImageSizeAndBatchSize",
|
"ImageSizeAndBatchSize",
|
||||||
"LoadVideo"
|
"LoadVideo"
|
||||||
],
|
],
|
||||||
@ -168,6 +169,14 @@
|
|||||||
"title_aux": "ComfyUI_Ib_CustomNodes"
|
"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": [
|
"https://github.com/Davemane42/ComfyUI_Dave_CustomNode": [
|
||||||
[
|
[
|
||||||
"ABGRemover",
|
"ABGRemover",
|
||||||
@ -2180,6 +2189,16 @@
|
|||||||
"title_aux": "attention-couple-ComfyUI"
|
"title_aux": "attention-couple-ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": [
|
||||||
|
[
|
||||||
|
"CDTuner",
|
||||||
|
"Negapip",
|
||||||
|
"Negpip"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "attention-couple-ComfyUI"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/laksjdjf/pfg-ComfyUI": [
|
"https://github.com/laksjdjf/pfg-ComfyUI": [
|
||||||
[
|
[
|
||||||
"PFG"
|
"PFG"
|
||||||
|
|||||||
@ -1,8 +1,18 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
{
|
{
|
||||||
"author": "phineas-pta",
|
"author": "laksjdjf",
|
||||||
"title": "ComfyUI auto nodes layout",
|
"title": "attention-couple-ComfyUI",
|
||||||
|
"reference": "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes:Apply CDTuner, Apply Negapip. This extension provides the <a href='https://github.com/hako-mikan/sd-webui-cd-tuner' target='blank'>CD(Color/Detail) Tuner</a> and the <a href='https://github.com/hako-mikan/sd-webui-negpip' target='blank'>Negative Prompt in the Prompt</a>features."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "PTA",
|
||||||
|
"title": "auto nodes layout",
|
||||||
"reference": "https://github.com/phineas-pta/comfyui-auto-nodes-layout",
|
"reference": "https://github.com/phineas-pta/comfyui-auto-nodes-layout",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/phineas-pta/comfyui-auto-nodes-layout"
|
"https://github.com/phineas-pta/comfyui-auto-nodes-layout"
|
||||||
@ -176,9 +186,9 @@
|
|||||||
"title": "ComfyUI-Latent-Modifiers",
|
"title": "ComfyUI-Latent-Modifiers",
|
||||||
"reference": "https://github.com/Clybius/ComfyUI-Latent-Modifiers",
|
"reference": "https://github.com/Clybius/ComfyUI-Latent-Modifiers",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/Clybius/ComfyUI-Latent-Modifiers/raw/main/sampler_mega_modifier.py"
|
"https://github.com/Clybius/ComfyUI-Latent-Modifiers"
|
||||||
],
|
],
|
||||||
"install_type": "copy",
|
"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)"
|
"description": "Nodes: Latent Diffusion Mega Modifier. ComfyUI nodes which modify the latent during the diffusion process. (Sharpness, Tonemap, Rescale, Extra Noise)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -44,6 +44,7 @@
|
|||||||
"AnimateDiffCombine",
|
"AnimateDiffCombine",
|
||||||
"AnimateDiffModuleLoader",
|
"AnimateDiffModuleLoader",
|
||||||
"AnimateDiffSampler",
|
"AnimateDiffSampler",
|
||||||
|
"AnimateDiffSlidingWindowOptions",
|
||||||
"ImageSizeAndBatchSize",
|
"ImageSizeAndBatchSize",
|
||||||
"LoadVideo"
|
"LoadVideo"
|
||||||
],
|
],
|
||||||
@ -168,6 +169,14 @@
|
|||||||
"title_aux": "ComfyUI_Ib_CustomNodes"
|
"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": [
|
"https://github.com/Davemane42/ComfyUI_Dave_CustomNode": [
|
||||||
[
|
[
|
||||||
"ABGRemover",
|
"ABGRemover",
|
||||||
@ -2180,6 +2189,16 @@
|
|||||||
"title_aux": "attention-couple-ComfyUI"
|
"title_aux": "attention-couple-ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": [
|
||||||
|
[
|
||||||
|
"CDTuner",
|
||||||
|
"Negapip",
|
||||||
|
"Negpip"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "attention-couple-ComfyUI"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/laksjdjf/pfg-ComfyUI": [
|
"https://github.com/laksjdjf/pfg-ComfyUI": [
|
||||||
[
|
[
|
||||||
"PFG"
|
"PFG"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user