1
0
Fork 0

init wildcards as dict

This commit is contained in:
Sean Sube 2023-07-04 16:57:44 -05:00
parent 933ee50375
commit a3f6fca989
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ correction_models: List[str] = []
diffusion_models: List[str] = []
network_models: List[NetworkModel] = []
upscaling_models: List[str] = []
wildcard_data: Dict[str, List[str]] = []
wildcard_data: Dict[str, List[str]] = {}
# Loaded from extra_models
extra_hashes: Dict[str, str] = {}