Add-LyCORIS-support
parent
c38cfa6d59
commit
00fee6b75e
File diff suppressed because one or more lines are too long
|
|
@ -1,15 +1,17 @@
|
|||
const TAB_PREFIX_LIST = ['txt2img', 'img2img']
|
||||
const MODEL_TYPE_LIST: ['textual_inversion', 'hypernetworks', 'checkpoints', 'lora'] = [
|
||||
const MODEL_TYPE_LIST: ['textual_inversion', 'hypernetworks', 'checkpoints', 'lora', 'lycoris'] = [
|
||||
'textual_inversion',
|
||||
'hypernetworks',
|
||||
'checkpoints',
|
||||
'lora',
|
||||
'lycoris',
|
||||
]
|
||||
const MODEL_TYPE = {
|
||||
textual_inversion: 'ti',
|
||||
hypernetworks: 'hyper',
|
||||
checkpoints: 'ckp',
|
||||
lora: 'lora',
|
||||
lycoris: 'lycoris',
|
||||
}
|
||||
const CARDID_SUFFIX = 'cards'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue