Skip to content

Commit

Permalink
Update postprocessor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyondo committed Apr 4, 2023
1 parent 365fd84 commit 167e134
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions legacy/postprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ def write_general_settings(f):
for i in range(1, colab.settings['Iterations']):
f.write(", %d (%d)" % (colab.settings['InitialSeed'] + i, i))
f.write("\n")
f.write("Scale: %s\n" % colab.settings['Scale'])
f.write("Post Processor: %s\n" % colab.settings['Upscaler'])


def save_settings(filename, mode):
imgSavePath = get_save_path(filename)
Expand Down

0 comments on commit 167e134

Please sign in to comment.