parent
b9976d9e8b
commit
af0fb5f198
2 changed files with 0 additions and 4 deletions
|
@ -75,7 +75,6 @@ var arbitraryImageBitmap;
|
||||||
var arbitraryImageBase64; // seriously js cmon work with me here
|
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 placingArbitraryImage = false; // for when the user has loaded an existing image from their computer
|
||||||
var marchOffset = 0;
|
var marchOffset = 0;
|
||||||
var stopMarching = null;
|
|
||||||
var inProgress = false;
|
var inProgress = false;
|
||||||
var marchCoords = {};
|
var marchCoords = {};
|
||||||
|
|
||||||
|
|
|
@ -481,9 +481,6 @@ const dream_img2img_callback = (evn, state) => {
|
||||||
// Don't allow another image until is finished
|
// Don't allow another image until is finished
|
||||||
blockNewImages = true;
|
blockNewImages = true;
|
||||||
|
|
||||||
// Setup marching ants
|
|
||||||
stopMarching = march(bb);
|
|
||||||
|
|
||||||
// Setup some basic information for SD
|
// Setup some basic information for SD
|
||||||
request.width = bb.w;
|
request.width = bb.w;
|
||||||
request.height = bb.h;
|
request.height = bb.h;
|
||||||
|
|
Loading…
Reference in a new issue