Commit 405574bc authored by lijian6's avatar lijian6
Browse files

return image before postprocess for Dreamshaper RealESRGAN


Signed-off-by: lijian6's avatarlijian <lijian6@sugon.com>
parent d5dcc5c6
......@@ -1295,6 +1295,7 @@ class StableDiffusionXLPipeline(
else:
image = latents
return image
if not output_type == "latent":
# apply watermark if available
if self.watermark is not None:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment