mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +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/.
|