From db79d86ad4faf1f2046d124ec407a17324823a60 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 24 Aug 2022 21:44:07 +0530 Subject: [PATCH] Remove unnecessary instruction --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 30f8d59e..19ddf923 100644 --- a/index.html +++ b/index.html @@ -158,7 +158,7 @@ async function makeImage() { if (serverStatus === 'online') { logError('Stable Diffusion had an error: ' + await res.text() + '. This happens sometimes. Maybe modify the prompt or seed a little bit?', res) } else { - logError("Stable Diffusion is still starting up, please wait. If this goes on beyond a few minutes, Stable Diffusion has probably crashed. Please check the logs in your command line.", res) + logError("Stable Diffusion is still starting up, please wait. If this goes on beyond a few minutes, Stable Diffusion has probably crashed.", res) } res = undefined } else {