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' => 'Model ID',
'model_type' => 'Model Type',
'enabled' => 'Enabled',
'api_providers' => 'API Providers',
],
'table' => [
'name' => 'Name',
'model_id' => 'Model ID',
'model_type' => 'Model Type',
'enabled' => 'Enabled',
'api_providers' => 'API Providers',
],
],
@@ -100,4 +102,12 @@ return [
],
],
],
'styled_image_display' => [
'title' => 'Newly Styled Image',
'keep_button' => 'Keep',
'delete_button' => 'Delete',
],
'loading_spinner' => [
'processing_image' => 'Processing image...',
],
];