Skip to content

Commit

Permalink
make the program read Discard penultimate sigma from generation param…
Browse files Browse the repository at this point in the history
…eters
  • Loading branch information
AUTOMATIC1111 committed Jan 30, 2023
1 parent 040ec7a commit ab059b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/generation_parameters_copypaste.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def parse_generation_parameters(x: str):
('Noise multiplier', 'initial_noise_multiplier'),
('Eta', 'eta_ancestral'),
('Eta DDIM', 'eta_ddim'),
('Discard penultimate sigma', 'always_discard_next_to_last_sigma')
]


Expand Down

0 comments on commit ab059b6

Please sign in to comment.