From d50a544bb16305375fe4866a5bd99e89b0e8a000 Mon Sep 17 00:00:00 2001 From: "Lu[ke] Wilson" Date: Thu, 11 Apr 2024 14:45:51 +0100 Subject: [PATCH] tweak --- src/hooks/useLiveImage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useLiveImage.tsx b/src/hooks/useLiveImage.tsx index 0f1470c..f878db1 100644 --- a/src/hooks/useLiveImage.tsx +++ b/src/hooks/useLiveImage.tsx @@ -188,7 +188,7 @@ export function useLiveImage( image_url: imageDataUri, sync_mode: true, strength: 0.65, - seed: Math.abs(random() * 10000), // TODO make this configurable in the UI + seed: 42, // TODO make this configurable in the UI enable_safety_checks: false, }) // cancel if stale: