mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 00:03:20 +01:00
Use the correct seed from the response
This commit is contained in:
parent
12182ee04f
commit
196649c0e9
@ -268,7 +268,7 @@ function showImages(req, res, outputContainer, livePreview) {
|
||||
if(typeof res != 'object') return
|
||||
|
||||
const imageData = result?.data || result?.path + '?t=' + new Date().getTime(),
|
||||
imageSeed = req.seed,
|
||||
imageSeed = result?.seed,
|
||||
imageWidth = req.width,
|
||||
imageHeight = req.height;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user