mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
99a4307dbd
commit
1b6452c839
@ -94,6 +94,16 @@
|
||||
"id":"https://github.com/space-nuko/nui-suite",
|
||||
"tags":"prompt, dynamic prompt",
|
||||
"description": "This extension provides nodes with the functionality of dynamic prompts."
|
||||
},
|
||||
{
|
||||
"id":"https://github.com/melMass/comfy_mtb",
|
||||
"tags":"roop",
|
||||
"description": "This extension provides bunch of nodes including roop"
|
||||
},
|
||||
{
|
||||
"id":"https://github.com/ssitu/ComfyUI_roop",
|
||||
"tags":"roop",
|
||||
"description": "This extension provides nodes for the roop A1111 webui script."
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -486,6 +486,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Unofficial ComfyUI nodes for restart sampling based on the paper 'Restart Sampling for Improving Generative Processes' <a href='https://arxiv.org/abs/2306.14878'>[paper]</a> <a href='https://github.com/Newbeeer/diffusion_restart_sampling'>[repo]</a>"
|
||||
},
|
||||
{
|
||||
"author": "ssitu",
|
||||
"title": "ComfyUI roop",
|
||||
"reference": "https://github.com/ssitu/ComfyUI_roop",
|
||||
"files": [
|
||||
"https://github.com/ssitu/ComfyUI_roop"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes for the roop A1111 webui script."
|
||||
},
|
||||
{
|
||||
"author": "space-nuko",
|
||||
"title": "Disco Diffusion",
|
||||
@ -545,7 +555,7 @@
|
||||
],
|
||||
"nodename_pattern": "\\(mtb\\)$",
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Latent Lerp, Int To Number, Bounding Box, Crop, Uncrop, ImageBlur, Denoise, ImageCompare, RGV to HSV, HSV to RGB, Color Correct, Modulo, Deglaze Image, Smart Step, ..."
|
||||
"description": "NODES: Face Swap, Film Interpolation, Latent Lerp, Int To Number, Bounding Box, Crop, Uncrop, ImageBlur, Denoise, ImageCompare, RGV to HSV, HSV to RGB, Color Correct, Modulo, Deglaze Image, Smart Step, ..."
|
||||
},
|
||||
{
|
||||
"author": "xXAdonesXx",
|
||||
@ -607,16 +617,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node that pixelizes images."
|
||||
},
|
||||
{
|
||||
"author": "lcolok",
|
||||
"title": "LogicAI",
|
||||
"reference": "https://github.com/lcolok/ComfyUI-LogicAI",
|
||||
"files": [
|
||||
"https://github.com/lcolok/ComfyUI-LogicAI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: GroundingDINO"
|
||||
},
|
||||
{
|
||||
"author": "shiimizu",
|
||||
"title": "smZNodes",
|
||||
@ -637,6 +637,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: ImageRewardLoader, ImageRewardScore"
|
||||
},
|
||||
{
|
||||
"author": "SeargeDP",
|
||||
"title": "SeargeSDXL",
|
||||
"reference": "https://github.com/SeargeDP/SeargeSDXL",
|
||||
"files": [
|
||||
"https://github.com/SeargeDP/SeargeSDXL"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom nodes for easier use of SDXL in ComfyUI including an img2img workflow that utilizes both the base and refiner checkpoints."
|
||||
},
|
||||
{
|
||||
"author": "taabata",
|
||||
"title": "Syrian Falcon Nodes",
|
||||
@ -714,6 +724,16 @@
|
||||
"install_type": "copy",
|
||||
"description": "KSampler is provided, based on GPU random noise"
|
||||
},
|
||||
{
|
||||
"author": "fitCorder",
|
||||
"title": "fcSuite",
|
||||
"reference": "https://github.com/fitCorder/fcSuite",
|
||||
"files": [
|
||||
"https://github.com/fitCorder/fcSuite/raw/main/fcSuite.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "fcFloatMatic is a custom module, that when configured correctly will increment through the lines generating you loras at different strengths. The JSON file will load the config."
|
||||
},
|
||||
{
|
||||
"author": "theally",
|
||||
"title": "TheAlly's Custom Nodes",
|
||||
|
||||
@ -377,6 +377,10 @@
|
||||
"LatentDuplicator",
|
||||
"LatentSelector"
|
||||
],
|
||||
"https://github.com/SeargeDP/SeargeSDXL": [
|
||||
"SeargePromptText",
|
||||
"SeargeSDXLSampler"
|
||||
],
|
||||
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git": [
|
||||
"ttN busIN",
|
||||
"ttN busOUT",
|
||||
@ -670,6 +674,11 @@
|
||||
"https://github.com/filipemeneses/comfy_pixelization": [
|
||||
"Pixelization"
|
||||
],
|
||||
"https://github.com/fitCorder/fcSuite/raw/main/fcSuite.py": [
|
||||
"fcFloat",
|
||||
"fcFloatMatic",
|
||||
"fcInteger"
|
||||
],
|
||||
"https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [
|
||||
"BatchIndex_AS",
|
||||
"ImageMixMasked_As",
|
||||
@ -889,6 +898,9 @@
|
||||
"KRestartSampler",
|
||||
"KRestartSamplerSimple"
|
||||
],
|
||||
"https://github.com/ssitu/ComfyUI_roop": [
|
||||
"roop"
|
||||
],
|
||||
"https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": [
|
||||
"AesthetlcScoreSorter",
|
||||
"CalculateAestheticScore",
|
||||
@ -912,6 +924,7 @@
|
||||
"https://github.com/taabata/Comfy_Syrian_Falcon_Nodes/raw/main/SyrianFalconNodes.py": [
|
||||
"CompositeImage",
|
||||
"KSamplerAdvancedCustom",
|
||||
"LoopBack",
|
||||
"QRGenerate",
|
||||
"WordAsImage"
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user