1 Star 0 Fork 0

ai-liam/ltdrdata-ComfyUI-Manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
check.sh 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
Dr.Lt.Data 提交于 2024-07-27 00:22 . update DB
#!/bin/bash
echo
echo CHECK1
files=(
"custom-node-list.json"
"model-list.json"
"alter-list.json"
"extension-node-map.json"
"github-stats.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
echo
echo CHECK2
find ~/.tmp/default -name "*.py" -print0 | xargs -0 grep -E "crypto|^_A="
echo
echo CHECK3
find ~/.tmp/default -name "requirements.txt" | xargs grep "^\s*https\\?:"
find ~/.tmp/default -name "requirements.txt" | xargs grep "\.whl"
echo
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ai-liam/ltdrdata-ComfyUI-Manager.git
git@gitee.com:ai-liam/ltdrdata-ComfyUI-Manager.git
ai-liam
ltdrdata-ComfyUI-Manager
ltdrdata-ComfyUI-Manager
main

搜索帮助