mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Model Manager Test Build 2
This commit is contained in:
parent
7cb2fcf8b4
commit
16c0132a6b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
frontend/dist/index.html
vendored
4
frontend/dist/index.html
vendored
@ -7,7 +7,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>InvokeAI - A Stable Diffusion Toolkit</title>
|
<title>InvokeAI - A Stable Diffusion Toolkit</title>
|
||||||
<link rel="shortcut icon" type="icon" href="./assets/favicon.0d253ced.ico" />
|
<link rel="shortcut icon" type="icon" href="./assets/favicon.0d253ced.ico" />
|
||||||
<script type="module" crossorigin src="./assets/index.8098dbcd.js"></script>
|
<script type="module" crossorigin src="./assets/index.8e227a12.js"></script>
|
||||||
<link rel="stylesheet" href="./assets/index.cfe545e8.css">
|
<link rel="stylesheet" href="./assets/index.cfe545e8.css">
|
||||||
<script type="module">try{import.meta.url;import("_").catch(()=>1);}catch(e){}window.__vite_is_modern_browser=true;</script>
|
<script type="module">try{import.meta.url;import("_").catch(()=>1);}catch(e){}window.__vite_is_modern_browser=true;</script>
|
||||||
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy build because dynamic import or import.meta.url is unsupported, syntax error above should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
|
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy build because dynamic import or import.meta.url is unsupported, syntax error above should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
|
||||||
@ -18,6 +18,6 @@
|
|||||||
|
|
||||||
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
|
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
|
||||||
<script nomodule crossorigin id="vite-legacy-polyfill" src="./assets/polyfills-legacy-dde3a68a.js"></script>
|
<script nomodule crossorigin id="vite-legacy-polyfill" src="./assets/polyfills-legacy-dde3a68a.js"></script>
|
||||||
<script nomodule crossorigin id="vite-legacy-entry" data-src="./assets/index-legacy-a7ca70e3.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
|
<script nomodule crossorigin id="vite-legacy-entry" data-src="./assets/index-legacy-c514e02f.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
1
frontend/dist/locales/common/it.json
vendored
1
frontend/dist/locales/common/it.json
vendored
@ -17,6 +17,7 @@
|
|||||||
"langPortuguese": "Portoghese",
|
"langPortuguese": "Portoghese",
|
||||||
"langFrench": "Francese",
|
"langFrench": "Francese",
|
||||||
"langPolish": "Polacco",
|
"langPolish": "Polacco",
|
||||||
|
"langSimplifiedChinese": "Cinese semplificato",
|
||||||
"text2img": "Testo a Immagine",
|
"text2img": "Testo a Immagine",
|
||||||
"img2img": "Immagine a Immagine",
|
"img2img": "Immagine a Immagine",
|
||||||
"unifiedCanvas": "Tela unificata",
|
"unifiedCanvas": "Tela unificata",
|
||||||
|
51
frontend/dist/locales/modelmanager/de.json
vendored
51
frontend/dist/locales/modelmanager/de.json
vendored
@ -1 +1,50 @@
|
|||||||
{}
|
{
|
||||||
|
"modelManager": "Model Manager",
|
||||||
|
"model": "Model",
|
||||||
|
"modelAdded": "Model hinzugefügt",
|
||||||
|
"modelUpdated": "Model aktualisiert",
|
||||||
|
"modelEntryDeleted": "Modelleintrag gelöscht",
|
||||||
|
"cannotUseSpaces": "Leerzeichen können nicht verwendet werden",
|
||||||
|
"addNew": "Neue hinzufügen",
|
||||||
|
"addNewModel": "Neues Model hinzufügen",
|
||||||
|
"addManually": "Manuell hinzufügen",
|
||||||
|
"manual": "Manual",
|
||||||
|
"name": "Name",
|
||||||
|
"nameValidationMsg": "Geben Sie einen Namen für Ihr Model ein",
|
||||||
|
"description": "Beschreibung",
|
||||||
|
"descriptionValidationMsg": "Fügen Sie eine Beschreibung für Ihr Model hinzu",
|
||||||
|
"config": "Konfiguration",
|
||||||
|
"configValidationMsg": "Pfad zur Konfigurationsdatei Ihres Models.",
|
||||||
|
"modelLocation": "Ort des Models",
|
||||||
|
"modelLocationValidationMsg": "Pfad zum Speicherort Ihres Models.",
|
||||||
|
"vaeLocation": "VAE Ort",
|
||||||
|
"vaeLocationValidationMsg": "Pfad zum Speicherort Ihres VAE.",
|
||||||
|
"width": "Breite",
|
||||||
|
"widthValidationMsg": "Standardbreite Ihres Models.",
|
||||||
|
"height": "Höhe",
|
||||||
|
"heightValidationMsg": "Standardbhöhe Ihres Models.",
|
||||||
|
"addModel": "Model hinzufügen",
|
||||||
|
"updateModel": "Model aktualisieren",
|
||||||
|
"availableModels": "Verfügbare Models",
|
||||||
|
"search": "Suche",
|
||||||
|
"load": "Laden",
|
||||||
|
"active": "Aktiv",
|
||||||
|
"notLoaded": "nicht geladen",
|
||||||
|
"cached": "zwischengespeichert",
|
||||||
|
"checkpointFolder": "Checkpoint-Ordner",
|
||||||
|
"clearCheckpointFolder": "Checkpoint-Ordner löschen",
|
||||||
|
"findModels": "Models finden",
|
||||||
|
"modelsFound": "Models gefunden",
|
||||||
|
"selectFolder": "Ordner auswählen",
|
||||||
|
"selected": "Ausgewählt",
|
||||||
|
"selectAll": "Alles auswählen",
|
||||||
|
"deselectAll": "Alle abwählen",
|
||||||
|
"showExisting": "Vorhandene anzeigen",
|
||||||
|
"addSelected": "Auswahl hinzufügen",
|
||||||
|
"modelExists": "Model existiert",
|
||||||
|
"delete": "Löschen",
|
||||||
|
"deleteModel": "Model löschen",
|
||||||
|
"deleteConfig": "Konfiguration löschen",
|
||||||
|
"deleteMsg1": "Möchten Sie diesen Model-Eintrag wirklich aus InvokeAI löschen?",
|
||||||
|
"deleteMsg2": "Dadurch wird die Modellprüfpunktdatei nicht von Ihrer Festplatte gelöscht. Sie können sie bei Bedarf erneut hinzufügen."
|
||||||
|
}
|
||||||
|
51
frontend/dist/locales/modelmanager/it.json
vendored
51
frontend/dist/locales/modelmanager/it.json
vendored
@ -1 +1,50 @@
|
|||||||
{}
|
{
|
||||||
|
"modelManager": "Gestione Modelli",
|
||||||
|
"model": "Modello",
|
||||||
|
"modelAdded": "Modello Aggiunto",
|
||||||
|
"modelUpdated": "Modello Aggiornato",
|
||||||
|
"modelEntryDeleted": "Modello Rimosso",
|
||||||
|
"cannotUseSpaces": "Impossibile utilizzare gli spazi",
|
||||||
|
"addNew": "Aggiungi nuovo",
|
||||||
|
"addNewModel": "Aggiungi nuovo Modello",
|
||||||
|
"addManually": "Aggiungi manualmente",
|
||||||
|
"manual": "Manuale",
|
||||||
|
"name": "Nome",
|
||||||
|
"nameValidationMsg": "Inserisci un nome per il modello",
|
||||||
|
"description": "Descrizione",
|
||||||
|
"descriptionValidationMsg": "Aggiungi una descrizione per il modello",
|
||||||
|
"config": "Config",
|
||||||
|
"configValidationMsg": "Percorso del file di configurazione del modello.",
|
||||||
|
"modelLocation": "Posizione del modello",
|
||||||
|
"modelLocationValidationMsg": "Percorso dove si trova il modello.",
|
||||||
|
"vaeLocation": "Posizione file VAE",
|
||||||
|
"vaeLocationValidationMsg": "Percorso dove si trova il file VAE.",
|
||||||
|
"width": "Larghezza",
|
||||||
|
"widthValidationMsg": "Larghezza predefinita del modello.",
|
||||||
|
"height": "Altezza",
|
||||||
|
"heightValidationMsg": "Altezza predefinita del modello.",
|
||||||
|
"addModel": "Aggiungi modello",
|
||||||
|
"updateModel": "Aggiorna modello",
|
||||||
|
"availableModels": "Modelli disponibili",
|
||||||
|
"search": "Ricerca",
|
||||||
|
"load": "Carica",
|
||||||
|
"active": "attivo",
|
||||||
|
"notLoaded": "non caricato",
|
||||||
|
"cached": "memorizzato nella cache",
|
||||||
|
"checkpointFolder": "Cartella Checkpoint",
|
||||||
|
"clearCheckpointFolder": "Svuota cartella checkpoint",
|
||||||
|
"findModels": "Trova modelli",
|
||||||
|
"modelsFound": "Modelli trovati",
|
||||||
|
"selectFolder": "Seleziona cartella",
|
||||||
|
"selected": "Selezionato",
|
||||||
|
"selectAll": "Seleziona tutto",
|
||||||
|
"deselectAll": "Deseleziona tutto",
|
||||||
|
"showExisting": "Mostra esistente",
|
||||||
|
"addSelected": "Aggiungi selezionato",
|
||||||
|
"modelExists": "Il modello esiste",
|
||||||
|
"delete": "Elimina",
|
||||||
|
"deleteModel": "Elimina modello",
|
||||||
|
"deleteConfig": "Elimina configurazione",
|
||||||
|
"deleteMsg1": "Sei sicuro di voler eliminare questo modello da InvokeAI?",
|
||||||
|
"deleteMsg2": "Questo non eliminerà il file Checkpoint del modello dal tuo disco. Puoi aggiungerlo nuovamente se lo desideri."
|
||||||
|
}
|
||||||
|
2
frontend/dist/locales/options/it.json
vendored
2
frontend/dist/locales/options/it.json
vendored
@ -43,7 +43,7 @@
|
|||||||
"toggleLoopback": "Attiva/disattiva elaborazione ricorsiva",
|
"toggleLoopback": "Attiva/disattiva elaborazione ricorsiva",
|
||||||
"invoke": "Invoca",
|
"invoke": "Invoca",
|
||||||
"cancel": "Annulla",
|
"cancel": "Annulla",
|
||||||
"promptPlaceholder": "Digita qui il prompt. [token negativi], (aumenta il peso)++, (diminuisci il peso)--, scambia e fondi sono disponibili (consulta la documentazione)",
|
"promptPlaceholder": "Digita qui il prompt usando termini in lingua inglese. [token negativi], (aumenta il peso)++, (diminuisci il peso)--, scambia e fondi sono disponibili (consulta la documentazione)",
|
||||||
"sendTo": "Invia a",
|
"sendTo": "Invia a",
|
||||||
"sendToImg2Img": "Invia a da Immagine a Immagine",
|
"sendToImg2Img": "Invia a da Immagine a Immagine",
|
||||||
"sendToUnifiedCanvas": "Invia a Tela Unificata",
|
"sendToUnifiedCanvas": "Invia a Tela Unificata",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user