Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ forward
Method
forward
lib/network_auxi.py:257–259 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
255
self.init_params()
256
257
def
forward(self, x):
258
x = self.adapt_conv(x)
259
return
x
260
261
def
init_params(self):
262
for
m in self.modules():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected