mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
civitai search redesign prototype
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user