Skip to content

Commit

Permalink
Minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel20xx authored May 10, 2024
1 parent 0f4c9bb commit ed1241a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stable_horde/horde.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ def patch_sampler_names(self):
{"scheduler": "karras"},
),
SamplerData(
"DPM++ 2S A Karras",
lambda model, funcname="sample_dpmpp_2s_a": KDiffusionSampler(
"DPM++ 2S a Karras",
lambda model, funcname="sample_dpmpp_2s_ancestral": KDiffusionSampler(
funcname, model
),
["k_dpmpp_2s_a_ka"],
Expand Down

0 comments on commit ed1241a

Please sign in to comment.