mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-30 22:55:40 +02:00
Merge branch 'beta' into multi-gpu
This commit is contained in:
commit
28fed6281f
@ -522,7 +522,7 @@ async function doMakeImage(task) {
|
|||||||
|
|
||||||
if (typeof renderRequest?.stream !== 'string') {
|
if (typeof renderRequest?.stream !== 'string') {
|
||||||
console.log('Endpoint response: ', renderRequest)
|
console.log('Endpoint response: ', renderRequest)
|
||||||
throw new Error(renderRequest.detail || 'Endpoint response does not contains a response stream url.')
|
throw new Error(renderRequest?.detail || 'Endpoint response does not contains a response stream url.')
|
||||||
}
|
}
|
||||||
|
|
||||||
task['taskStatusLabel'].innerText = "Waiting"
|
task['taskStatusLabel'].innerText = "Waiting"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user