Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ printc
Function
printc
dzoedepth/utils/misc.py:337–338 ·
view source on GitHub ↗
(text, color)
Source
from the content-addressed store, hash-verified
335
336
337
def
printc(text, color):
338
print(f
"{color}{text}{colors.reset}"
)
339
340
############################################
341
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected