mirror of
https://github.com/Stability-AI/StableStudio.git
synced 2026-07-16 20:48:46 +08:00
read seed for existing images
This commit is contained in:
@@ -423,7 +423,7 @@ export const createPlugin = StableStudio.createPlugin<{
|
||||
prompts: [],
|
||||
style: "",
|
||||
steps: -1,
|
||||
seed: -1,
|
||||
seed: responseData[i].seed,
|
||||
model: "",
|
||||
width: responseData[i].width,
|
||||
height: responseData[i].height
|
||||
|
||||
Reference in New Issue
Block a user