Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ get_neighbors
Function
get_neighbors
inpaint/mesh.py:198–199 ·
view source on GitHub ↗
(mesh, node)
Source
from the content-addressed store, hash-verified
196
return
mesh, info_on_pix
197
198
def
get_neighbors(mesh, node):
199
return
[*mesh.neighbors(node)]
200
201
def
generate_face(mesh, info_on_pix, config):
202
H, W = mesh.graph[
'H'
], mesh.graph[
'W'
]
Callers
1
generate_face
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected