revert the annotation not supported by old pythons
This commit is contained in:
parent
5b6d34f675
commit
cef838a6ab
|
@ -15,7 +15,7 @@ model_dir = "Stable-diffusion"
|
|||
model_path = os.path.abspath(os.path.join(models_path, model_dir))
|
||||
model_name = "sd-v1-4.ckpt"
|
||||
model_url = "https://drive.yerf.org/wl/?id=EBfTrmcCCUAGaQBXVIj5lJmEhjoP1tgl&mode=grid&download=1"
|
||||
user_dir: (str | None) = None
|
||||
user_dir = None
|
||||
|
||||
CheckpointInfo = namedtuple("CheckpointInfo", ['filename', 'title', 'hash', 'model_name'])
|
||||
checkpoints_list = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user