mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-13 05:48:40 +00:00
Merge pull request #27 from DarthAffe/sampler
Added IPNDM and IPNDM_V sampler; added GITS and exponential schedule
This commit is contained in:
commit
74af9cb8bf
@ -9,6 +9,7 @@ public enum Sampler
|
|||||||
DPMPP2SA,
|
DPMPP2SA,
|
||||||
DPMPP2M,
|
DPMPP2M,
|
||||||
DPMPP2Mv2,
|
DPMPP2Mv2,
|
||||||
LCM,
|
IPNDM,
|
||||||
N_Sample_Methods
|
IPNDM_V,
|
||||||
|
LCM
|
||||||
}
|
}
|
||||||
@ -5,6 +5,7 @@ public enum Schedule
|
|||||||
Default,
|
Default,
|
||||||
Discrete,
|
Discrete,
|
||||||
Karras,
|
Karras,
|
||||||
|
Exponential,
|
||||||
AYS,
|
AYS,
|
||||||
N_Schedules
|
GITS
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user