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

Method load_from_dict

diffsynth/models/stepvideo_vae.py:959–960  ·  view source on GitHub ↗
(self, p)

Source from the content-addressed store, hash-verified

957 return p
958
959 def load_from_dict(self, p):
960 self.load_state_dict(p)
961
962 def convert_channel_last(self):
963 #Conv2d NCHW->NHWC

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected