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

Function __flip

pix2pix/data/base_dataset.py:144–147  ·  view source on GitHub ↗
(img, flip)

Source from the content-addressed store, hash-verified

142
143
144def __flip(img, flip):
145 if flip:
146 return img.transpose(Image.FLIP_LEFT_RIGHT)
147 return img
148
149
150def __print_size_warning(ow, oh, w, h):

Callers 1

get_transformFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected