You've already forked ComfyUI-Manager
mirror of
https://github.com/ltdrdata/ComfyUI-Manager.git
synced 2026-01-27 22:42:50 +03:00
5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
source ../../../../venv/bin/activate
|
|
rm .tmp/*.py > /dev/null
|
|
python ../../scanner.py
|