Merge pull request #10 from tldraw/lu/strength

Tweak strength
This commit is contained in:
Lu Wilson 2023-11-27 13:40:04 +00:00 committed by GitHub
commit 553255bc9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})