Browse Source

update DB

pull/100/head
Dr.Lt.Data 1 year ago
parent
commit
0898305f50
  1. 3
      channels.list
  2. 9
      extension-node-map.json
  3. 15
      node_db/forked/custom-node-list.json
  4. 14
      node_db/forked/extension-node-map.json
  5. 1
      node_db/forked/model-list.json
  6. 4
      node_db/forked/scan.sh
  7. 9
      node_db/new/extension-node-map.json

3
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
legacy::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/legacy
forked::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/forked

9
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"
],

15
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 <a href='https://github.com/ArtVentureX/comfyui-animatediff' target='blank'>AnimateDiff</a>, created by ArtVentureX.<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>"
}
]
}

14
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)"
}
]
}

1
node_db/forked/model-list.json

@ -0,0 +1 @@
{}

4
node_db/forked/scan.sh

@ -0,0 +1,4 @@
#!/bin/bash
source ../../../../venv/bin/activate
rm .tmp/*.py > /dev/null
python ../../scanner.py

9
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"
],

Loading…
Cancel
Save