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

Method __init__

diffsynth/models/sdxl_vae_decoder.py:5–7  ·  view source on GitHub ↗
(self, upcast_to_float32=True)

Source from the content-addressed store, hash-verified

3
4class SDXLVAEDecoder(SDVAEDecoder):
5 def __init__(self, upcast_to_float32=True):
6 super().__init__()
7 self.scaling_factor = 0.13025
8
9 @staticmethod
10 def state_dict_converter():

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected