model search for runware.ai implemented, added app logo and dashboard stats
This commit is contained in:
@@ -239,4 +239,10 @@ class ComfyUi implements ApiPluginInterface
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public function searchModels(string $searchTerm): array
|
||||
{
|
||||
$this->logInfo('ComfyUI does not support model search. Returning empty list.', ['searchTerm' => $searchTerm]);
|
||||
return [];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user