civitai search redesign prototype

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-08-03 16:31:55 -04:00
parent 2cdb15b1ce
commit 66456f3b4f
13 changed files with 652 additions and 58 deletions
+4
View File
@@ -111,6 +111,10 @@ class Api:
from modules.api import nudenet
nudenet.register_api()
# civitai api
from modules.civitai import api_civitai
api_civitai.register_api()
def add_api_route(self, path: str, endpoint, **kwargs):
if (shared.cmd_opts.auth or shared.cmd_opts.auth_file) and shared.cmd_opts.api_only: