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
34cf9fffd6
commit
1edf6d5976
@ -154,6 +154,11 @@
|
||||
"id":"https://github.com/Zuellni/ComfyUI-ExLlama",
|
||||
"tags":"ExLlama, prompt, language model",
|
||||
"description": "Similar to text-generation-webui, this custom nodes provide the functionality of <a href='https://github.com/turboderp/exllama' target='blank'>exllama</a>."
|
||||
},
|
||||
{
|
||||
"id":"https://github.com/spinagon/ComfyUI-seamless-tiling",
|
||||
"tags":"tiling",
|
||||
"description": "ComfyUI node for generating seamless textures Replicates 'Tiling' option from A1111"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1762,6 +1762,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Base64Image Input Node, Base64Image Output Node. <a href='https://github.com/ramyma/a8r8' target='blank'>A8R8</a> supporting nodes to integrate with ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "spinagon",
|
||||
"title": "Seamless tiling Node for ComfyUI",
|
||||
"reference": "https://github.com/spinagon/ComfyUI-seamless-tiling",
|
||||
"files": [
|
||||
"https://github.com/spinagon/ComfyUI-seamless-tiling"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Node for generating almost seamless textures, based on similar setting from A1111."
|
||||
},
|
||||
{
|
||||
"author": "taabata",
|
||||
"title": "Syrian Falcon Nodes",
|
||||
@ -2023,16 +2033,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "spinagon",
|
||||
"title": "Seamless tiling Node for ComfyUI",
|
||||
"reference": "https://github.com/spinagon/ComfyUI-seamless-tiling",
|
||||
"files": [
|
||||
"https://github.com/spinagon/ComfyUI-seamless-tiling"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Node for generating almost seamless textures, based on similar setting from A1111."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -879,7 +879,7 @@
|
||||
"CR LoRA Stack",
|
||||
"CR Load LoRA",
|
||||
"CR Model Input Switch",
|
||||
"CR Model Stack",
|
||||
"CR Model Merge Stack",
|
||||
"CR Module Input",
|
||||
"CR Module Output",
|
||||
"CR Module Pipe Loader",
|
||||
@ -1424,14 +1424,27 @@
|
||||
[
|
||||
"Analyze Palette [Dream]",
|
||||
"Beat Curve [Dream]",
|
||||
"Big Float Switch [Dream]",
|
||||
"Big Image Switch [Dream]",
|
||||
"Big Int Switch [Dream]",
|
||||
"Big Latent Switch [Dream]",
|
||||
"Big Palette Switch [Dream]",
|
||||
"Big Text Switch [Dream]",
|
||||
"Boolean To Float [Dream]",
|
||||
"Boolean To Int [Dream]",
|
||||
"Build Prompt [Dream]",
|
||||
"CSV Curve [Dream]",
|
||||
"CSV Generator [Dream]",
|
||||
"Calculation [Dream]",
|
||||
"Common Frame Dimensions [Dream]",
|
||||
"FFMPEG Video Encoder [Dream]",
|
||||
"File Count [Dream]",
|
||||
"Finalize Prompt [Dream]",
|
||||
"Float Input [Dream]",
|
||||
"Frame Count Calculator [Dream]",
|
||||
"Frame Counter (Directory) [Dream]",
|
||||
"Frame Counter (Simple) [Dream]",
|
||||
"Frame Counter Info [Dream]",
|
||||
"Frame Counter Offset [Dream]",
|
||||
"Image Motion [Dream]",
|
||||
"Image Sequence Blend [Dream]",
|
||||
@ -1446,9 +1459,13 @@
|
||||
"Palette Color Shift [Dream]",
|
||||
"Sample Image Area as Palette [Dream]",
|
||||
"Sample Image as Palette [Dream]",
|
||||
"Saw Curve [Dream]",
|
||||
"Sine Curve [Dream]",
|
||||
"Smooth Event Curve [Dream]",
|
||||
"String Input [Dream]",
|
||||
"Text Input [Dream]",
|
||||
"Triangle Curve [Dream]",
|
||||
"Triangle Event Curve [Dream]",
|
||||
"Video Encoder (mpegCoder) [Dream]"
|
||||
],
|
||||
{
|
||||
@ -2725,6 +2742,14 @@
|
||||
"title_aux": "nui suite"
|
||||
}
|
||||
],
|
||||
"https://github.com/spinagon/ComfyUI-seamless-tiling": [
|
||||
[
|
||||
"SeamlessTile"
|
||||
],
|
||||
{
|
||||
"title_aux": "Seamless tiling Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/spro/comfyui-mirror": [
|
||||
[
|
||||
"LatentMirror"
|
||||
@ -2969,8 +2994,12 @@
|
||||
"SDXLPromptStylerbyTimeofDay",
|
||||
"SDXLPromptStylerbyWyvern",
|
||||
"SDXLPromptbyCelticArt",
|
||||
"SDXLPromptbyFashionArt",
|
||||
"SDXLPromptbyGothicRevival",
|
||||
"SDXLPromptbyIrishFolkArt"
|
||||
"SDXLPromptbyIrishFolkArt",
|
||||
"SDXLPromptbySportsArt",
|
||||
"SDXLPromptbyStreetArt",
|
||||
"SDXLPromptbyWildlifeArt"
|
||||
],
|
||||
{
|
||||
"title_aux": "SDXL Prompt Styler (customized version by wolfden)"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "spinagon",
|
||||
"title": "Seamless tiling Node for ComfyUI",
|
||||
"reference": "https://github.com/spinagon/ComfyUI-seamless-tiling",
|
||||
"files": [
|
||||
"https://github.com/spinagon/ComfyUI-seamless-tiling"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Node for generating almost seamless textures, based on similar setting from A1111."
|
||||
},
|
||||
{
|
||||
"author": "ramyma",
|
||||
"title": "A8R8 ComfyUI Nodes",
|
||||
|
||||
@ -879,7 +879,7 @@
|
||||
"CR LoRA Stack",
|
||||
"CR Load LoRA",
|
||||
"CR Model Input Switch",
|
||||
"CR Model Stack",
|
||||
"CR Model Merge Stack",
|
||||
"CR Module Input",
|
||||
"CR Module Output",
|
||||
"CR Module Pipe Loader",
|
||||
@ -1424,14 +1424,27 @@
|
||||
[
|
||||
"Analyze Palette [Dream]",
|
||||
"Beat Curve [Dream]",
|
||||
"Big Float Switch [Dream]",
|
||||
"Big Image Switch [Dream]",
|
||||
"Big Int Switch [Dream]",
|
||||
"Big Latent Switch [Dream]",
|
||||
"Big Palette Switch [Dream]",
|
||||
"Big Text Switch [Dream]",
|
||||
"Boolean To Float [Dream]",
|
||||
"Boolean To Int [Dream]",
|
||||
"Build Prompt [Dream]",
|
||||
"CSV Curve [Dream]",
|
||||
"CSV Generator [Dream]",
|
||||
"Calculation [Dream]",
|
||||
"Common Frame Dimensions [Dream]",
|
||||
"FFMPEG Video Encoder [Dream]",
|
||||
"File Count [Dream]",
|
||||
"Finalize Prompt [Dream]",
|
||||
"Float Input [Dream]",
|
||||
"Frame Count Calculator [Dream]",
|
||||
"Frame Counter (Directory) [Dream]",
|
||||
"Frame Counter (Simple) [Dream]",
|
||||
"Frame Counter Info [Dream]",
|
||||
"Frame Counter Offset [Dream]",
|
||||
"Image Motion [Dream]",
|
||||
"Image Sequence Blend [Dream]",
|
||||
@ -1446,9 +1459,13 @@
|
||||
"Palette Color Shift [Dream]",
|
||||
"Sample Image Area as Palette [Dream]",
|
||||
"Sample Image as Palette [Dream]",
|
||||
"Saw Curve [Dream]",
|
||||
"Sine Curve [Dream]",
|
||||
"Smooth Event Curve [Dream]",
|
||||
"String Input [Dream]",
|
||||
"Text Input [Dream]",
|
||||
"Triangle Curve [Dream]",
|
||||
"Triangle Event Curve [Dream]",
|
||||
"Video Encoder (mpegCoder) [Dream]"
|
||||
],
|
||||
{
|
||||
@ -2725,6 +2742,14 @@
|
||||
"title_aux": "nui suite"
|
||||
}
|
||||
],
|
||||
"https://github.com/spinagon/ComfyUI-seamless-tiling": [
|
||||
[
|
||||
"SeamlessTile"
|
||||
],
|
||||
{
|
||||
"title_aux": "Seamless tiling Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/spro/comfyui-mirror": [
|
||||
[
|
||||
"LatentMirror"
|
||||
@ -2969,8 +2994,12 @@
|
||||
"SDXLPromptStylerbyTimeofDay",
|
||||
"SDXLPromptStylerbyWyvern",
|
||||
"SDXLPromptbyCelticArt",
|
||||
"SDXLPromptbyFashionArt",
|
||||
"SDXLPromptbyGothicRevival",
|
||||
"SDXLPromptbyIrishFolkArt"
|
||||
"SDXLPromptbyIrishFolkArt",
|
||||
"SDXLPromptbySportsArt",
|
||||
"SDXLPromptbyStreetArt",
|
||||
"SDXLPromptbyWildlifeArt"
|
||||
],
|
||||
{
|
||||
"title_aux": "SDXL Prompt Styler (customized version by wolfden)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user