Skip to content

Commit

Permalink
fix: update euler sampler function to use dy_cfg_pp variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Aatrick committed Mar 2, 2025
1 parent da414e5 commit 2609a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sample/sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def ksampler(
sampler_function = samplers.sample_dpmpp_sde_cfgpp

elif sampler_name == "euler":
sampler_function = samplers.sample_euler
sampler_function = samplers.sample_euler_dy_cfg_pp

else:
# Default fallback
Expand Down

0 comments on commit 2609a2f

Please sign in to comment.