Save resulting latent

After editing, when saving the image, you also save the resulting latent for continuing working on it later on (or e.g. generate interpolations)
pull/65/head
Diego Porres 2 years ago committed by GitHub
parent 9b7e474f26
commit b76c49a224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -382,5 +382,6 @@ class Renderer:
img = img.cpu().numpy()
img = Image.fromarray(img)
res.image = img
res.w = ws.cpu().numpy()
#----------------------------------------------------------------------------

Loading…
Cancel
Save