Skip to content

Commit

Permalink
User-friendly names
Browse files Browse the repository at this point in the history
  • Loading branch information
hlky committed May 18, 2023
1 parent 9bd20e5 commit 2968847
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/stablestudio-plugin-stability/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,15 +440,15 @@ export const createPlugin = StableStudio.createPlugin<{
getStableDiffusionSamplers: () => [
{ id: "0", name: "DDIM" },
{ id: "1", name: "DDPM" },
{ id: "2", name: "K_EULER" },
{ id: "3", name: "K_EULER_ANCESTRAL" },
{ id: "4", name: "K_HEUN" },
{ id: "5", name: "K_DPM_2" },
{ id: "6", name: "K_DPM_2_ANCESTRAL" },
{ id: "7", name: "K_LMS" },
{ id: "8", name: "K_DPMPP_2S_ANCESTRAL" },
{ id: "9", name: "K_DPMPP_2M" },
{ id: "10", name: "K_DPMPP_SDE" },
{ id: "2", name: "K Euler" },
{ id: "3", name: "K Euler Ancestral" },
{ id: "4", name: "K Heun" },
{ id: "5", name: "K DPM 2" },
{ id: "6", name: "K DPM 2 Ancestral" },
{ id: "7", name: "K LMS" },
{ id: "8", name: "K DPM++ 2S Ancestral" },
{ id: "9", name: "K DPM++ 2M" },
{ id: "10", name: "K DPM++ SDE" },
],

getStableDiffusionStyles: () => [
Expand Down

0 comments on commit 2968847

Please sign in to comment.