optional torch and xformers installer

This commit is contained in:
Vladimir Mandic
2023-04-19 08:08:25 -04:00
parent ee3cea54eb
commit b298b002ae
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ function requestProgress(id_task, progressbarContainer, gallery, atEnd = null, o
removeProgressBar()
return
}
if (elapsedFromStart > 3 && !res.queued && res.progress == prevProgress) {
if (elapsedFromStart > 10 && !res.queued && res.progress == prevProgress) {
removeProgressBar()
return
}