mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
source ../../venv/bin/activate
|
|
rm ~/.tmp/default/*.py > /dev/null 2>&1
|
|
python scanner.py ~/.tmp/default
|
|
cp extension-node-map.json node_db/new/.
|