MCPcopy Create free account
hub / github.com/AMAP-ML/Eevee / __init__

Method __init__

models/text_encoder.py:262–263  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

260
261class WanTextEncoderStateDictConverter:
262 def __init__(self):
263 pass
264
265 def from_diffusers(self, state_dict):
266 return state_dict

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected