the RunwareAI Plugin is working now

This commit is contained in:
2025-07-30 23:24:47 +02:00
parent 07c6786bda
commit 47860b4b7d
35 changed files with 544 additions and 218 deletions

View File

@@ -7,12 +7,14 @@ return [
'name' => 'Name',
'model_id' => 'Modell ID',
'model_type' => 'Modell Typ',
'enabled' => 'Aktiviert',
'api_providers' => 'API Anbieter',
],
'table' => [
'name' => 'Name',
'model_id' => 'Modell ID',
'model_type' => 'Modell Typ',
'enabled' => 'Aktiviert',
'api_providers' => 'API Anbieter',
],
],
@@ -123,4 +125,12 @@ return [
],
],
],
'styled_image_display' => [
'title' => 'Neu gestyltes Bild',
'keep_button' => 'Behalten',
'delete_button' => 'Löschen',
],
'loading_spinner' => [
'processing_image' => 'Bild wird verarbeitet...',
],
];