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

Class WanTextEncoderStateDictConverter

models/text_encoder.py:261–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

state_dict_converterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected