Copy run scripting into output folder
This commit is contained in:
11
bin/run.bat
Normal file
11
bin/run.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
|
||||
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
|
||||
11
bin/run.sh
Normal file
11
bin/run.sh
Normal 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
|
||||
Reference in New Issue
Block a user