From af0fb5f198e2b8b209e08f94bb3686ed6742102e Mon Sep 17 00:00:00 2001 From: Victor Seiji Hariki Date: Wed, 30 Nov 2022 22:08:14 -0300 Subject: [PATCH] fix #63 Signed-off-by: Victor Seiji Hariki --- js/index.js | 1 - js/ui/tool/dream.js | 3 --- 2 files changed, 4 deletions(-) diff --git a/js/index.js b/js/index.js index c0c06a7..bf890f5 100644 --- a/js/index.js +++ b/js/index.js @@ -75,7 +75,6 @@ var arbitraryImageBitmap; var arbitraryImageBase64; // seriously js cmon work with me here var placingArbitraryImage = false; // for when the user has loaded an existing image from their computer var marchOffset = 0; -var stopMarching = null; var inProgress = false; var marchCoords = {}; diff --git a/js/ui/tool/dream.js b/js/ui/tool/dream.js index a515775..912f0ee 100644 --- a/js/ui/tool/dream.js +++ b/js/ui/tool/dream.js @@ -481,9 +481,6 @@ const dream_img2img_callback = (evn, state) => { // Don't allow another image until is finished blockNewImages = true; - // Setup marching ants - stopMarching = march(bb); - // Setup some basic information for SD request.width = bb.w; request.height = bb.h;