MCPcopy Index your code
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / get_image_dir

Method get_image_dir

pix2pix/util/html.py:35–37  ·  view source on GitHub ↗

Return the directory that stores images

(self)

Source from the content-addressed store, hash-verified

33 meta(http_equiv="refresh", content=str(refresh))
34
35 def get_image_dir(self):
36 """Return the directory that stores images"""
37 return self.img_dir
38
39 def add_header(self, text):
40 """Insert a header to the HTML file

Callers 1

save_imagesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected