[civitai] add initial support (#3706, #3787, #4129, #5995)

This commit is contained in:
Mike Fährmann
2024-09-20 17:21:17 +02:00
parent fe190be589
commit 93eca64a73
5 changed files with 357 additions and 2 deletions

View File

@@ -1501,7 +1501,7 @@ Type
Default
``["image", "video", "download", "gallery"]``
Description
Determines the type and order of files to be downloaded.
Determines the type and order of files to download.
Available types are
``image``,
@@ -1510,6 +1510,34 @@ Description
``gallery``.
extractor.civitai.api-key
-------------------------
Type
``string``
Description
The API Key value generated in your
`User Account Settings <https://civitai.com/user/account>`__
to make authorized API requests.
See `API/Authorization <https://developer.civitai.com/docs/api/public-rest#authorization>`__
for details.
extractor.civitai.files
-----------------------
Type
``list`` of ``strings``
Default
``["image"]``
Description
Determines the type and order of files to download.
Available types are
``model``,
``image``,
``gallery``.
extractor.cohost.asks
---------------------
Type

View File

@@ -157,10 +157,16 @@ Consider all listed sites to potentially be NSFW.
<td>Articles, Creators, Followed Users, Recent Images</td>
<td></td>
</tr>
<tr>
<td>Civitai</td>
<td>https://www.civitai.com/</td>
<td>Models, Search Results, Tag Searches, User Profiles</td>
<td></td>
</tr>
<tr>
<td>cohost!</td>
<td>https://cohost.org/</td>
<td>Posts, Tag Searches, User Profiles</td>
<td>Likes, Posts, Tag Searches, User Profiles</td>
<td></td>
</tr>
<tr>