Skip to content

Commit

Permalink
Add k_euler_a sampler (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cohee1207 authored Mar 6, 2024
1 parent 1d3a8e2 commit c593245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export const ModelGenerationInputStableSamplers = Object.freeze({
"lcm": "lcm",
"k_lms": "k_lms",
"k_heun": "k_heun",
"k_euler_a": "k_euler_a",
"k_euler": "k_euler",
"k_dpm_2": "k_dpm_2",
"k_dpm_2_a": "k_dpm_2_a",
Expand Down

0 comments on commit c593245

Please sign in to comment.