Skip to content

lenML/comfyui-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comfyui-monitor

comfyui monitor based on @stable-canvas/comfyui-client

banner

click image to open app

CORS Error

If you are using the Python command line:

python main.py --enable-cors-header=*

If you are using run_nvidia_gpu.bat on Windows:

  1. Right-click run_nvidia_gpu.bat and select "Edit".
  2. Add --enable-cors-header=* to the end of the python main.py ... line.
  3. 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 as 127.0.0.1:8188), unless the local service explicitly tells the browser: "I allow this web page to access me."

Contributors

Languages