Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hako-mikan committed Jan 18, 2025
1 parent 8db1875 commit b332de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/mergers/mergers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,7 @@ def g(wanted,wantedv=None):
do_not_save_grid=True,
do_not_save_samples=True,
do_not_reload_embeddings=True,
hr_additional_modules=[]
)
p.hr_checkpoint_name=None if g("Hires checkpoint") == 'Use same checkpoint' else g("Hires checkpoint")
p.hr_sampler_name=None if hr_sampler_name == 'Use same sampler' else hr_sampler_name
Expand Down

0 comments on commit b332de3

Please sign in to comment.