Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_video
Function · 0.45
get_vocab
Method · 0.45
__call__
Method · 0.45
__call__
Method · 0.45
on_save_checkpoint
Method · 0.45
launch_training_task
Function · 0.45
xlm_roberta_large
Function · 0.45
clip_xlm_roberta_vit_h_14
Function · 0.45
load
Method · 0.45
load_model
Method · 0.45
from_civitai
Method · 0.45
load_state_dict_from_folder
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected