Merge branch 'ltdrdata:main' into dev-2

This commit is contained in:
John Qiao 2023-12-27 20:16:12 -07:00 committed by GitHub
commit a27d59f6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 44 additions and 10 deletions

27
check.sh Executable file
View File

@ -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

View File

@ -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",

View File

@ -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"

View File

@ -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",

View File

@ -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"

View File

@ -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