Skip to content

Commit

Permalink
Added 2 missing samplers
Browse files Browse the repository at this point in the history
I missed two out: DPM++ 2M SDE Karras and Restart
  • Loading branch information
andyxr committed Oct 1, 2023
1 parent 6e78e89 commit b5cc6f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/deforum_helpers/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def get_samplers_list():
'dpm++ 2s a': 'DPM++ 2S a',
'dpm++ 2m': 'DPM++ 2M',
'dpm++ sde': 'DPM++ SDE',
'dpm++ 2m sde karras': 'DPM++ 2M SDE Karras',
'dpm fast': 'DPM fast',
'dpm adaptive': 'DPM adaptive',
'lms karras': 'LMS Karras',
Expand All @@ -42,7 +43,8 @@ def get_samplers_list():
'dpm++ 3m sde exponential': 'DPM++ 3M SDE Exponential',
'ddim': 'DDIM',
'plms': 'PLMS',
'unipc': 'UniPC'
'unipc': 'UniPC',
'restart': 'Restart'
}

def DeforumAnimPrompts():
Expand Down

0 comments on commit b5cc6f9

Please sign in to comment.