MCPcopy 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
13class Identity(nn.Module):
14 def forward(self, x):
15 return x
16
17
18def get_norm_layer(norm_type='instance'):

Callers 1

norm_layerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected