mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-15 00:54:23 +08:00
Merge branch 'ltdrdata:main' into dev-2
This commit is contained in:
commit
a27d59f6da
27
check.sh
Executable file
27
check.sh
Executable 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
|
||||||
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user