Stable Cascade Stage C.
This commit is contained in:
@@ -37,3 +37,9 @@ class SDXL(LatentFormat):
|
||||
class SD_X4(LatentFormat):
|
||||
def __init__(self):
|
||||
self.scale_factor = 0.08333
|
||||
|
||||
class SC_Prior(LatentFormat):
|
||||
def __init__(self):
|
||||
self.scale_factor = 1.0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user