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

Method update

diffsynth/pipelines/wan_video.py:514–516  ·  view source on GitHub ↗
(self, hidden_states)

Source from the content-addressed store, hash-verified

512 self.previous_hidden_states = None
513
514 def update(self, hidden_states):
515 hidden_states = hidden_states + self.previous_residual
516 return hidden_states
517
518
519

Callers 14

model_fn_wan_videoFunction · 0.45
get_vocabMethod · 0.45
__call__Method · 0.45
__call__Method · 0.45
on_save_checkpointMethod · 0.45
launch_training_taskFunction · 0.45
xlm_roberta_largeFunction · 0.45
loadMethod · 0.45
load_modelMethod · 0.45
from_civitaiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected