Browse Source

Merge branch 'ltdrdata:main' into dev-2

pull/270/head
John Qiao 11 months ago committed by GitHub
parent
commit
a27d59f6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 27
      check.sh
  2. 4
      custom-node-list.json
  3. 8
      extension-node-map.json
  4. 4
      node_db/new/custom-node-list.json
  5. 8
      node_db/new/extension-node-map.json
  6. 3
      scan.sh

27
check.sh

@ -0,0 +1,27 @@
#!/bin/bash
files=(
"custom-node-list.json"
"model-list.json"
"alter-list.json"
"extension-node-map.json"
"node_db/new/custom-node-list.json"
"node_db/new/model-list.json"
"node_db/new/extension-node-map.json"
"node_db/dev/custom-node-list.json"
"node_db/dev/model-list.json"
"node_db/dev/extension-node-map.json"
"node_db/tutorial/custom-node-list.json"
"node_db/tutorial/model-list.json"
"node_db/tutorial/extension-node-map.json"
"node_db/legacy/custom-node-list.json"
"node_db/legacy/model-list.json"
"node_db/legacy/extension-node-map.json"
"node_db/forked/custom-node-list.json"
"node_db/forked/model-list.json"
"node_db/forked/extension-node-map.json"
)
for file in "${files[@]}"; do
python json-checker.py "$file"
done

4
custom-node-list.json

@ -3654,13 +3654,13 @@
}, },
{ {
"author": "OpenArt-AI", "author": "OpenArt-AI",
"title": "ComfyUI-Assistant", "title": "ComfyUI Assistant",
"reference": "https://github.com/OpenArt-AI/ComfyUI-Assistant", "reference": "https://github.com/OpenArt-AI/ComfyUI-Assistant",
"files": [ "files": [
"https://github.com/OpenArt-AI/ComfyUI-Assistant" "https://github.com/OpenArt-AI/ComfyUI-Assistant"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Comfy Assistant is your one stop plugin for everything you need to get started with ComfyUI" "description": "ComfyUI Assistant is your one stop plugin for everything you need to get started with comfy-ui. Now it provides useful courses, tutorials, and basic templates."
}, },
{ {
"author": "ttulttul", "author": "ttulttul",

8
extension-node-map.json

@ -1003,7 +1003,8 @@
], ],
"https://github.com/Limitex/ComfyUI-Calculation": [ "https://github.com/Limitex/ComfyUI-Calculation": [
[ [
"CenterCalculation" "CenterCalculation",
"CreateQRCode"
], ],
{ {
"title_aux": "ComfyUI-Calculation" "title_aux": "ComfyUI-Calculation"
@ -1722,6 +1723,7 @@
"CR Load Scheduled ControlNets", "CR Load Scheduled ControlNets",
"CR Load Scheduled LoRAs", "CR Load Scheduled LoRAs",
"CR Load Scheduled Models", "CR Load Scheduled Models",
"CR Load Text List",
"CR Load Workflow", "CR Load Workflow",
"CR Load XY Annotation From File", "CR Load XY Annotation From File",
"CR Mask Text", "CR Mask Text",
@ -1763,6 +1765,7 @@
"CR SDXL Base Prompt Encoder", "CR SDXL Base Prompt Encoder",
"CR SDXL Prompt Mix Presets", "CR SDXL Prompt Mix Presets",
"CR SDXL Style Text", "CR SDXL Style Text",
"CR Save Text To File",
"CR Schedule Camera Movements", "CR Schedule Camera Movements",
"CR Schedule ControlNets", "CR Schedule ControlNets",
"CR Schedule Input Switch", "CR Schedule Input Switch",
@ -5552,8 +5555,7 @@
"FABRICPatchModelAdv", "FABRICPatchModelAdv",
"KSamplerAdvFABRICAdv", "KSamplerAdvFABRICAdv",
"KSamplerFABRIC", "KSamplerFABRIC",
"KSamplerFABRICAdv", "KSamplerFABRICAdv"
"LatentBatch"
], ],
{ {
"title_aux": "ComfyUI fabric" "title_aux": "ComfyUI fabric"

4
node_db/new/custom-node-list.json

@ -165,13 +165,13 @@
}, },
{ {
"author": "OpenArt-AI", "author": "OpenArt-AI",
"title": "ComfyUI-Assistant", "title": "ComfyUI Assistant",
"reference": "https://github.com/OpenArt-AI/ComfyUI-Assistant", "reference": "https://github.com/OpenArt-AI/ComfyUI-Assistant",
"files": [ "files": [
"https://github.com/OpenArt-AI/ComfyUI-Assistant" "https://github.com/OpenArt-AI/ComfyUI-Assistant"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Comfy Assistant is your one stop plugin for everything you need to get started with ComfyUI" "description": "ComfyUI Assistant is your one stop plugin for everything you need to get started with comfy-ui. Now it provides useful courses, tutorials, and basic templates."
}, },
{ {
"author": "shockz0rz", "author": "shockz0rz",

8
node_db/new/extension-node-map.json

@ -1003,7 +1003,8 @@
], ],
"https://github.com/Limitex/ComfyUI-Calculation": [ "https://github.com/Limitex/ComfyUI-Calculation": [
[ [
"CenterCalculation" "CenterCalculation",
"CreateQRCode"
], ],
{ {
"title_aux": "ComfyUI-Calculation" "title_aux": "ComfyUI-Calculation"
@ -1722,6 +1723,7 @@
"CR Load Scheduled ControlNets", "CR Load Scheduled ControlNets",
"CR Load Scheduled LoRAs", "CR Load Scheduled LoRAs",
"CR Load Scheduled Models", "CR Load Scheduled Models",
"CR Load Text List",
"CR Load Workflow", "CR Load Workflow",
"CR Load XY Annotation From File", "CR Load XY Annotation From File",
"CR Mask Text", "CR Mask Text",
@ -1763,6 +1765,7 @@
"CR SDXL Base Prompt Encoder", "CR SDXL Base Prompt Encoder",
"CR SDXL Prompt Mix Presets", "CR SDXL Prompt Mix Presets",
"CR SDXL Style Text", "CR SDXL Style Text",
"CR Save Text To File",
"CR Schedule Camera Movements", "CR Schedule Camera Movements",
"CR Schedule ControlNets", "CR Schedule ControlNets",
"CR Schedule Input Switch", "CR Schedule Input Switch",
@ -5552,8 +5555,7 @@
"FABRICPatchModelAdv", "FABRICPatchModelAdv",
"KSamplerAdvFABRICAdv", "KSamplerAdvFABRICAdv",
"KSamplerFABRIC", "KSamplerFABRIC",
"KSamplerFABRICAdv", "KSamplerFABRICAdv"
"LatentBatch"
], ],
{ {
"title_aux": "ComfyUI fabric" "title_aux": "ComfyUI fabric"

3
scan.sh

@ -2,3 +2,6 @@
rm ~/.tmp/default/*.py > /dev/null 2>&1 rm ~/.tmp/default/*.py > /dev/null 2>&1
python scanner.py ~/.tmp/default python scanner.py ~/.tmp/default
cp extension-node-map.json node_db/new/. cp extension-node-map.json node_db/new/.
echo Integrity check
./check.sh

Loading…
Cancel
Save