This commit is contained in:
Lu[ke] Wilson 2024-04-11 14:45:51 +01:00
parent a66677749c
commit d50a544bb1
1 changed files with 1 additions and 1 deletions

View File

@ -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: