Skip to content

Commit

Permalink
feat: add new stable diffusion samplers
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Feb 14, 2024
1 parent dcfda09 commit b3b329c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ export namespace sampler {
'k_dpmpp_2m': 'DPM++ 2M',
'k_dpmpp_sde': 'DPM++ SDE',
'k_dpmpp_2m_sde': 'DPM++ 2M SDE',
'k_dpmpp_2m_sde_heun': 'DPM++ 2M SDE Heun',
'k_dpmpp_2m_sde_heun_exp': 'DPM++ 2M SDE Heun Exponential',
'k_dpmpp_3m_sde': 'DPM++ 3M SDE',
'k_dpmpp_3m_sde_exp': 'DPM++ 3M SDE Exponential',
'k_dpm_fast': 'DPM fast',
'k_dpm_ad': 'DPM adaptive',
'k_lms_ka': 'LMS Karras',
Expand All @@ -75,6 +79,8 @@ export namespace sampler {
'k_dpmpp_2m_ka': 'DPM++ 2M Karras',
'k_dpmpp_sde_ka': 'DPM++ SDE Karras',
'k_dpmpp_2m_sde_ka': 'DPM++ 2M SDE Karras',
'k_dpmpp_2m_sde_heun_ka': 'DPM++ 2M SDE Heun Karras',
'k_dpmpp_3m_sde_ka': 'DPM++ 3M SDE Karras',
'ddim': 'DDIM',
'plms': 'PLMS',
'unipc': 'UniPC',
Expand Down

0 comments on commit b3b329c

Please sign in to comment.