ComfyUI/entrypoint.sh
2023-08-23 13:26:38 +00:00

13 lines
239 B
Bash
Executable File

#!/bin/bash
cd ./custom_nodes/comfy_controlnet_preprocessors && python3.9 install.py && cd ../ &
# Run the first Python script
python3.9 main.py &
# Wait for 20 seconds
sleep 20
# Run the second Python script
python3.9 comfy_runpod.py