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

Function change_dataset

dzoedepth/utils/config.py:435–437  ·  view source on GitHub ↗
(config, new_dataset)

Source from the content-addressed store, hash-verified

433
434
435def change_dataset(config, new_dataset):
436 config.update(DATASETS_CONFIG[new_dataset])
437 return config

Callers 1

__init__Method · 0.90

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected