Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ forward
Method
forward
pix2pix/models/networks.py:14–15 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
12
13
class
Identity(nn.Module):
14
def
forward(self, x):
15
return
x
16
17
18
def
get_norm_layer(norm_type=
'instance'
):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected