Skip to content

Commit

Permalink
Merge pull request #154 from ototadana/fix/lora-prompt-in-png-info
Browse files Browse the repository at this point in the history
fix LoRA description disappears from PNG Info
  • Loading branch information
ototadana authored Aug 21, 2023
2 parents fffa3b7 + a7ae966 commit 07a928b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/use_cases/image_processor.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ def proc_image(
p.extra_generation_params.update(params)

if p.denoising_strength > 0:
if p.scripts is None:
p.scripts = scripts.ScriptRunner()
proc = process_images(p)
else:
proc = self.__save_images(p)
Expand Down

0 comments on commit 07a928b

Please sign in to comment.