MCPcopy Create free account
hub / github.com/easydiffusion/easydiffusion / showEmbeddingDialog

Function showEmbeddingDialog

ui/media/js/main.js:2919–2923  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2917}
2918
2919function showEmbeddingDialog() {
2920 updateEmbeddingsList()
2921 embeddingsSearchBox.value = ""
2922 embeddingsDialog.showModal()
2923}
2924
2925embeddingsButton.addEventListener("click", () => {
2926 positiveEmbeddingText.classList.remove("displayNone")

Callers 1

main.jsFile · 0.85

Calls 1

updateEmbeddingsListFunction · 0.85

Tested by

no test coverage detected