mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
add script for windows
This commit is contained in:
parent
c00b168077
commit
8046217df4
21
check.bat
Normal file
21
check.bat
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
python json-checker.py "custom-node-list.json"
|
||||||
|
python json-checker.py "model-list.json"
|
||||||
|
python json-checker.py "alter-list.json"
|
||||||
|
python json-checker.py "extension-node-map.json"
|
||||||
|
python json-checker.py "node_db\new\custom-node-list.json"
|
||||||
|
python json-checker.py "node_db\new\model-list.json"
|
||||||
|
python json-checker.py "node_db\new\extension-node-map.json"
|
||||||
|
python json-checker.py "node_db\dev\custom-node-list.json"
|
||||||
|
python json-checker.py "node_db\dev\model-list.json"
|
||||||
|
python json-checker.py "node_db\dev\extension-node-map.json"
|
||||||
|
python json-checker.py "node_db\tutorial\custom-node-list.json"
|
||||||
|
python json-checker.py "node_db\tutorial\model-list.json"
|
||||||
|
python json-checker.py "node_db\tutorial\extension-node-map.json"
|
||||||
|
python json-checker.py "node_db\legacy\custom-node-list.json"
|
||||||
|
python json-checker.py "node_db\legacy\model-list.json"
|
||||||
|
python json-checker.py "node_db\legacy\extension-node-map.json"
|
||||||
|
python json-checker.py "node_db\forked\custom-node-list.json"
|
||||||
|
python json-checker.py "node_db\forked\model-list.json"
|
||||||
|
python json-checker.py "node_db\forked\extension-node-map.json"
|
||||||
Loading…
x
Reference in New Issue
Block a user