update DB

This commit is contained in:
dr.lt.data 2023-09-08 09:15:39 +09:00
parent ce84904903
commit cc6571aea6
5 changed files with 61 additions and 27 deletions

View File

@ -1012,6 +1012,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: ControlNetLoaderAdvanced, DiffControlNetLoaderAdvanced, ScaledSoftControlNetWeights, SoftControlNetWeights, CustomControlNetWeights, SoftT2IAdapterWeights, CustomT2IAdapterWeights" "description": "Nodes: ControlNetLoaderAdvanced, DiffControlNetLoaderAdvanced, ScaledSoftControlNetWeights, SoftControlNetWeights, CustomControlNetWeights, SoftT2IAdapterWeights, CustomT2IAdapterWeights"
}, },
{
"author": "Kosinkadink",
"title": "AnimateDiff (Kosinkadink version)",
"reference": "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved",
"pip": ["flash_attn"],
"files": [
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved"
],
"install_type": "git-clone",
"description": "A forked repository that actively maintains <a href='https://github.com/ArtVentureX/comfyui-animatediff' target='blank'>AnimateDiff</a>, created by ArtVentureX.<BR><BR>AnimateDiff integration for ComfyUI, adapts from sd-webui-animatediff.<br><p style='background-color: black; color: red;'>You only need to download one of <a href='https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt' target='blank'>mm_sd_v14.ckpt</a> | <a href='https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt' target='blank'>mm_sd_v15.ckpt</a>. Put the model weights under <font color='white'>ComfyUI/custom_nodes/comfyui-animatediff/models</font>. DO NOT change model filename.</p>"
},
{ {
"author": "Gourieff", "author": "Gourieff",
"title": "ReActor Node 0.1.0 for ComfyUI", "title": "ReActor Node 0.1.0 for ComfyUI",

View File

@ -504,6 +504,18 @@
"title_aux": "ComfyUI-Advanced-ControlNet" "title_aux": "ComfyUI-Advanced-ControlNet"
} }
], ],
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": [
[
"ADE_AnimateDiffCombine",
"ADE_AnimateDiffLoaderLegacy",
"ADE_AnimateDiffUnload",
"AnimateDiffLoaderV1",
"CheckpointLoaderSimpleWithNoiseSelect"
],
{
"title_aux": "AnimateDiff (Kosinkadink version)"
}
],
"https://github.com/LEv145/images-grid-comfy-plugin": [ "https://github.com/LEv145/images-grid-comfy-plugin": [
[ [
"GridAnnotation", "GridAnnotation",
@ -744,6 +756,8 @@
"CR Cycle Text", "CR Cycle Text",
"CR Cycle Text Simple", "CR Cycle Text Simple",
"CR Debatch Frames", "CR Debatch Frames",
"CR Encode Scheduled Prompts",
"CR Encode Scheduled Prompts SD1.5",
"CR Gradient Float", "CR Gradient Float",
"CR Gradient Integer", "CR Gradient Integer",
"CR Image List", "CR Image List",
@ -758,9 +772,16 @@
"CR LoRA List", "CR LoRA List",
"CR Load Animation Frames", "CR Load Animation Frames",
"CR Model List", "CR Model List",
"CR Multiline Text",
"CR Prompt List", "CR Prompt List",
"CR Prompt List Keyframes", "CR Prompt List Keyframes",
"CR Prompt Text", "CR Prompt Text",
"CR Schedule Prompts",
"CR Schedule Prompts SD1.5",
"CR Schedule Prompts SDXL",
"CR Simple Text Scheduler",
"CR Simple Value Scheduler",
"CR String To Combo",
"CR Text List", "CR Text List",
"CR Text List Simple", "CR Text List Simple",
"CR Text List To String" "CR Text List To String"
@ -1469,6 +1490,7 @@
"CreateRequestMetadata", "CreateRequestMetadata",
"Draw Contour(s)", "Draw Contour(s)",
"Filter Contour", "Filter Contour",
"FlatLatentsIntoSingleGrid",
"Framed Mask Grab Cut", "Framed Mask Grab Cut",
"Framed Mask Grab Cut 2", "Framed Mask Grab Cut 2",
"Get Contour from list", "Get Contour from list",
@ -1671,6 +1693,7 @@
"https://github.com/cubiq/ComfyUI_IPAdapter_plus": [ "https://github.com/cubiq/ComfyUI_IPAdapter_plus": [
[ [
"IPAdapterApply", "IPAdapterApply",
"IPAdapterCLIPVisionEncode",
"IPAdapterModelLoader" "IPAdapterModelLoader"
], ],
{ {
@ -2501,6 +2524,7 @@
"AV_PromptsToParametersPipe", "AV_PromptsToParametersPipe",
"AV_UploadImage", "AV_UploadImage",
"AV_VAELoader", "AV_VAELoader",
"AspectRatioSelector",
"BLIPCaption", "BLIPCaption",
"ColorBlend", "ColorBlend",
"ColorCorrect", "ColorCorrect",

View File

@ -1,15 +1,3 @@
{ {
"custom_nodes": [ "custom_nodes": []
{
"author": "ArtVentureX",
"title": "AnimateDiff (Kosinkadink version)",
"reference": "https://github.com/Kosinkadink/ComfyUI-AnimateDiff",
"pip": ["flash_attn"],
"files": [
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff"
],
"install_type": "git-clone",
"description": "A forked repository that actively maintains <a href='https://github.com/ArtVentureX/comfyui-animatediff' target='blank'>AnimateDiff</a>, created by ArtVentureX.<BR><BR>AnimateDiff integration for ComfyUI, adapts from sd-webui-animatediff.<br><p style='background-color: black; color: red;'>You only need to download one of <a href='https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt' target='blank'>mm_sd_v14.ckpt</a> | <a href='https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt' target='blank'>mm_sd_v15.ckpt</a>. Put the model weights under <font color='white'>ComfyUI/custom_nodes/comfyui-animatediff/models</font>. DO NOT change model filename.</p>"
}
]
} }

View File

@ -1,14 +1 @@
{ {}
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff": [
[
"AnimateDiffCombine",
"AnimateDiffLoaderLegacy",
"AnimateDiffLoaderV1",
"AnimateDiffUnload",
"CheckpointLoaderSimpleWithNoiseSelect"
],
{
"title_aux": "AnimateDiff (Kosinkadink version)"
}
]
}

View File

@ -504,6 +504,18 @@
"title_aux": "ComfyUI-Advanced-ControlNet" "title_aux": "ComfyUI-Advanced-ControlNet"
} }
], ],
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": [
[
"ADE_AnimateDiffCombine",
"ADE_AnimateDiffLoaderLegacy",
"ADE_AnimateDiffUnload",
"AnimateDiffLoaderV1",
"CheckpointLoaderSimpleWithNoiseSelect"
],
{
"title_aux": "AnimateDiff (Kosinkadink version)"
}
],
"https://github.com/LEv145/images-grid-comfy-plugin": [ "https://github.com/LEv145/images-grid-comfy-plugin": [
[ [
"GridAnnotation", "GridAnnotation",
@ -744,6 +756,8 @@
"CR Cycle Text", "CR Cycle Text",
"CR Cycle Text Simple", "CR Cycle Text Simple",
"CR Debatch Frames", "CR Debatch Frames",
"CR Encode Scheduled Prompts",
"CR Encode Scheduled Prompts SD1.5",
"CR Gradient Float", "CR Gradient Float",
"CR Gradient Integer", "CR Gradient Integer",
"CR Image List", "CR Image List",
@ -758,9 +772,16 @@
"CR LoRA List", "CR LoRA List",
"CR Load Animation Frames", "CR Load Animation Frames",
"CR Model List", "CR Model List",
"CR Multiline Text",
"CR Prompt List", "CR Prompt List",
"CR Prompt List Keyframes", "CR Prompt List Keyframes",
"CR Prompt Text", "CR Prompt Text",
"CR Schedule Prompts",
"CR Schedule Prompts SD1.5",
"CR Schedule Prompts SDXL",
"CR Simple Text Scheduler",
"CR Simple Value Scheduler",
"CR String To Combo",
"CR Text List", "CR Text List",
"CR Text List Simple", "CR Text List Simple",
"CR Text List To String" "CR Text List To String"
@ -1469,6 +1490,7 @@
"CreateRequestMetadata", "CreateRequestMetadata",
"Draw Contour(s)", "Draw Contour(s)",
"Filter Contour", "Filter Contour",
"FlatLatentsIntoSingleGrid",
"Framed Mask Grab Cut", "Framed Mask Grab Cut",
"Framed Mask Grab Cut 2", "Framed Mask Grab Cut 2",
"Get Contour from list", "Get Contour from list",
@ -1671,6 +1693,7 @@
"https://github.com/cubiq/ComfyUI_IPAdapter_plus": [ "https://github.com/cubiq/ComfyUI_IPAdapter_plus": [
[ [
"IPAdapterApply", "IPAdapterApply",
"IPAdapterCLIPVisionEncode",
"IPAdapterModelLoader" "IPAdapterModelLoader"
], ],
{ {
@ -2501,6 +2524,7 @@
"AV_PromptsToParametersPipe", "AV_PromptsToParametersPipe",
"AV_UploadImage", "AV_UploadImage",
"AV_VAELoader", "AV_VAELoader",
"AspectRatioSelector",
"BLIPCaption", "BLIPCaption",
"ColorBlend", "ColorBlend",
"ColorCorrect", "ColorCorrect",