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

Method __init__

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

Source from the content-addressed store, hash-verified

15
16class FluxVAEDecoder(SD3VAEDecoder):
17 def __init__(self):
18 super().__init__()
19 self.scaling_factor = 0.3611
20 self.shift_factor = 0.1159
21
22 @staticmethod
23 def state_dict_converter():

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected