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

Method __init__

dmidas/transforms.py:215–216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

213 """
214
215 def __init__(self):
216 pass
217
218 def __call__(self, sample):
219 image = np.transpose(sample["image"], (2, 0, 1))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected