Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tdrussell/diffusion-pipe
/ load_state_dict
Method
load_state_dict
train.py:75–76 ·
view source on GitHub ↗
(self, state_dict)
Source
from the content-addressed store, hash-verified
73
return
{}
74
75
def
load_state_dict(self, state_dict):
76
pass
77
78
79
# Monkeypatch this so it counts all layer parameters, not just trainable parameters.
Callers
14
train.py
File · 0.45
load_custom_video_vae
Function · 0.45
load_diffusion_model
Method · 0.45
load_adapter_weights
Method · 0.45
load_adapter_weights
Method · 0.45
load_custom_video_vae
Function · 0.45
load_diffusion_model
Method · 0.45
_video_vae
Function · 0.45
__init__
Method · 0.45
load_adapter_weights
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
1
load_custom_video_vae
Function · 0.36