mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-12 13:28:35 +00:00
Added IPNDM and IPNDM_V sampler; added GITS and exponential schedule
This commit is contained in:
parent
f9886433b6
commit
2335d0e596
@ -9,6 +9,7 @@ public enum Sampler
|
||||
DPMPP2SA,
|
||||
DPMPP2M,
|
||||
DPMPP2Mv2,
|
||||
LCM,
|
||||
N_Sample_Methods
|
||||
IPNDM,
|
||||
IPNDM_V,
|
||||
LCM
|
||||
}
|
||||
@ -5,6 +5,7 @@ public enum Schedule
|
||||
Default,
|
||||
Discrete,
|
||||
Karras,
|
||||
Exponential,
|
||||
AYS,
|
||||
N_Schedules
|
||||
GITS
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user