mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-22 04:24:24 +08:00
update DB
This commit is contained in:
parent
2b3c1a1973
commit
df2f8eeb6e
@ -1772,6 +1772,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Node for generating almost seamless textures, based on similar setting from A1111."
|
"description": "Node for generating almost seamless textures, based on similar setting from A1111."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "chrisgoringe",
|
||||||
|
"title": "Variation seeds",
|
||||||
|
"reference": "https://github.com/chrisgoringe/cg-noise",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/chrisgoringe/cg-noise"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Adds KSampler custom nodes with variation seed and variation strength."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "taabata",
|
"author": "taabata",
|
||||||
"title": "Syrian Falcon Nodes",
|
"title": "Syrian Falcon Nodes",
|
||||||
@ -2033,16 +2043,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "chrisgoringe",
|
|
||||||
"title": "Variation seeds",
|
|
||||||
"reference": "https://github.com/chrisgoringe/cg-noise",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/chrisgoringe/cg-noise"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Adds KSampler custom nodes with variation seed and variation strength."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1728,6 +1728,17 @@
|
|||||||
"title_aux": "sc-node-comfyui"
|
"title_aux": "sc-node-comfyui"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/chrisgoringe/cg-noise": [
|
||||||
|
[
|
||||||
|
"Hijack",
|
||||||
|
"KSampler Advanced with Variations",
|
||||||
|
"KSampler with Variations",
|
||||||
|
"UnHijack"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Variation seeds"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/city96/ComfyUI_DiT": [
|
"https://github.com/city96/ComfyUI_DiT": [
|
||||||
[
|
[
|
||||||
"DiTCheckpointLoader",
|
"DiTCheckpointLoader",
|
||||||
@ -2558,9 +2569,7 @@
|
|||||||
[
|
[
|
||||||
"AdaptiveCannyDetector_PoP",
|
"AdaptiveCannyDetector_PoP",
|
||||||
"AnyAspectRatio",
|
"AnyAspectRatio",
|
||||||
"ConditioningMultiplierPoP",
|
|
||||||
"ConditioningMultiplier_PoP",
|
"ConditioningMultiplier_PoP",
|
||||||
"ConditioningNormalizerPoP",
|
|
||||||
"ConditioningNormalizer_PoP",
|
"ConditioningNormalizer_PoP",
|
||||||
"LoadImageResizer_PoP",
|
"LoadImageResizer_PoP",
|
||||||
"LoraStackLoader10_PoP",
|
"LoraStackLoader10_PoP",
|
||||||
@ -2744,6 +2753,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/spinagon/ComfyUI-seamless-tiling": [
|
"https://github.com/spinagon/ComfyUI-seamless-tiling": [
|
||||||
[
|
[
|
||||||
|
"CircularVAEDecode",
|
||||||
"SeamlessTile"
|
"SeamlessTile"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -3055,7 +3065,9 @@
|
|||||||
"TdxhImageToSizeAdvanced",
|
"TdxhImageToSizeAdvanced",
|
||||||
"TdxhIntInput",
|
"TdxhIntInput",
|
||||||
"TdxhLoraLoader",
|
"TdxhLoraLoader",
|
||||||
"TdxhStringInput"
|
"TdxhOnOrOff",
|
||||||
|
"TdxhStringInput",
|
||||||
|
"TdxhStringInputTranslator"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "tdxh_node_comfyui"
|
"title_aux": "tdxh_node_comfyui"
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "chrisgoringe",
|
||||||
|
"title": "Variation seeds",
|
||||||
|
"reference": "https://github.com/chrisgoringe/cg-noise",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/chrisgoringe/cg-noise"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Adds KSampler custom nodes with variation seed and variation strength."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "spinagon",
|
"author": "spinagon",
|
||||||
"title": "Seamless tiling Node for ComfyUI",
|
"title": "Seamless tiling Node for ComfyUI",
|
||||||
|
|||||||
@ -1728,6 +1728,17 @@
|
|||||||
"title_aux": "sc-node-comfyui"
|
"title_aux": "sc-node-comfyui"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/chrisgoringe/cg-noise": [
|
||||||
|
[
|
||||||
|
"Hijack",
|
||||||
|
"KSampler Advanced with Variations",
|
||||||
|
"KSampler with Variations",
|
||||||
|
"UnHijack"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Variation seeds"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/city96/ComfyUI_DiT": [
|
"https://github.com/city96/ComfyUI_DiT": [
|
||||||
[
|
[
|
||||||
"DiTCheckpointLoader",
|
"DiTCheckpointLoader",
|
||||||
@ -2558,9 +2569,7 @@
|
|||||||
[
|
[
|
||||||
"AdaptiveCannyDetector_PoP",
|
"AdaptiveCannyDetector_PoP",
|
||||||
"AnyAspectRatio",
|
"AnyAspectRatio",
|
||||||
"ConditioningMultiplierPoP",
|
|
||||||
"ConditioningMultiplier_PoP",
|
"ConditioningMultiplier_PoP",
|
||||||
"ConditioningNormalizerPoP",
|
|
||||||
"ConditioningNormalizer_PoP",
|
"ConditioningNormalizer_PoP",
|
||||||
"LoadImageResizer_PoP",
|
"LoadImageResizer_PoP",
|
||||||
"LoraStackLoader10_PoP",
|
"LoraStackLoader10_PoP",
|
||||||
@ -2744,6 +2753,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/spinagon/ComfyUI-seamless-tiling": [
|
"https://github.com/spinagon/ComfyUI-seamless-tiling": [
|
||||||
[
|
[
|
||||||
|
"CircularVAEDecode",
|
||||||
"SeamlessTile"
|
"SeamlessTile"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -3055,7 +3065,9 @@
|
|||||||
"TdxhImageToSizeAdvanced",
|
"TdxhImageToSizeAdvanced",
|
||||||
"TdxhIntInput",
|
"TdxhIntInput",
|
||||||
"TdxhLoraLoader",
|
"TdxhLoraLoader",
|
||||||
"TdxhStringInput"
|
"TdxhOnOrOff",
|
||||||
|
"TdxhStringInput",
|
||||||
|
"TdxhStringInputTranslator"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "tdxh_node_comfyui"
|
"title_aux": "tdxh_node_comfyui"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user