Files
ComfyBox/bin/run.bat
2023-05-05 21:31:07 -05:00

12 lines
228 B
Batchfile

@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