[civitai] add 'sort' & 'period' options (#8426)

This commit is contained in:
Mike Fährmann
2025-10-17 20:29:10 +02:00
parent 4072687b0b
commit 555ac2dcfa
3 changed files with 71 additions and 15 deletions

View File

@@ -2098,6 +2098,45 @@ Description
``None`` and ``Soft`` rated images,
extractor.civitai.period
------------------------
Type
``string``
Default
``"AllTime"``
Description
Sets the ``period`` parameter
when paginating over results.
Supported Values
* ``"AllTime"``
* ``"Year"``
* ``"Month"``
* ``"Week"``
* ``"Day"``
extractor.civitai.sort
----------------------
Type
``string``
Default
``"Newest"``
Description
Sets the ``sort`` parameter
when paginating over results.
Supported Values
* ``"Newest"``
* ``"Oldest"``
* ``"Most Reactions"``
* ``"Most Comments"``
* ``"Most Collected"``
Special Values
``"asc"``
Ascending order (``"Oldest"``)
``"desc"`` | ``"reverse"``
Descending order (``"Newest"``)
extractor.civitai.quality
-------------------------
Type