tweak strength

This commit is contained in:
Lu[ke] Wilson 2023-11-27 12:37:12 +00:00
parent 76d3395ff0
commit 8090f572b1
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ export function useLiveImage(
prompt, prompt,
image_url: imageDataUri, image_url: imageDataUri,
sync_mode: true, sync_mode: true,
strength: 0.7, strength: 0.65,
seed: Math.abs(random() * 10000), // TODO make this configurable in the UI seed: Math.abs(random() * 10000), // TODO make this configurable in the UI
enable_safety_checks: false, enable_safety_checks: false,
}) })