mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 01:57:04 +08:00
6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
source ../../venv/bin/activate
|
|
rm .tmp/*.py > /dev/null
|
|
python scanner.py
|
|
cp extension-node-map.json node_db/new/.
|