mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
e776a18772
commit
01f89a7df7
@ -2355,6 +2355,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Extensions/Patches: Enables linking float and integer inputs and ouputs. Values are automatically cast to the correct type and clamped to the correct range. Works with both builtin and custom nodes.<p style='background-color: black; color: red;'>NOTE: This repo patches ComfyUI's validate_inputs and map_node_over_list functions while running. May break depending on your version of ComfyUI. Can be deactivated in config.yaml.</p>Nodes: A collection of nodes for facilitating the generation of XY plots. Capable of plotting changes over most primitive values."
|
||||
},
|
||||
{
|
||||
"author": "kinfolk0117",
|
||||
"title": "ComfyUI_SimpleTiles",
|
||||
"reference": "https://github.com/kinfolk0117/ComfyUI_SimpleTiles",
|
||||
"files": [
|
||||
"https://github.com/kinfolk0117/ComfyUI_SimpleTiles"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:TileSplit, TileMerge."
|
||||
},
|
||||
{
|
||||
"author": "Ser-Hilary",
|
||||
"title": "SDXL_sizing",
|
||||
|
||||
@ -119,6 +119,7 @@
|
||||
"BSZLatentbuster",
|
||||
"BSZPixelbuster",
|
||||
"BSZPixelbusterHelp",
|
||||
"BSZPrincipledConditioning",
|
||||
"BSZPrincipledSampler",
|
||||
"BSZPrincipledScale"
|
||||
],
|
||||
@ -464,8 +465,11 @@
|
||||
"BatchGLIGENSchedule",
|
||||
"BatchPromptSchedule",
|
||||
"BatchPromptScheduleEncodeSDXL",
|
||||
"BatchPromptScheduleLatentInput",
|
||||
"BatchPromptScheduleSDXLLatentInput",
|
||||
"BatchStringSchedule",
|
||||
"BatchValueSchedule",
|
||||
"BatchValueScheduleLatentInput",
|
||||
"CosWave",
|
||||
"InvCosWave",
|
||||
"InvSinWave",
|
||||
@ -1030,6 +1034,7 @@
|
||||
"CR Composite Text",
|
||||
"CR Conditioning Input Switch",
|
||||
"CR ControlNet Input Switch",
|
||||
"CR Draw Perspective Text",
|
||||
"CR Draw Text",
|
||||
"CR Float To Integer",
|
||||
"CR Float To String",
|
||||
@ -1076,6 +1081,7 @@
|
||||
"CR SDXL Style Text",
|
||||
"CR Seed",
|
||||
"CR Seed to Int",
|
||||
"CR Simple Meme Template",
|
||||
"CR Split String",
|
||||
"CR Starburst Colors",
|
||||
"CR Starburst Lines",
|
||||
@ -1988,7 +1994,7 @@
|
||||
"Mikey Sampler Tiled",
|
||||
"Mikey Sampler Tiled Base Only",
|
||||
"MikeySamplerTiledAdvanced",
|
||||
"OoobaPrompt",
|
||||
"OobaPrompt",
|
||||
"PresetRatioSelector",
|
||||
"Prompt With SDXL",
|
||||
"Prompt With Style",
|
||||
@ -2202,9 +2208,13 @@
|
||||
],
|
||||
"https://github.com/chibiace/ComfyUI-Chibi-Nodes": [
|
||||
[
|
||||
"ConditionText",
|
||||
"ImageTool",
|
||||
"LoadEmbedding",
|
||||
"Loader",
|
||||
"Prompts"
|
||||
"Prompts",
|
||||
"SaveImages",
|
||||
"Wildcards"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Chibi-Nodes"
|
||||
@ -2709,12 +2719,22 @@
|
||||
"CrossFadeImages",
|
||||
"GrowMaskWithBlur",
|
||||
"INTConstant",
|
||||
"SomethingToString",
|
||||
"VRAM_Debug"
|
||||
],
|
||||
{
|
||||
"title_aux": "KJNodes for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/kinfolk0117/ComfyUI_SimpleTiles": [
|
||||
[
|
||||
"TileMerge",
|
||||
"TileSplit"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_SimpleTiles"
|
||||
}
|
||||
],
|
||||
"https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": [
|
||||
[
|
||||
"LLLiteLoader"
|
||||
@ -3188,7 +3208,9 @@
|
||||
"NoxinChime",
|
||||
"NoxinPromptLoad",
|
||||
"NoxinPromptSave",
|
||||
"NoxinScaledResolution"
|
||||
"NoxinScaledResolution",
|
||||
"NoxinSimpleMath",
|
||||
"NoxinSplitPrompt"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_NoxinNodes"
|
||||
@ -3710,8 +3732,10 @@
|
||||
[
|
||||
"FreeU_LCM",
|
||||
"LCMGenerate",
|
||||
"LCMGenerate_ReferenceOnly",
|
||||
"LCMGenerate_img2img",
|
||||
"LCMLoader",
|
||||
"LCMLoader_ReferenceOnly",
|
||||
"LCMLoader_img2img",
|
||||
"LCM_outpaint_prep",
|
||||
"LoadImageNode_LCM",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "kinfolk0117",
|
||||
"title": "ComfyUI_SimpleTiles",
|
||||
"reference": "https://github.com/kinfolk0117/ComfyUI_SimpleTiles",
|
||||
"files": [
|
||||
"https://github.com/kinfolk0117/ComfyUI_SimpleTiles"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:TileSplit, TileMerge."
|
||||
},
|
||||
{
|
||||
"author": "CaptainGrock",
|
||||
"title": "ComfyUIInvisibleWatermark",
|
||||
@ -884,106 +894,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a copy of <a href='https://civitai.com/models/24690/comfyui-facerestore-node' target='blank'>facerestore custom node</a> with a bit of a change to support CodeFormer Fidelity parameter. These ComfyUI nodes can be used to restore faces in images similar to the face restore option in AUTOMATIC1111 webui.<BR>NOTE: To use this node, you need to download the face restoration model and face detection model from the 'Install models' menu."
|
||||
},
|
||||
{
|
||||
"author": "ArtBot2023",
|
||||
"title": "Character Face Swap",
|
||||
"reference": "https://github.com/ArtBot2023/CharacterFaceSwap",
|
||||
"files": [
|
||||
"https://github.com/ArtBot2023/CharacterFaceSwap"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Character face swap with LoRA and embeddings."
|
||||
},
|
||||
{
|
||||
"author": "cubiq",
|
||||
"title": "ComfyUI_IPAdapter_plus",
|
||||
"reference": "https://github.com/cubiq/ComfyUI_IPAdapter_plus",
|
||||
"files": [
|
||||
"https://github.com/cubiq/ComfyUI_IPAdapter_plus"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI reference implementation for IPAdapter models. The code is mostly taken from the original IPAdapter repository and laksjdjf's implementation, all credit goes to them. I just made the extension closer to ComfyUI philosophy."
|
||||
},
|
||||
{
|
||||
"author": "ealkanat",
|
||||
"title": "ComfyUI Easy Padding",
|
||||
"reference": "https://github.com/ealkanat/comfyui_easy_padding",
|
||||
"files": [
|
||||
"https://github.com/ealkanat/comfyui_easy_padding"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI Easy Padding is a simple custom ComfyUI node that helps you to add padding to images on ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "seanlynch",
|
||||
"title": "ComfyUI Optical Flow",
|
||||
"reference": "https://github.com/seanlynch/comfyui-optical-flow",
|
||||
"files": [
|
||||
"https://github.com/seanlynch/comfyui-optical-flow"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This package contains three nodes to help you compute optical flow between pairs of images, usually adjacent frames in a video, visualize the flow, and apply the flow to another image of the same dimensions. Most of the code is from Deforum, so this is released under the same license (MIT)."
|
||||
},
|
||||
{
|
||||
"author": "bmad4ever",
|
||||
"title": "ComfyUI-Bmad-Custom-Nodes",
|
||||
"reference": "https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes",
|
||||
"files": [
|
||||
"https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node offers the following functionalities: API support for setting up API requests, computer vision primarily for masking purposes using GrabCut or contours, and general utility to streamline workflow setup or implement essential missing features."
|
||||
},
|
||||
{
|
||||
"author": "RockOfFire",
|
||||
"title": "CR Animation Nodes",
|
||||
"reference": "https://github.com/RockOfFire/CR_Animation_Nodes",
|
||||
"files": [
|
||||
"https://github.com/RockOfFire/CR_Animation_Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A comprehensive suite of nodes to enhance your animations. These nodes include some features similar to Deforum, and also some new ideas."
|
||||
},
|
||||
{
|
||||
"author": "Dr.Lt.Data",
|
||||
"title": "ComfyUI Inspire Pack",
|
||||
"reference": "https://github.com/ltdrdata/ComfyUI-Inspire-Pack",
|
||||
"files": [
|
||||
"https://github.com/ltdrdata/ComfyUI-Inspire-Pack"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension provides various nodes to support Lora Block Weight and the Impact Pack."
|
||||
},
|
||||
{
|
||||
"author": "wolfden",
|
||||
"title": "SDXL Prompt Styler (customized version by wolfden)",
|
||||
"reference": "https://github.com/wolfden/ComfyUi_PromptStylers",
|
||||
"files": [
|
||||
"https://github.com/wolfden/ComfyUi_PromptStylers"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "These custom nodes provide a variety of customized prompt stylers based on <a href='https://github.com/twri/sdxl_prompt_styler'>twri/SDXL Prompt Styler</a>."
|
||||
},
|
||||
{
|
||||
"author": "Dream Project",
|
||||
"title": "Dream Project Animation Nodes",
|
||||
"reference": "https://github.com/alt-key-project/comfyui-dream-project",
|
||||
"files": [
|
||||
"https://github.com/alt-key-project/comfyui-dream-project"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension offers various nodes that are useful for Deforum-like animations in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "comfyanonymous",
|
||||
"title": "ComfyUI_experiments",
|
||||
"reference": "https://github.com/comfyanonymous/ComfyUI_experiments",
|
||||
"files": [
|
||||
"https://github.com/comfyanonymous/ComfyUI_experiments"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: ModelSamplerTonemapNoiseTest, ReferenceOnlySimple, RescaleClassifierFreeGuidanceTest, ModelMergeBlockNumber, ModelMergeSDXL, ModelMergeSDXLTransformers, ModelMergeSDXLDetailedTransformers.<p style='background-color: black; color: red;'>This is a consolidation of the previously separate custom nodes. Please delete the sampler_tonemap.py, sampler_rescalecfg.py, advanced_model_merging.py, sdxl_model_merging.py, and reference_only.py files installed in custom_nodes before.</p>"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -119,6 +119,7 @@
|
||||
"BSZLatentbuster",
|
||||
"BSZPixelbuster",
|
||||
"BSZPixelbusterHelp",
|
||||
"BSZPrincipledConditioning",
|
||||
"BSZPrincipledSampler",
|
||||
"BSZPrincipledScale"
|
||||
],
|
||||
@ -464,8 +465,11 @@
|
||||
"BatchGLIGENSchedule",
|
||||
"BatchPromptSchedule",
|
||||
"BatchPromptScheduleEncodeSDXL",
|
||||
"BatchPromptScheduleLatentInput",
|
||||
"BatchPromptScheduleSDXLLatentInput",
|
||||
"BatchStringSchedule",
|
||||
"BatchValueSchedule",
|
||||
"BatchValueScheduleLatentInput",
|
||||
"CosWave",
|
||||
"InvCosWave",
|
||||
"InvSinWave",
|
||||
@ -1030,6 +1034,7 @@
|
||||
"CR Composite Text",
|
||||
"CR Conditioning Input Switch",
|
||||
"CR ControlNet Input Switch",
|
||||
"CR Draw Perspective Text",
|
||||
"CR Draw Text",
|
||||
"CR Float To Integer",
|
||||
"CR Float To String",
|
||||
@ -1076,6 +1081,7 @@
|
||||
"CR SDXL Style Text",
|
||||
"CR Seed",
|
||||
"CR Seed to Int",
|
||||
"CR Simple Meme Template",
|
||||
"CR Split String",
|
||||
"CR Starburst Colors",
|
||||
"CR Starburst Lines",
|
||||
@ -1988,7 +1994,7 @@
|
||||
"Mikey Sampler Tiled",
|
||||
"Mikey Sampler Tiled Base Only",
|
||||
"MikeySamplerTiledAdvanced",
|
||||
"OoobaPrompt",
|
||||
"OobaPrompt",
|
||||
"PresetRatioSelector",
|
||||
"Prompt With SDXL",
|
||||
"Prompt With Style",
|
||||
@ -2202,9 +2208,13 @@
|
||||
],
|
||||
"https://github.com/chibiace/ComfyUI-Chibi-Nodes": [
|
||||
[
|
||||
"ConditionText",
|
||||
"ImageTool",
|
||||
"LoadEmbedding",
|
||||
"Loader",
|
||||
"Prompts"
|
||||
"Prompts",
|
||||
"SaveImages",
|
||||
"Wildcards"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Chibi-Nodes"
|
||||
@ -2709,12 +2719,22 @@
|
||||
"CrossFadeImages",
|
||||
"GrowMaskWithBlur",
|
||||
"INTConstant",
|
||||
"SomethingToString",
|
||||
"VRAM_Debug"
|
||||
],
|
||||
{
|
||||
"title_aux": "KJNodes for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/kinfolk0117/ComfyUI_SimpleTiles": [
|
||||
[
|
||||
"TileMerge",
|
||||
"TileSplit"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_SimpleTiles"
|
||||
}
|
||||
],
|
||||
"https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": [
|
||||
[
|
||||
"LLLiteLoader"
|
||||
@ -3188,7 +3208,9 @@
|
||||
"NoxinChime",
|
||||
"NoxinPromptLoad",
|
||||
"NoxinPromptSave",
|
||||
"NoxinScaledResolution"
|
||||
"NoxinScaledResolution",
|
||||
"NoxinSimpleMath",
|
||||
"NoxinSplitPrompt"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_NoxinNodes"
|
||||
@ -3710,8 +3732,10 @@
|
||||
[
|
||||
"FreeU_LCM",
|
||||
"LCMGenerate",
|
||||
"LCMGenerate_ReferenceOnly",
|
||||
"LCMGenerate_img2img",
|
||||
"LCMLoader",
|
||||
"LCMLoader_ReferenceOnly",
|
||||
"LCMLoader_img2img",
|
||||
"LCM_outpaint_prep",
|
||||
"LoadImageNode_LCM",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user