Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ Identity
Class
Identity
pix2pix/models/networks.py:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
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
1
norm_layer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected