mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-19 02:43:30 +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')
|
fetch('/prompt')
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
updateStatus(data.exec_info.queue_remaining);
|
updateStatus(data);
|
||||||
}).catch((response) => {updateStatus(null)});
|
}).catch((response) => {updateStatus(null)});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user