mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-17 16:31:34 +02:00
Fix broken embeddings dialog when the lora info couldn't be fetched
This commit is contained in:
@ -733,5 +733,5 @@
|
||||
})()
|
||||
async function getLoraKeywords(model) {
|
||||
return Bucket.retrieve(`modelinfo/lora/${model}`)
|
||||
.then((info) => info.keywords)
|
||||
.then((info) => info ? info.keywords : [])
|
||||
}
|
||||
|
Reference in New Issue
Block a user