For anyone want to quick fix this issue, just add one line to the file: venv\Lib\site-packages\comfyui_frontend_package\static\assets\index-C1a9-oeR.js line: 60543 async getQueue() { //fix queue slow return { Running: [], Pending: [] }; I just add 900 tasks to queue in 10s, and running good.