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

Function njit

src/stereoimage_generation.py:6–8  ·  view source on GitHub ↗
(parallel=False)

Source from the content-addressed store, hash-verified

4 print(f"WARINING! Numba failed to import! Stereoimage generation will be much slower! ({str(e)})")
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
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected