mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-25 09:44:25 +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
|
if(typeof res != 'object') return
|
||||||
|
|
||||||
const imageData = result?.data || result?.path + '?t=' + new Date().getTime(),
|
const imageData = result?.data || result?.path + '?t=' + new Date().getTime(),
|
||||||
imageSeed = req.seed,
|
imageSeed = result?.seed,
|
||||||
imageWidth = req.width,
|
imageWidth = req.width,
|
||||||
imageHeight = req.height;
|
imageHeight = req.height;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user