MCPcopy Create free account
hub / github.com/OpenImagingLab/FlashVSR / __init__

Method __init__

diffsynth/models/flux_vae.py:6–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class FluxVAEEncoder(SD3VAEEncoder):
6 def __init__(self):
7 super().__init__()
8 self.scaling_factor = 0.3611
9 self.shift_factor = 0.1159
10
11 @staticmethod
12 def state_dict_converter():

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected