tabelle ai_model_api_provider entfernt
This commit is contained in:
@@ -260,4 +260,9 @@ class ComfyUi implements ApiPluginInterface
|
||||
$this->logInfo('ComfyUI does not support model search. Returning empty list.', ['searchTerm' => $searchTerm]);
|
||||
return [];
|
||||
}
|
||||
|
||||
public function getStyledImage(string $promptId): string
|
||||
{
|
||||
return $this->waitForResult($promptId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user