Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ __init__
Method
__init__
inpaint/networks.py:9–10 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
7
8
class
BaseNetwork(nn.Module):
9
def
__init__(self):
10
super(BaseNetwork, self).__init__()
11
12
def
init_weights(self, init_type=
'normal'
, gain=0.02):
13
''
&
#x27;
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected