tabelle ai_model_api_provider entfernt
This commit is contained in:
@@ -56,6 +56,11 @@ class RunwareAi implements ApiPluginInterface
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
public function getStyledImage(string $promptId): string
|
||||
{
|
||||
throw new \Exception('RunwareAi does not support fetching styled images by prompt ID.');
|
||||
}
|
||||
|
||||
public function getStatus(string $imageUUID): array
|
||||
{
|
||||
@@ -248,7 +253,7 @@ class RunwareAi implements ApiPluginInterface
|
||||
'positivePrompt' => $style->prompt,
|
||||
'seedImage' => $seedImageUUID,
|
||||
'outputType' => 'base64Data',
|
||||
'model' => $style->aiModel->model_id,
|
||||
'model' => $style->aiModel->model_id
|
||||
];
|
||||
|
||||
foreach ($mergedParams as $key => $value) {
|
||||
|
||||
Reference in New Issue
Block a user