comfyui monitor based on @stable-canvas/comfyui-client
click image to open app
If you are using the Python command line:
python main.py --enable-cors-header=*If you are using run_nvidia_gpu.bat on Windows:
- Right-click
run_nvidia_gpu.batand select "Edit". - Add
--enable-cors-header=*to the end of thepython main.py ...line. - Save and run.
Why is this needed?
Modern browser security policies prevent web pages (such as
yourname.github.io) from sending requests to local services on a different origin (such as127.0.0.1:8188), unless the local service explicitly tells the browser: "I allow this web page to access me."
