diff --git a/index.html b/index.html
index ac1b141..ac87e61 100644
--- a/index.html
+++ b/index.html
@@ -348,7 +348,7 @@
src="js/ui/tool/generic.js?v=2bcd36d"
type="text/javascript">
-
+
diff --git a/js/ui/tool/dream.js b/js/ui/tool/dream.js
index adb6224..0a7b9a5 100644
--- a/js/ui/tool/dream.js
+++ b/js/ui/tool/dream.js
@@ -1346,6 +1346,10 @@ const dreamTool = () =>
h: stableDiffusionData.height,
};
+ //hacky set non-square auto hrfix values
+ stableDiffusionData.firstphase_height = resolution.h / 2;
+ stableDiffusionData.firstphase_width = resolution.w / 2;
+
if (global.connection === "online") {
dream_generate_callback(bb, resolution, state);
} else {