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

Method __init__

diffsynth/models/sd3_text_encoder.py:32–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30
31class SD3TextEncoder2(SDXLTextEncoder2):
32 def __init__(self):
33 super().__init__()
34
35 @staticmethod
36 def state_dict_converter():

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected