MCPcopy 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
198def get_neighbors(mesh, node):
199 return [*mesh.neighbors(node)]
200
201def generate_face(mesh, info_on_pix, config):
202 H, W = mesh.graph['H'], mesh.graph['W']

Callers 1

generate_faceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected