Skip to content

Commit

Permalink
fix: ancestral series name of sd should be "a" only (koishijs#73)
Browse files Browse the repository at this point in the history
Co-authored-by: Shigma <shigma10826@gmail.com>
  • Loading branch information
MaikoTan and shigma authored Oct 23, 2022
1 parent d373a23 commit fafd8cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ export namespace sampler {
}

export const sd = {
'k_euler_a': 'Euler ancestral',
'k_euler_a': 'Euler a',
'k_euler': 'Euler',
'k_lms': 'LMS',
'k_heun': 'Heun',
'k_dpm_2': 'DPM2',
'k_dpm_2_a': 'DPM2 ancestral',
'k_dpm_fast': 'DPM Fast',
'k_dpm_2_a': 'DPM2 a',
'k_dpm_fast': 'DPM fast',
'k_dpm_ad': 'DPM adaptive',
'k_lms_ka': 'LMS karras',
'k_dpm_2_ka': 'DPM2 karras',
'k_dpm_2_a_ka': 'DPM2 ancestral karras',
'k_lms_ka': 'LMS Karras',
'k_dpm_2_ka': 'DPM2 Karras',
'k_dpm_2_a_ka': 'DPM2 a Karras',
'ddim': 'DDIM',
'plms': 'PLMS',
}
Expand Down

0 comments on commit fafd8cb

Please sign in to comment.