Copy run scripting into output folder

This commit is contained in:
space-nuko
2023-05-05 21:31:07 -05:00
parent df4f2b2d57
commit 432ac95c94
9 changed files with 54 additions and 10 deletions

11
bin/run.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env sh
echo "Starting ComfyBox."
echo "Be sure you've started ComfyUI already using this command:"
echo ""
echo " python main.py --enable-cors-header"
echo ""
echo "Serving at http://localhost:8000"
echo ""
python -m http.server 8000