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
ce84904903
commit
cc6571aea6
@ -1012,6 +1012,17 @@
|
||||
"install_type": "git-clone",
|
||||
"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",
|
||||
"title": "ReActor Node 0.1.0 for ComfyUI",
|
||||
|
||||
@ -504,6 +504,18 @@
|
||||
"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": [
|
||||
[
|
||||
"GridAnnotation",
|
||||
@ -744,6 +756,8 @@
|
||||
"CR Cycle Text",
|
||||
"CR Cycle Text Simple",
|
||||
"CR Debatch Frames",
|
||||
"CR Encode Scheduled Prompts",
|
||||
"CR Encode Scheduled Prompts SD1.5",
|
||||
"CR Gradient Float",
|
||||
"CR Gradient Integer",
|
||||
"CR Image List",
|
||||
@ -758,9 +772,16 @@
|
||||
"CR LoRA List",
|
||||
"CR Load Animation Frames",
|
||||
"CR Model List",
|
||||
"CR Multiline Text",
|
||||
"CR Prompt List",
|
||||
"CR Prompt List Keyframes",
|
||||
"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 Simple",
|
||||
"CR Text List To String"
|
||||
@ -1469,6 +1490,7 @@
|
||||
"CreateRequestMetadata",
|
||||
"Draw Contour(s)",
|
||||
"Filter Contour",
|
||||
"FlatLatentsIntoSingleGrid",
|
||||
"Framed Mask Grab Cut",
|
||||
"Framed Mask Grab Cut 2",
|
||||
"Get Contour from list",
|
||||
@ -1671,6 +1693,7 @@
|
||||
"https://github.com/cubiq/ComfyUI_IPAdapter_plus": [
|
||||
[
|
||||
"IPAdapterApply",
|
||||
"IPAdapterCLIPVisionEncode",
|
||||
"IPAdapterModelLoader"
|
||||
],
|
||||
{
|
||||
@ -2501,6 +2524,7 @@
|
||||
"AV_PromptsToParametersPipe",
|
||||
"AV_UploadImage",
|
||||
"AV_VAELoader",
|
||||
"AspectRatioSelector",
|
||||
"BLIPCaption",
|
||||
"ColorBlend",
|
||||
"ColorCorrect",
|
||||
|
||||
@ -1,15 +1,3 @@
|
||||
{
|
||||
"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>"
|
||||
}
|
||||
]
|
||||
"custom_nodes": []
|
||||
}
|
||||
@ -1,14 +1 @@
|
||||
{
|
||||
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff": [
|
||||
[
|
||||
"AnimateDiffCombine",
|
||||
"AnimateDiffLoaderLegacy",
|
||||
"AnimateDiffLoaderV1",
|
||||
"AnimateDiffUnload",
|
||||
"CheckpointLoaderSimpleWithNoiseSelect"
|
||||
],
|
||||
{
|
||||
"title_aux": "AnimateDiff (Kosinkadink version)"
|
||||
}
|
||||
]
|
||||
}
|
||||
{}
|
||||
@ -504,6 +504,18 @@
|
||||
"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": [
|
||||
[
|
||||
"GridAnnotation",
|
||||
@ -744,6 +756,8 @@
|
||||
"CR Cycle Text",
|
||||
"CR Cycle Text Simple",
|
||||
"CR Debatch Frames",
|
||||
"CR Encode Scheduled Prompts",
|
||||
"CR Encode Scheduled Prompts SD1.5",
|
||||
"CR Gradient Float",
|
||||
"CR Gradient Integer",
|
||||
"CR Image List",
|
||||
@ -758,9 +772,16 @@
|
||||
"CR LoRA List",
|
||||
"CR Load Animation Frames",
|
||||
"CR Model List",
|
||||
"CR Multiline Text",
|
||||
"CR Prompt List",
|
||||
"CR Prompt List Keyframes",
|
||||
"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 Simple",
|
||||
"CR Text List To String"
|
||||
@ -1469,6 +1490,7 @@
|
||||
"CreateRequestMetadata",
|
||||
"Draw Contour(s)",
|
||||
"Filter Contour",
|
||||
"FlatLatentsIntoSingleGrid",
|
||||
"Framed Mask Grab Cut",
|
||||
"Framed Mask Grab Cut 2",
|
||||
"Get Contour from list",
|
||||
@ -1671,6 +1693,7 @@
|
||||
"https://github.com/cubiq/ComfyUI_IPAdapter_plus": [
|
||||
[
|
||||
"IPAdapterApply",
|
||||
"IPAdapterCLIPVisionEncode",
|
||||
"IPAdapterModelLoader"
|
||||
],
|
||||
{
|
||||
@ -2501,6 +2524,7 @@
|
||||
"AV_PromptsToParametersPipe",
|
||||
"AV_UploadImage",
|
||||
"AV_VAELoader",
|
||||
"AspectRatioSelector",
|
||||
"BLIPCaption",
|
||||
"ColorBlend",
|
||||
"ColorCorrect",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user