mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-02 23:14:49 +08:00
Now it works in colab properly again.
This commit is contained in:
@@ -491,7 +491,7 @@ document.addEventListener('drop', (event) => {
|
||||
fetch('/prompt')
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
updateStatus(data.exec_info.queue_remaining);
|
||||
updateStatus(data);
|
||||
}).catch((response) => {updateStatus(null)});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user