Upload custom_nodes/ComfyUI-Manager/scan.sh with huggingface_hub
Browse files
custom_nodes/ComfyUI-Manager/scan.sh
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
rm ~/.tmp/default/*.py > /dev/null 2>&1
|
3 |
+
python scanner.py ~/.tmp/default $*
|
4 |
+
cp extension-node-map.json node_db/new/.
|
5 |
+
|
6 |
+
echo "Integrity check"
|
7 |
+
if [ -f "check2.sh" ]; then
|
8 |
+
./check2.sh
|
9 |
+
else
|
10 |
+
./check.sh
|
11 |
+
fi
|