This commit is contained in:
lllyasviel
2023-10-03 16:08:06 -07:00
committed by GitHub
parent 80632d5eb3
commit 6c56b580d7
5 changed files with 15 additions and 7 deletions
+3
View File
@@ -18,3 +18,6 @@ sampler_list = ["euler", "euler_ancestral", "heun", "dpm_2", "dpm_2_ancestral",
# "dpmpp_fooocus_2m_sde_inpaint_seamless"
]
default_sampler = 'dpmpp_2m_sde_gpu'
scheduler_list = ["normal", "karras", "exponential", "sgm_uniform", "simple", "ddim_uniform"]
default_scheduler = "karras"