Rerender / sd_model_cfg.py
Anonymous-sub's picture
merge (#1)
251e479
raw history blame
No virus
225 Bytes
# The model dict is used for webUI only
model_dict = {
'Stable Diffusion 1.5': '',
'revAnimated_v11': 'models/revAnimated_v11.safetensors',
'realisticVisionV20_v20': 'models/realisticVisionV20_v20.safetensors'
}