mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2025-12-12 23:44:45 +08: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…
x
Reference in New Issue
Block a user