Add lycoris support

pull/74/head
nik 2023-03-27 21:42:21 +03:00 committed by GitHub
parent 7b7798d914
commit ff8ba7a362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ model_type_dict = {
"TextualInversion": "ti", "TextualInversion": "ti",
"Hypernetwork": "hyper", "Hypernetwork": "hyper",
"LORA": "lora", "LORA": "lora",
"LoCon": "lora",
} }