Add support for LyCORIS

Adds support for LyCORIS from https://github.com/KohakuBlueleaf/a1111-sd-webui-lycoris
This commit is contained in:
Kamilowaty122
2023-04-15 07:49:11 +02:00
parent 5fbc18ed1d
commit 11d94e11f9
5 changed files with 74 additions and 1 deletions

View File

@@ -141,6 +141,7 @@ async function syncOptions() {
useEmbeddings: opts["tac_useEmbeddings"],
useHypernetworks: opts["tac_useHypernetworks"],
useLoras: opts["tac_useLoras"],
useLycos: opts["tac_useLycos"],
showWikiLinks: opts["tac_showWikiLinks"],
// Insertion related settings
replaceUnderscores: opts["tac_replaceUnderscores"],