From 8090f572b14c9ff63fa287f99c082fcd1ace0624 Mon Sep 17 00:00:00 2001 From: "Lu[ke] Wilson" Date: Mon, 27 Nov 2023 12:37:12 +0000 Subject: [PATCH] tweak strength --- src/hooks/useLiveImage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useLiveImage.ts b/src/hooks/useLiveImage.ts index c87c94a..fedcd34 100644 --- a/src/hooks/useLiveImage.ts +++ b/src/hooks/useLiveImage.ts @@ -134,7 +134,7 @@ export function useLiveImage( prompt, image_url: imageDataUri, sync_mode: true, - strength: 0.7, + strength: 0.65, seed: Math.abs(random() * 10000), // TODO make this configurable in the UI enable_safety_checks: false, })