mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 06:34:24 +08:00
update DB
This commit is contained in:
parent
82bcf3ecd0
commit
7bda42f1d9
@ -838,16 +838,6 @@
|
||||
"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."
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"title": "Mikey Nodes",
|
||||
@ -908,6 +898,26 @@
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"title": "Syrian Falcon Nodes",
|
||||
|
||||
@ -71,6 +71,9 @@
|
||||
"BNK_TiledKSampler",
|
||||
"BNK_TiledKSamplerAdvanced"
|
||||
],
|
||||
"https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [
|
||||
"LoadImageFromPath"
|
||||
],
|
||||
"https://github.com/Davemane42/ComfyUI_Dave_CustomNode": [
|
||||
"ABGRemover",
|
||||
"ConditioningStretch",
|
||||
@ -455,6 +458,7 @@
|
||||
"RerouteTextForCLIPTextEncodeA1111"
|
||||
],
|
||||
"https://github.com/SeargeDP/SeargeSDXL": [
|
||||
"SeargeCheckpointLoader",
|
||||
"SeargeConditioningMuxer5",
|
||||
"SeargeFloatConstant",
|
||||
"SeargeFloatMath",
|
||||
@ -473,6 +477,7 @@
|
||||
"SeargeIntegerPair",
|
||||
"SeargeIntegerScaler",
|
||||
"SeargeLatentMuxer3",
|
||||
"SeargeLoraLoader",
|
||||
"SeargeOutput1",
|
||||
"SeargeOutput2",
|
||||
"SeargeOutput3",
|
||||
@ -487,7 +492,10 @@
|
||||
"SeargeSDXLImage2ImageSampler",
|
||||
"SeargeSDXLPromptEncoder",
|
||||
"SeargeSDXLRefinerPromptEncoder",
|
||||
"SeargeSDXLSampler"
|
||||
"SeargeSDXLSampler",
|
||||
"SeargeStylePreprocessor",
|
||||
"SeargeUpscaleModelLoader",
|
||||
"SeargeVAELoader"
|
||||
],
|
||||
"https://github.com/Ser-Hilary/SDXL_sizing/raw/main/conditioning_sizing_for_SDXL.py": [
|
||||
"get_aspect_from_image",
|
||||
@ -735,6 +743,7 @@
|
||||
"CLIPAttentionMaskEncode"
|
||||
],
|
||||
"https://github.com/asagi4/comfyui-prompt-control": [
|
||||
"CondLinearInterpolate",
|
||||
"ConditioningCutoff",
|
||||
"EditableCLIPEncode",
|
||||
"FilterSchedule",
|
||||
@ -747,6 +756,7 @@
|
||||
"StringConcat"
|
||||
],
|
||||
"https://github.com/bash-j/mikey_nodes": [
|
||||
"AddMetaData",
|
||||
"Batch Resize Image for SDXL",
|
||||
"Empty Latent Ratio Custom SDXL",
|
||||
"Empty Latent Ratio Select SDXL",
|
||||
@ -757,6 +767,7 @@
|
||||
"Prompt With Style V3",
|
||||
"Resize Image for SDXL",
|
||||
"Save Image With Prompt Data",
|
||||
"SaveMetaData",
|
||||
"Style Conditioner",
|
||||
"Upscale Tile Calculator",
|
||||
"VAE Decode 6GB SDXL (deprecated)"
|
||||
@ -953,6 +964,9 @@
|
||||
"VAEEncodeBatched",
|
||||
"VAEIter"
|
||||
],
|
||||
"https://github.com/imb101/ComfyUI-FaceSwap": [
|
||||
"FaceSwapNode"
|
||||
],
|
||||
"https://github.com/kwaroran/abg-comfyui": [
|
||||
"Remove Image Background (abg)"
|
||||
],
|
||||
@ -998,11 +1012,21 @@
|
||||
"ImageMaskSwitch",
|
||||
"ImageReceiver",
|
||||
"ImageSender",
|
||||
"ImpactCompare",
|
||||
"ImpactConditionalBranch",
|
||||
"ImpactConditionalStopIteration",
|
||||
"ImpactFloat",
|
||||
"ImpactImageInfo",
|
||||
"ImpactInt",
|
||||
"ImpactKSamplerAdvancedBasicPipe",
|
||||
"ImpactKSamplerBasicPipe",
|
||||
"ImpactLogger",
|
||||
"ImpactMinMax",
|
||||
"ImpactNeg",
|
||||
"ImpactSEGSConcat",
|
||||
"ImpactSEGSLabelFilter",
|
||||
"ImpactValueReceiver",
|
||||
"ImpactValueSender",
|
||||
"ImpactWildcardProcessor",
|
||||
"IterativeImageUpscale",
|
||||
"IterativeLatentUpscale",
|
||||
@ -1292,6 +1316,7 @@
|
||||
"KSamplerAdvanced (WLSH)",
|
||||
"Multiply Integer (WLSH)",
|
||||
"Outpaint to Image (WLSH)",
|
||||
"Resolutions by Ratio (WLSH)",
|
||||
"SDXL Quick Empty Latent (WLSH)",
|
||||
"SDXL Quick Image Scale (WLSH)",
|
||||
"SDXL Resolutions (WLSH)",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user