Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/easydiffusion/easydiffusion
/ getLoraKeywords
Function
getLoraKeywords
ui/plugins/ui/model-tools.plugin.js:767–770 ·
view source on GitHub ↗
(model)
Source
from the content-addressed store, hash-verified
765
})
766
})()
767
async
function
getLoraKeywords(model) {
768
return
Bucket.retrieve(`modelinfo/lora/${model}`)
769
.then((info) => info ? info.keywords : [])
770
}
Callers
1
updateEmbeddingsList
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected