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

Method update

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

Source from the content-addressed store, hash-verified

648 self.previous_hidden_states = None
649
650 def update(self, hidden_states):
651 hidden_states = hidden_states + self.previous_residual
652 return hidden_states
653
654
655def lets_dance_flux(

Callers 1

lets_dance_fluxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected