diff --git a/extension-node-map.json b/extension-node-map.json
index 5005752..49a0181 100644
--- a/extension-node-map.json
+++ b/extension-node-map.json
@@ -1361,9 +1361,11 @@
"Image Sequence Saver [Dream]",
"Image Sequence Tweening [Dream]",
"Linear Curve [Dream]",
+ "Noise from Area Palettes [Dream]",
"Noise from Palette [Dream]",
"Palette Color Align [Dream]",
"Palette Color Shift [Dream]",
+ "Sample Image Area as Palette [Dream]",
"Sample Image as Palette [Dream]",
"Sine Curve [Dream]"
],
@@ -2537,6 +2539,7 @@
"LoadImageFromUrl",
"SDXLAspectRatioSelector",
"SDXLPromptStyler",
+ "SeedSelector",
"StringToInt"
],
{
diff --git a/model-list.json b/model-list.json
index 2cc0cda..b8d6939 100644
--- a/model-list.json
+++ b/model-list.json
@@ -971,7 +971,7 @@
},
{
- "name": "animatediff/mmd_sd_v14.ckpt",
+ "name": "animatediff/mmd_sd_v14.ckpt (comfyui-animatediff)",
"type": "animatediff",
"base": "SD1.x",
"save_path": "custom_nodes/comfyui-animatediff/models",
@@ -981,7 +981,7 @@
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt"
},
{
- "name": "animatediff/mm_sd_v15.ckpt",
+ "name": "animatediff/mm_sd_v15.ckpt (comfyui-animatediff)",
"type": "animatediff",
"base": "SD1.x",
"save_path": "custom_nodes/comfyui-animatediff/models",
@@ -991,6 +991,47 @@
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt"
},
+ {
+ "name": "animatediff/mmd_sd_v14.ckpt (ComfyUI-AnimateDiff-Evolved)",
+ "type": "animatediff",
+ "base": "SD1.x",
+ "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
+ "reference": "https://huggingface.co/guoyww/animatediff",
+ "filename": "mm_sd_v14.ckpt",
+ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt"
+ },
+ {
+ "name": "animatediff/mm_sd_v15.ckpt (ComfyUI-AnimateDiff-Evolved)",
+ "type": "animatediff",
+ "base": "SD1.x",
+ "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
+ "reference": "https://huggingface.co/guoyww/animatediff",
+ "filename": "mm_sd_v15.ckpt",
+ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt"
+ },
+ {
+ "name": "AD_Stabilized_Motion/mm-Stabilized_high.pth (ComfyUI-AnimateDiff-Evolved)",
+ "type": "animatediff",
+ "base": "SD1.x",
+ "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
+ "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion",
+ "filename": "mm-Stabilized_high.pth",
+ "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_high.pth"
+ },
+ {
+ "name": "AD_Stabilized_Motion/mm-Stabilized_mid.pth (ComfyUI-AnimateDiff-Evolved)",
+ "type": "animatediff",
+ "base": "SD1.x",
+ "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
+ "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion",
+ "filename": "mm-Stabilized_mid.pth",
+ "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_mid.pth"
+ },
+
{
"name": "ip-adapter_sdxl.bin
(install to IPAdapter-ComfyUI)",
"type": "IP-Adapter",
diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json
index 4e7e0e8..2d2fb8d 100644
--- a/node_db/new/custom-node-list.json
+++ b/node_db/new/custom-node-list.json
@@ -1,5 +1,16 @@
{
"custom_nodes": [
+ {
+ "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 AnimateDiff, created by ArtVentureX.
Improved AnimateDiff integration for ComfyUI, adapts from sd-webui-animatediff.
Download one or more motion models from Original Models | Finetuned Models. See README for additional model links and usage. Put the model weights under ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/models. You are free to rename the models, but keeping original names will ease use when sharing your workflow.
" + }, { "author": "bvhari", "title": "(WIP) ComfyUI_PerpNeg", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 5005752..49a0181 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1361,9 +1361,11 @@ "Image Sequence Saver [Dream]", "Image Sequence Tweening [Dream]", "Linear Curve [Dream]", + "Noise from Area Palettes [Dream]", "Noise from Palette [Dream]", "Palette Color Align [Dream]", "Palette Color Shift [Dream]", + "Sample Image Area as Palette [Dream]", "Sample Image as Palette [Dream]", "Sine Curve [Dream]" ], @@ -2537,6 +2539,7 @@ "LoadImageFromUrl", "SDXLAspectRatioSelector", "SDXLPromptStyler", + "SeedSelector", "StringToInt" ], { diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index ae4d361..30c78d6 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,26 @@ { "models": [ + { + "name": "AD_Stabilized_Motion/mm-Stabilized_high.pth (ComfyUI-AnimateDiff-Evolved)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion", + "filename": "mm-Stabilized_high.pth", + "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_high.pth" + }, + { + "name": "AD_Stabilized_Motion/mm-Stabilized_mid.pth (ComfyUI-AnimateDiff-Evolved)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion", + "filename": "mm-Stabilized_mid.pth", + "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_mid.pth" + }, + { "name": "GFPGANv1.4.pth", "type": "GFPGAN", @@ -280,7 +301,7 @@ }, { - "name": "animatediff/mmd_sd_v14.ckpt", + "name": "animatediff/mmd_sd_v14.ckpt (comfyui-animatediff)", "type": "animatediff", "base": "SD1.x", "save_path": "custom_nodes/comfyui-animatediff/models", @@ -290,7 +311,7 @@ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt" }, { - "name": "animatediff/mm_sd_v15.ckpt", + "name": "animatediff/mm_sd_v15.ckpt (comfyui-animatediff)", "type": "animatediff", "base": "SD1.x", "save_path": "custom_nodes/comfyui-animatediff/models", @@ -300,6 +321,27 @@ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt" }, + { + "name": "animatediff/mmd_sd_v14.ckpt (ComfyUI-AnimateDiff-Evolved)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "mm_sd_v14.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt" + }, + { + "name": "animatediff/mm_sd_v15.ckpt (ComfyUI-AnimateDiff-Evolved)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "mm_sd_v15.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt" + }, + { "name": "ip-adapter_sdxl.bin