mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-03-13 14:21:20 +00:00
Now it works in colab properly again.
This commit is contained in:
parent
93d84e3b9c
commit
73251f92c8
@ -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)});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user