Skip to content

Commit

Permalink
chore(pnginfo): add Postprocess upscaler 2 visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers authored Aug 26, 2024
1 parent 4823909 commit 749d427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/postprocessing_upscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def process(self, pp: scripts_postprocessing.PostprocessedImage, upscale_enabled
upscaled_image = Image.blend(upscaled_image, second_upscale, upscaler_2_visibility)

pp.info["Postprocess upscaler 2"] = upscaler2.name
pp.info["Postprocess Upscaler 2 visibility"] = upscaler_2_visibility

pp.image = upscaled_image

Expand Down

0 comments on commit 749d427

Please sign in to comment.