Move cascade scale factor from stage_a to latent_formats.py

This commit is contained in:
comfyanonymous
2024-03-16 14:49:35 -04:00
parent f2fe635c9f
commit d7897fff2c
2 changed files with 4 additions and 7 deletions

View File

@@ -95,7 +95,7 @@ class SC_Prior(LatentFormat):
class SC_B(LatentFormat):
def __init__(self):
self.scale_factor = 1.0
self.scale_factor = 1.0 / 0.43
self.latent_rgb_factors = [
[ 0.1121, 0.2006, 0.1023],
[-0.2093, -0.0222, -0.0195],