Merge branch 'beta' into multi-gpu

This commit is contained in:
Marc-Andre Ferland 2022-10-22 21:20:02 -04:00
commit 28fed6281f

View File

@ -522,7 +522,7 @@ async function doMakeImage(task) {
if (typeof renderRequest?.stream !== 'string') {
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"