Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#898 from Mikubill/lvmin
Browse files Browse the repository at this point in the history
more aliases
  • Loading branch information
lllyasviel authored Apr 18, 2023
2 parents c98dca5 + 7e5c153 commit e1c5efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/external_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class ResizeMode(Enum):
resize_mode_aliases = {
'Inner Fit (Scale to Fit)': 'Crop and Resize',
'Outer Fit (Shrink to Fit)': 'Resize and Fill',
'Scale to Fit (Inner Fit)': 'Crop and Resize',
'Envelope (Outer Fit)': 'Resize and Fill',
}


Expand Down

0 comments on commit e1c5efe

Please sign in to comment.