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

Function unload_models

src/core.py:669–670  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

667 return fn_saved[-1], fn_saved[-1], ''
668
669def unload_models():
670 model_holder.unload_models()
671
672
673# TODO: code borrowed from the internet to be marked as such and to reside in separate files

Callers

nothing calls this directly

Calls 1

unload_modelsMethod · 0.80

Tested by

no test coverage detected