[civitai] support using internal tRPC API endpoints (#3706)

This commit is contained in:
Mike Fährmann
2024-09-25 18:46:18 +02:00
parent daa220370c
commit 3eb3564b5d
2 changed files with 162 additions and 17 deletions

View File

@@ -1514,6 +1514,19 @@ Description
``gallery``.
extractor.civitai.api
---------------------
Type
``string``
Default
``"rest"``
Description
Selects which API endpoints to use.
* ``"rest"``: `Public REST API <https://developer.civitai.com/docs/api/public-rest>`__
* ``"trpc"``: Internal TRPC API
extractor.civitai.api-key
-------------------------
Type