MCPcopy Create free account
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / Inner

Function Inner

src/stereoimage_generation.py:7–7  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

5 from builtins import range as prange
6 def njit(parallel=False):
7 def Inner(func): return lambda *args, **kwargs: func(*args, **kwargs)
8 return Inner
9import numpy as np
10from PIL import Image

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected