mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
- better nickname displays for badge fix: If the missing node is included in multiple custom node packs, it reports all the custom node packs.
8 lines
162 B
Bash
Executable File
8 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
rm ~/.tmp/default/*.py > /dev/null 2>&1
|
|
python scanner.py ~/.tmp/default $@
|
|
cp extension-node-map.json node_db/new/.
|
|
|
|
echo Integrity check
|
|
./check.sh
|