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

Method store

diffsynth/pipelines/flux_image.py:646–648  ·  view source on GitHub ↗
(self, hidden_states)

Source from the content-addressed store, hash-verified

644 return not should_calc
645
646 def store(self, hidden_states):
647 self.previous_residual = hidden_states - self.previous_hidden_states
648 self.previous_hidden_states = None
649
650 def update(self, hidden_states):
651 hidden_states = hidden_states + self.previous_residual

Callers 1

lets_dance_fluxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected