[civitai] add 'quality' option (#3706)
download 'original=true' files by default
This commit is contained in:
@@ -383,6 +383,7 @@ Type
|
||||
|Duration|_
|
||||
Default
|
||||
* ``"0.5-1.5"``
|
||||
``ao3``, ``civitai``,
|
||||
``[Danbooru]``, ``[E621]``, ``[foolfuuka]:search``, ``itaku``,
|
||||
``koharu``,
|
||||
``newgrounds``, ``[philomena]``, ``pixiv:novel``, ``plurk``,
|
||||
@@ -1533,7 +1534,7 @@ Type
|
||||
Default
|
||||
``["image"]``
|
||||
Description
|
||||
Determines the type and order of files to download.
|
||||
Determines the type and order of files to download when processing models.
|
||||
|
||||
Available types are
|
||||
``model``,
|
||||
@@ -1541,6 +1542,26 @@ Description
|
||||
``gallery``.
|
||||
|
||||
|
||||
extractor.civitai.quality
|
||||
-------------------------
|
||||
Type
|
||||
* ``string``
|
||||
* ``list`` of ``strings``
|
||||
Default
|
||||
``"original=true"``
|
||||
Example
|
||||
* ``"width=1280,quality=90"``
|
||||
* ``["width=1280", "quality=90"]``
|
||||
Description
|
||||
A (comma-separated) list of image quality options
|
||||
to pass with every image URL.
|
||||
|
||||
Known available options include ``original``, ``quality``, ``width``
|
||||
|
||||
Note: Set this option to an arbitrary letter, e.g., ``"w"``,
|
||||
to download images in JPEG format at their original resolution.
|
||||
|
||||
|
||||
extractor.cohost.asks
|
||||
---------------------
|
||||
Type
|
||||
|
||||
Reference in New Issue
Block a user