We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023cf13 commit 6e9ee55Copy full SHA for 6e9ee55
comfy/latent_formats.py
@@ -408,7 +408,9 @@ def __init__(self):
408
self.latent_rgb_factors_bias = [-0.0571, -0.1657, -0.2512]
409
410
class LTXAV(LTXV):
411
- pass
+ def __init__(self):
412
+ self.latent_rgb_factors = None
413
+ self.latent_rgb_factors_bias = None
414
415
class HunyuanVideo(LatentFormat):
416
latent_channels = 16
0 commit comments