Merge pull request #74 from chrme/main

Add Lycoris support
pull/79/head
butaixianran 2023-03-28 03:11:31 +08:00 committed by GitHub
commit 830311be70
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",
} }