feat: add restart sampler (#3219)

This commit is contained in:
licyk
2024-07-01 14:24:21 +02:00
committed by GitHub
parent 9178aa8ebb
commit 34f67c01a8
3 changed files with 73 additions and 2 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ KSAMPLER = {
"dpmpp_3m_sde_gpu": "",
"ddpm": "",
"lcm": "LCM",
"tcd": "TCD"
"tcd": "TCD",
"restart": "Restart"
}
SAMPLER_EXTRA = {