wip: add hyper-sd 8 step cfg lora with negative prompt support

This commit is contained in:
Manuel Schmid
2024-05-04 16:24:33 +02:00
parent 1a9faf4d1b
commit 8ef1a2119c
3 changed files with 22 additions and 1 deletions
+3
View File
@@ -107,6 +107,7 @@ class Steps(IntEnum):
SPEED = 30
EXTREME_SPEED = 8
LIGHTNING = 4
HYPER_SD8 = 8
HYPER_SD = 4
@@ -115,6 +116,7 @@ class StepsUOV(IntEnum):
SPEED = 18
EXTREME_SPEED = 8
LIGHTNING = 4
HYPER_SD8 = 8
HYPER_SD = 4
@@ -123,6 +125,7 @@ class Performance(Enum):
SPEED = 'Speed'
EXTREME_SPEED = 'Extreme Speed'
LIGHTNING = 'Lightning'
HYPER_SD8 = 'Hyper-SD8'
HYPER_SD = 'Hyper-SD'
@classmethod