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

Method __init__

diffsynth/models/stepvideo_text_encoder.py:500–506  ·  view source on GitHub ↗
(
        self,
        config,
    )

Source from the content-addressed store, hash-verified

498 config_class=PretrainedConfig
499 @with_empty_init
500 def __init__(
501 self,
502 config,
503 ):
504 super().__init__(config)
505 self.tok_embeddings = LLaMaEmbedding(config)
506 self.transformer = Transformer(config)
507
508 def forward(
509 self,

Callers

nothing calls this directly

Calls 3

LLaMaEmbeddingClass · 0.85
TransformerClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected