Skip to content

Commit

Permalink
update default options for .swap - fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
damian0815 committed Mar 16, 2023
1 parent 7f57fde commit 57f5b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compel/prompt_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ def __init__(self, original: list, edited: list, options: dict=None):

default_options = {
's_start': 0.0,
's_end': 0.2062994740159002, # ~= shape_freedom=0.5
't_start': 0.0,
's_end': 0.0,
't_start': 0.2,
't_end': 1.0
}
merged_options = default_options
Expand Down

0 comments on commit 57f5b2f

Please sign in to comment.