diff --git a/channels.list b/channels.list
index 5d8c8123..86360a21 100644
--- a/channels.list
+++ b/channels.list
@@ -1,3 +1,4 @@
default::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
recent::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new
-legacy::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/legacy
\ No newline at end of file
+legacy::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/legacy
+forked::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/forked
\ No newline at end of file
diff --git a/extension-node-map.json b/extension-node-map.json
index 7ed2b74d..f0583cf7 100644
--- a/extension-node-map.json
+++ b/extension-node-map.json
@@ -1060,6 +1060,8 @@
"https://github.com/WASasquatch/PPF_Noise_ComfyUI": [
[
"Blend Latents (PPF Noise)",
+ "Cross-Hatch Power Fractal (PPF Noise)",
+ "Images as Latents (PPF Noise)",
"Perlin Power Fractal Latent (PPF Noise)"
],
{
@@ -1322,6 +1324,7 @@
],
"https://github.com/alt-key-project/comfyui-dream-project": [
[
+ "Analyze Palette [Dream]",
"Beat Curve [Dream]",
"CSV Curve [Dream]",
"CSV Generator [Dream]",
@@ -1337,6 +1340,10 @@
"Image Sequence Saver [Dream]",
"Image Sequence Tweening [Dream]",
"Linear Curve [Dream]",
+ "Noise from Palette [Dream]",
+ "Palette Color Align [Dream]",
+ "Palette Color Shift [Dream]",
+ "Sample Image as Palette [Dream]",
"Sine Curve [Dream]"
],
{
@@ -1567,6 +1574,8 @@
"https://github.com/city96/ComfyUI_DiT": [
[
"DiTCheckpointLoader",
+ "DiTCheckpointLoaderSimple",
+ "DiTLabelCombine",
"DiTLabelSelect",
"DiTSampler"
],
diff --git a/node_db/forked/custom-node-list.json b/node_db/forked/custom-node-list.json
new file mode 100644
index 00000000..63858b8e
--- /dev/null
+++ b/node_db/forked/custom-node-list.json
@@ -0,0 +1,15 @@
+{
+ "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 AnimateDiff, created by ArtVentureX.
AnimateDiff integration for ComfyUI, adapts from sd-webui-animatediff.
You only need to download one of mm_sd_v14.ckpt | mm_sd_v15.ckpt. Put the model weights under ComfyUI/custom_nodes/comfyui-animatediff/models. DO NOT change model filename.
" + } + ] +} \ No newline at end of file diff --git a/node_db/forked/extension-node-map.json b/node_db/forked/extension-node-map.json new file mode 100644 index 00000000..baf70cff --- /dev/null +++ b/node_db/forked/extension-node-map.json @@ -0,0 +1,14 @@ +{ + "https://github.com/Kosinkadink/ComfyUI-AnimateDiff": [ + [ + "AnimateDiffCombine", + "AnimateDiffLoaderLegacy", + "AnimateDiffLoaderV1", + "AnimateDiffUnload", + "CheckpointLoaderSimpleWithNoiseSelect" + ], + { + "title_aux": "AnimateDiff (Kosinkadink version)" + } + ] +} \ No newline at end of file diff --git a/node_db/forked/model-list.json b/node_db/forked/model-list.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/node_db/forked/model-list.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/node_db/forked/scan.sh b/node_db/forked/scan.sh new file mode 100755 index 00000000..5d8d8c48 --- /dev/null +++ b/node_db/forked/scan.sh @@ -0,0 +1,4 @@ +#!/bin/bash +source ../../../../venv/bin/activate +rm .tmp/*.py > /dev/null +python ../../scanner.py diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 7ed2b74d..f0583cf7 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1060,6 +1060,8 @@ "https://github.com/WASasquatch/PPF_Noise_ComfyUI": [ [ "Blend Latents (PPF Noise)", + "Cross-Hatch Power Fractal (PPF Noise)", + "Images as Latents (PPF Noise)", "Perlin Power Fractal Latent (PPF Noise)" ], { @@ -1322,6 +1324,7 @@ ], "https://github.com/alt-key-project/comfyui-dream-project": [ [ + "Analyze Palette [Dream]", "Beat Curve [Dream]", "CSV Curve [Dream]", "CSV Generator [Dream]", @@ -1337,6 +1340,10 @@ "Image Sequence Saver [Dream]", "Image Sequence Tweening [Dream]", "Linear Curve [Dream]", + "Noise from Palette [Dream]", + "Palette Color Align [Dream]", + "Palette Color Shift [Dream]", + "Sample Image as Palette [Dream]", "Sine Curve [Dream]" ], { @@ -1567,6 +1574,8 @@ "https://github.com/city96/ComfyUI_DiT": [ [ "DiTCheckpointLoader", + "DiTCheckpointLoaderSimple", + "DiTLabelCombine", "DiTLabelSelect", "DiTSampler" ],