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
82bcf3ecd0
commit
7bda42f1d9
@ -838,16 +838,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes: Remove Image Background (abg). A Anime Background Remover node for comfyui, based on this hf space, works same as AGB extention in automatic1111."
|
"description": "Nodes: Remove Image Background (abg). A Anime Background Remover node for comfyui, based on this hf space, works same as AGB extention in automatic1111."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "twri",
|
|
||||||
"title": "SDXL Prompt Styler",
|
|
||||||
"reference": "https://github.com/twri/sdxl_prompt_styler",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/twri/sdxl_prompt_styler"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "SDXL Prompt Styler is a node that enables you to style prompts based on predefined templates stored in a JSON file. The node specifically replaces a {prompt} placeholder in the 'prompt' field of each template with provided positive text."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "bash-j",
|
"author": "bash-j",
|
||||||
"title": "Mikey Nodes",
|
"title": "Mikey Nodes",
|
||||||
@ -908,6 +898,26 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "The Fast and Simple 'roop-like' Face Swap Extension Node for ComfyUI, based on ReActor (ex Roop-GE) SD-WebUI Face Swap Extension"
|
"description": "The Fast and Simple 'roop-like' Face Swap Extension Node for ComfyUI, based on ReActor (ex Roop-GE) SD-WebUI Face Swap Extension"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "imb101",
|
||||||
|
"title": "FaceSwap",
|
||||||
|
"reference": "https://github.com/imb101/ComfyUI-FaceSwap",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/imb101/ComfyUI-FaceSwap"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes:FaceSwapNode. Very basic custom node to enable face swapping in ComfyUI. (roop)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Chaoses-Ib",
|
||||||
|
"title": "ComfyUI_Ib_CustomNodes",
|
||||||
|
"reference": "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes: LoadImageFromPath. Load Image From Path loads the image from the source path and does not have such problems."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "taabata",
|
"author": "taabata",
|
||||||
"title": "Syrian Falcon Nodes",
|
"title": "Syrian Falcon Nodes",
|
||||||
|
|||||||
@ -71,6 +71,9 @@
|
|||||||
"BNK_TiledKSampler",
|
"BNK_TiledKSampler",
|
||||||
"BNK_TiledKSamplerAdvanced"
|
"BNK_TiledKSamplerAdvanced"
|
||||||
],
|
],
|
||||||
|
"https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [
|
||||||
|
"LoadImageFromPath"
|
||||||
|
],
|
||||||
"https://github.com/Davemane42/ComfyUI_Dave_CustomNode": [
|
"https://github.com/Davemane42/ComfyUI_Dave_CustomNode": [
|
||||||
"ABGRemover",
|
"ABGRemover",
|
||||||
"ConditioningStretch",
|
"ConditioningStretch",
|
||||||
@ -455,6 +458,7 @@
|
|||||||
"RerouteTextForCLIPTextEncodeA1111"
|
"RerouteTextForCLIPTextEncodeA1111"
|
||||||
],
|
],
|
||||||
"https://github.com/SeargeDP/SeargeSDXL": [
|
"https://github.com/SeargeDP/SeargeSDXL": [
|
||||||
|
"SeargeCheckpointLoader",
|
||||||
"SeargeConditioningMuxer5",
|
"SeargeConditioningMuxer5",
|
||||||
"SeargeFloatConstant",
|
"SeargeFloatConstant",
|
||||||
"SeargeFloatMath",
|
"SeargeFloatMath",
|
||||||
@ -473,6 +477,7 @@
|
|||||||
"SeargeIntegerPair",
|
"SeargeIntegerPair",
|
||||||
"SeargeIntegerScaler",
|
"SeargeIntegerScaler",
|
||||||
"SeargeLatentMuxer3",
|
"SeargeLatentMuxer3",
|
||||||
|
"SeargeLoraLoader",
|
||||||
"SeargeOutput1",
|
"SeargeOutput1",
|
||||||
"SeargeOutput2",
|
"SeargeOutput2",
|
||||||
"SeargeOutput3",
|
"SeargeOutput3",
|
||||||
@ -487,7 +492,10 @@
|
|||||||
"SeargeSDXLImage2ImageSampler",
|
"SeargeSDXLImage2ImageSampler",
|
||||||
"SeargeSDXLPromptEncoder",
|
"SeargeSDXLPromptEncoder",
|
||||||
"SeargeSDXLRefinerPromptEncoder",
|
"SeargeSDXLRefinerPromptEncoder",
|
||||||
"SeargeSDXLSampler"
|
"SeargeSDXLSampler",
|
||||||
|
"SeargeStylePreprocessor",
|
||||||
|
"SeargeUpscaleModelLoader",
|
||||||
|
"SeargeVAELoader"
|
||||||
],
|
],
|
||||||
"https://github.com/Ser-Hilary/SDXL_sizing/raw/main/conditioning_sizing_for_SDXL.py": [
|
"https://github.com/Ser-Hilary/SDXL_sizing/raw/main/conditioning_sizing_for_SDXL.py": [
|
||||||
"get_aspect_from_image",
|
"get_aspect_from_image",
|
||||||
@ -735,6 +743,7 @@
|
|||||||
"CLIPAttentionMaskEncode"
|
"CLIPAttentionMaskEncode"
|
||||||
],
|
],
|
||||||
"https://github.com/asagi4/comfyui-prompt-control": [
|
"https://github.com/asagi4/comfyui-prompt-control": [
|
||||||
|
"CondLinearInterpolate",
|
||||||
"ConditioningCutoff",
|
"ConditioningCutoff",
|
||||||
"EditableCLIPEncode",
|
"EditableCLIPEncode",
|
||||||
"FilterSchedule",
|
"FilterSchedule",
|
||||||
@ -747,6 +756,7 @@
|
|||||||
"StringConcat"
|
"StringConcat"
|
||||||
],
|
],
|
||||||
"https://github.com/bash-j/mikey_nodes": [
|
"https://github.com/bash-j/mikey_nodes": [
|
||||||
|
"AddMetaData",
|
||||||
"Batch Resize Image for SDXL",
|
"Batch Resize Image for SDXL",
|
||||||
"Empty Latent Ratio Custom SDXL",
|
"Empty Latent Ratio Custom SDXL",
|
||||||
"Empty Latent Ratio Select SDXL",
|
"Empty Latent Ratio Select SDXL",
|
||||||
@ -757,6 +767,7 @@
|
|||||||
"Prompt With Style V3",
|
"Prompt With Style V3",
|
||||||
"Resize Image for SDXL",
|
"Resize Image for SDXL",
|
||||||
"Save Image With Prompt Data",
|
"Save Image With Prompt Data",
|
||||||
|
"SaveMetaData",
|
||||||
"Style Conditioner",
|
"Style Conditioner",
|
||||||
"Upscale Tile Calculator",
|
"Upscale Tile Calculator",
|
||||||
"VAE Decode 6GB SDXL (deprecated)"
|
"VAE Decode 6GB SDXL (deprecated)"
|
||||||
@ -953,6 +964,9 @@
|
|||||||
"VAEEncodeBatched",
|
"VAEEncodeBatched",
|
||||||
"VAEIter"
|
"VAEIter"
|
||||||
],
|
],
|
||||||
|
"https://github.com/imb101/ComfyUI-FaceSwap": [
|
||||||
|
"FaceSwapNode"
|
||||||
|
],
|
||||||
"https://github.com/kwaroran/abg-comfyui": [
|
"https://github.com/kwaroran/abg-comfyui": [
|
||||||
"Remove Image Background (abg)"
|
"Remove Image Background (abg)"
|
||||||
],
|
],
|
||||||
@ -998,11 +1012,21 @@
|
|||||||
"ImageMaskSwitch",
|
"ImageMaskSwitch",
|
||||||
"ImageReceiver",
|
"ImageReceiver",
|
||||||
"ImageSender",
|
"ImageSender",
|
||||||
|
"ImpactCompare",
|
||||||
|
"ImpactConditionalBranch",
|
||||||
|
"ImpactConditionalStopIteration",
|
||||||
|
"ImpactFloat",
|
||||||
|
"ImpactImageInfo",
|
||||||
|
"ImpactInt",
|
||||||
"ImpactKSamplerAdvancedBasicPipe",
|
"ImpactKSamplerAdvancedBasicPipe",
|
||||||
"ImpactKSamplerBasicPipe",
|
"ImpactKSamplerBasicPipe",
|
||||||
"ImpactLogger",
|
"ImpactLogger",
|
||||||
|
"ImpactMinMax",
|
||||||
|
"ImpactNeg",
|
||||||
"ImpactSEGSConcat",
|
"ImpactSEGSConcat",
|
||||||
"ImpactSEGSLabelFilter",
|
"ImpactSEGSLabelFilter",
|
||||||
|
"ImpactValueReceiver",
|
||||||
|
"ImpactValueSender",
|
||||||
"ImpactWildcardProcessor",
|
"ImpactWildcardProcessor",
|
||||||
"IterativeImageUpscale",
|
"IterativeImageUpscale",
|
||||||
"IterativeLatentUpscale",
|
"IterativeLatentUpscale",
|
||||||
@ -1292,6 +1316,7 @@
|
|||||||
"KSamplerAdvanced (WLSH)",
|
"KSamplerAdvanced (WLSH)",
|
||||||
"Multiply Integer (WLSH)",
|
"Multiply Integer (WLSH)",
|
||||||
"Outpaint to Image (WLSH)",
|
"Outpaint to Image (WLSH)",
|
||||||
|
"Resolutions by Ratio (WLSH)",
|
||||||
"SDXL Quick Empty Latent (WLSH)",
|
"SDXL Quick Empty Latent (WLSH)",
|
||||||
"SDXL Quick Image Scale (WLSH)",
|
"SDXL Quick Image Scale (WLSH)",
|
||||||
"SDXL Resolutions (WLSH)",
|
"SDXL Resolutions (WLSH)",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user