Commit 03470cd3 authored by lijian6's avatar lijian6
Browse files

fix Dreamshaper RealESRGAN code back


Signed-off-by: lijian6's avatarlijian <lijian6@sugon.com>
parent 405574bc
...@@ -1295,7 +1295,6 @@ class StableDiffusionXLPipeline( ...@@ -1295,7 +1295,6 @@ class StableDiffusionXLPipeline(
else: else:
image = latents image = latents
return image
if not output_type == "latent": if not output_type == "latent":
# apply watermark if available # apply watermark if available
if self.watermark is not None: 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