Spaces:
Runtime error
Runtime error
File size: 225 Bytes
251e479 |
1 2 3 4 5 6 7 8 |
# 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'
}
|