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
da9c6753b9
commit
c13c53d290
@ -124,6 +124,11 @@
|
||||
"id":"https://github.com/kwaroran/abg-comfyui",
|
||||
"tags":"abg, background remover",
|
||||
"description": "A Anime Background Remover node for comfyui, based on this hf space, works same as AGB extention in automatic1111."
|
||||
},
|
||||
{
|
||||
"id":"https://github.com/Gourieff/comfyui-reactor-node",
|
||||
"tags":"reactor, sd-webui-roop-nsfw",
|
||||
"description": "This is a ported version of ComfyUI for the sd-webui-roop-nsfw extension."
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -70,6 +70,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ControlNet Preprocessors. (To use this extension, you need to download the required model file from <B>Install Models</B>)<BR> <p style='background-color: black; color: red;'>NOTE: To use nodes belonging to <B>controlnet v1</b> such as <B>Canny_Edge_Preprocessor, MIDAS_Depth_Map_Preprocessor, Uniformer_SemSegPreprocessor, etc.</B>, you need to copy the <font color='white'>config.yaml.example</font> file to <font color='white'>config.yaml</font> and change <font color='white'>skip_v1: True</font> to <font color='white'>skip_v1: False</font>.</p>"
|
||||
},
|
||||
{
|
||||
"author": "Fannovel16",
|
||||
"title": "ComfyUI-Frame-Interpolation",
|
||||
"reference": "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation",
|
||||
"files": [
|
||||
"https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: KSampler Gradually Adding More Denoise (efficient)"
|
||||
},
|
||||
{
|
||||
"author": "biegert",
|
||||
"title": "CLIPSeg",
|
||||
@ -868,6 +878,36 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: AstropulsePixelDetector, BackgroundRemover, ImagePadForBetterOutpaint, InpaintingPipelineLoader, Inpainting, ..."
|
||||
},
|
||||
{
|
||||
"author": "wallish77",
|
||||
"title": "wlsh_nodes",
|
||||
"reference": "https://github.com/wallish77/wlsh_nodes",
|
||||
"files": [
|
||||
"https://github.com/wallish77/wlsh_nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Checkpoint Loader with Name, Save Prompt Info, Outpaint to Image, CLIP Positive-Negative, SDXL Quick Empty Latent, Empty Latent by Ratio, Time String, SDXL Steps, SDXL Resolutions ..."
|
||||
},
|
||||
{
|
||||
"author": "Kosinkadink",
|
||||
"title": "ComfyUI-Advanced-ControlNet",
|
||||
"reference": "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet",
|
||||
"files": [
|
||||
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: ControlNetLoaderAdvanced, DiffControlNetLoaderAdvanced, ScaledSoftControlNetWeights, SoftControlNetWeights, CustomControlNetWeights, SoftT2IAdapterWeights, CustomT2IAdapterWeights"
|
||||
},
|
||||
{
|
||||
"author": "Gourieff",
|
||||
"title": "ReActor Node 0.1.0 for ComfyUI",
|
||||
"reference": "https://github.com/Gourieff/comfyui-reactor-node",
|
||||
"files": [
|
||||
"https://github.com/Gourieff/comfyui-reactor-node"
|
||||
],
|
||||
"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": "taabata",
|
||||
"title": "Syrian Falcon Nodes",
|
||||
|
||||
@ -177,6 +177,9 @@
|
||||
"Solarize",
|
||||
"Vignette"
|
||||
],
|
||||
"https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": [
|
||||
"KSampler Gradually Adding More Denoise (efficient)"
|
||||
],
|
||||
"https://github.com/Fannovel16/comfy_controlnet_preprocessors": [
|
||||
"AnimeLineArtPreprocessor",
|
||||
"BAE-NormalMapPreprocessor",
|
||||
@ -232,6 +235,9 @@
|
||||
"TriangleWave",
|
||||
"ValueSchedule"
|
||||
],
|
||||
"https://github.com/Gourieff/comfyui-reactor-node": [
|
||||
"ReActorFaceSwap"
|
||||
],
|
||||
"https://github.com/Jcd1230/rembg-comfyui-node": [
|
||||
"Image Remove Background (rembg)"
|
||||
],
|
||||
@ -256,6 +262,15 @@
|
||||
"https://github.com/Kaharos94/ComfyUI-Saveaswebp": [
|
||||
"Save_as_webp"
|
||||
],
|
||||
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [
|
||||
"ControlNetLoaderAdvanced",
|
||||
"CustomControlNetWeights",
|
||||
"CustomT2IAdapterWeights",
|
||||
"DiffControlNetLoaderAdvanced",
|
||||
"ScaledSoftControlNetWeights",
|
||||
"SoftControlNetWeights",
|
||||
"SoftT2IAdapterWeights"
|
||||
],
|
||||
"https://github.com/LEv145/images-grid-comfy-plugin": [
|
||||
"GridAnnotation",
|
||||
"ImageCombine",
|
||||
@ -420,6 +435,7 @@
|
||||
"CR Module Output",
|
||||
"CR Module Pipe Loader",
|
||||
"CR Pipe Switch",
|
||||
"CR SDXL Base Prompt Encoder",
|
||||
"CR SDXL Prompt Mixer",
|
||||
"CR SDXL Style Text",
|
||||
"CR Seed to Int"
|
||||
@ -439,13 +455,32 @@
|
||||
"RerouteTextForCLIPTextEncodeA1111"
|
||||
],
|
||||
"https://github.com/SeargeDP/SeargeSDXL": [
|
||||
"SeargeConditioningMuxer5",
|
||||
"SeargeFloatConstant",
|
||||
"SeargeFloatMath",
|
||||
"SeargeFloatPair",
|
||||
"SeargeGenerated1",
|
||||
"SeargeImageSave",
|
||||
"SeargeInput1",
|
||||
"SeargeInput2",
|
||||
"SeargeInput3",
|
||||
"SeargeInput4",
|
||||
"SeargeInput5",
|
||||
"SeargeInput6",
|
||||
"SeargeInput7",
|
||||
"SeargeIntegerConstant",
|
||||
"SeargeIntegerMath",
|
||||
"SeargeIntegerPair",
|
||||
"SeargeIntegerScaler",
|
||||
"SeargeLatentMuxer3",
|
||||
"SeargeOutput1",
|
||||
"SeargeOutput2",
|
||||
"SeargeOutput3",
|
||||
"SeargeOutput4",
|
||||
"SeargeOutput5",
|
||||
"SeargeOutput6",
|
||||
"SeargeOutput7",
|
||||
"SeargeParameterProcessor",
|
||||
"SeargePromptCombiner",
|
||||
"SeargePromptText",
|
||||
"SeargeSDXLBasePromptEncoder",
|
||||
@ -965,6 +1000,7 @@
|
||||
"ImpactKSamplerAdvancedBasicPipe",
|
||||
"ImpactKSamplerBasicPipe",
|
||||
"ImpactLogger",
|
||||
"ImpactSEGSConcat",
|
||||
"ImpactSEGSLabelFilter",
|
||||
"ImpactWildcardProcessor",
|
||||
"IterativeImageUpscale",
|
||||
@ -1241,6 +1277,31 @@
|
||||
"https://github.com/twri/sdxl_prompt_styler": [
|
||||
"SDXLPromptStyler"
|
||||
],
|
||||
"https://github.com/wallish77/wlsh_nodes": [
|
||||
"Alternating KSampler (WLSH)",
|
||||
"CLIP Positive-Negative (WLSH)",
|
||||
"CLIP Positive-Negative w/Text (WLSH)",
|
||||
"Checkpoint Loader w/Name (WLSH)",
|
||||
"Empty Latent by Ratio (WLSH)",
|
||||
"Generate Edge Mask (WLSH)",
|
||||
"Generate Face Mask (WLSH)",
|
||||
"Image Save with Prompt Data (WLSH)",
|
||||
"Image Save with Prompt File (WLSH)",
|
||||
"Image Scale By Factor (WLSH)",
|
||||
"KSamplerAdvanced (WLSH)",
|
||||
"Multiply Integer (WLSH)",
|
||||
"Outpaint to Image (WLSH)",
|
||||
"SDXL Quick Empty Latent (WLSH)",
|
||||
"SDXL Quick Image Scale (WLSH)",
|
||||
"SDXL Resolutions (WLSH)",
|
||||
"SDXL Steps (WLSH)",
|
||||
"Save Positive Prompt File (WLSH)",
|
||||
"Save Prompt Info (WLSH)",
|
||||
"Seed to Number (WLSH)",
|
||||
"Time String (WLSH)",
|
||||
"Upscale by Factor with Model (WLSH)",
|
||||
"VAE Encode for Inpaint Padding (WLSH)"
|
||||
],
|
||||
"https://github.com/xXAdonesXx/NodeGPT/raw/main/Textnode.py": [
|
||||
"CombineInput",
|
||||
"CostumeAgent_1",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user