Skip to content

Commit 25ba42f

Browse files
committed
readme / console schema
1 parent 8b73971 commit 25ba42f

File tree

3 files changed

+47
-12
lines changed

3 files changed

+47
-12
lines changed

README.rst

Lines changed: 45 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ please visit `readthedocs <http://dgenerate.readthedocs.io/en/version_5.0.0/>`_.
8888
* `Linux with ROCm (AMD Cards)`_
8989
* `Linux with opencv-python-headless (libGL.so.1 issues)`_
9090
* `MacOS Install (Apple Silicon Only)`_
91+
* `Google Colab Install`_
9192

9293
* Usage Manual
9394
* `Basic Usage`_
@@ -5746,12 +5747,15 @@ these are the arguments that are available for use:
57465747
guidance-scale: float
57475748
tea-cache-rel-l1-threshold: float
57485749
ras-index-fusion: bool
5749-
ras-patch-size: int
57505750
ras-sample-ratio: float
57515751
ras-high-ratio: float
57525752
ras-starvation-scale: float
57535753
ras-error-reset-steps: str
5754+
ras-start-step: int
5755+
ras-end-step: int
57545756
ras-metric: str
5757+
ras-skip-num-step: int
5758+
ras-skip-num-step-length: int
57555759
sdxl-refiner-hi-diffusion: bool
57565760
pag-scale: float
57575761
pag-adaptive-scale: float
@@ -5768,6 +5772,10 @@ these are the arguments that are available for use:
57685772
adetailer-mask-padding: Padding: P, WxH, LxTxRxB
57695773
adetailer-mask-blur: int
57705774
adetailer-mask-dilation: int
5775+
deep-cache-interval: int
5776+
deep-cache-branch-id: int
5777+
second-model-deep-cache-interval: int
5778+
second-model-deep-cache-branch-id: int
57715779
57725780
Utilizing CivitAI links and Other Hosted Models
57735781
===============================================
@@ -6221,11 +6229,11 @@ The help output of ``image-process`` is as follows:
62216229
equal to those listed under --frame-format.
62226230
-------------------------------------------
62236231
-ff FRAME_FORMAT, --frame-format FRAME_FORMAT
6224-
Image format for animation frames. Must be one of: png, apng, blp, bmp, dib, bufr, pcx, dds, ps,
6225-
eps, gif, grib, h5, hdf, jp2, j2k, jpc, jpf, jpx, j2c, icns, ico, im, jfif, jpe, jpg, jpeg, tif,
6226-
tiff, mpo, msp, palm, pdf, pbm, pgm, ppm, pnm, pfm, bw, rgb, rgba, sgi, tga, icb, vda, vst, webp,
6227-
wmf, emf, or xbm.
6228-
-----------------
6232+
Image format for animation frames. Must be one of: png, apng, avif, avifs, blp, bmp, dib, bufr, pcx,
6233+
dds, ps, eps, gif, grib, h5, hdf, jp2, j2k, jpc, jpf, jpx, j2c, icns, ico, im, jfif, jpe, jpg, jpeg,
6234+
tif, tiff, mpo, msp, palm, pdf, pbm, pgm, ppm, pnm, pfm, bw, rgb, rgba, sgi, tga, icb, vda, vst,
6235+
webp, wmf, emf, or xbm.
6236+
-----------------------
62296237
-ox, --output-overwrite
62306238
Indicate that it is okay to overwrite files, instead of appending a duplicate suffix.
62316239
-------------------------------------------------------------------------------------
@@ -7314,6 +7322,15 @@ The ``\templates_help`` output from the above example is:
73147322
Name: "last_controlnet_uris"
73157323
Type: typing.Optional[collections.abc.Sequence[str]]
73167324
Value: []
7325+
Name: "last_deep_cache"
7326+
Type: <class 'bool'>
7327+
Value: False
7328+
Name: "last_deep_cache_branch_ids"
7329+
Type: typing.Optional[collections.abc.Sequence[int]]
7330+
Value: []
7331+
Name: "last_deep_cache_intervals"
7332+
Type: typing.Optional[collections.abc.Sequence[int]]
7333+
Value: []
73177334
Name: "last_device"
73187335
Type: <class 'str'>
73197336
Value: 'cuda'
@@ -7449,6 +7466,9 @@ The ``\templates_help`` output from the above example is:
74497466
Name: "last_ras"
74507467
Type: <class 'bool'>
74517468
Value: False
7469+
Name: "last_ras_end_steps"
7470+
Type: typing.Optional[collections.abc.Sequence[int]]
7471+
Value: []
74527472
Name: "last_ras_error_reset_steps"
74537473
Type: typing.Optional[collections.abc.Sequence[str]]
74547474
Value: []
@@ -7461,12 +7481,18 @@ The ``\templates_help`` output from the above example is:
74617481
Name: "last_ras_metrics"
74627482
Type: typing.Optional[collections.abc.Sequence[str]]
74637483
Value: []
7464-
Name: "last_ras_patch_sizes"
7465-
Type: typing.Optional[collections.abc.Sequence[int]]
7466-
Value: []
74677484
Name: "last_ras_sample_ratios"
74687485
Type: typing.Optional[collections.abc.Sequence[float]]
74697486
Value: []
7487+
Name: "last_ras_skip_num_step_lengths"
7488+
Type: typing.Optional[collections.abc.Sequence[int]]
7489+
Value: []
7490+
Name: "last_ras_skip_num_steps"
7491+
Type: typing.Optional[collections.abc.Sequence[int]]
7492+
Value: []
7493+
Name: "last_ras_start_steps"
7494+
Type: typing.Optional[collections.abc.Sequence[int]]
7495+
Value: []
74707496
Name: "last_ras_starvation_scales"
74717497
Type: typing.Optional[collections.abc.Sequence[float]]
74727498
Value: []
@@ -7563,6 +7589,15 @@ The ``\templates_help`` output from the above example is:
75637589
Name: "last_second_model_cpu_offload"
75647590
Type: typing.Optional[bool]
75657591
Value: None
7592+
Name: "last_second_model_deep_cache"
7593+
Type: typing.Optional[bool]
7594+
Value: None
7595+
Name: "last_second_model_deep_cache_branch_ids"
7596+
Type: typing.Optional[collections.abc.Sequence[int]]
7597+
Value: []
7598+
Name: "last_second_model_deep_cache_intervals"
7599+
Type: typing.Optional[collections.abc.Sequence[int]]
7600+
Value: []
75667601
Name: "last_second_model_guidance_scales"
75677602
Type: typing.Optional[collections.abc.Sequence[float]]
75687603
Value: []
@@ -7613,7 +7648,7 @@ The ``\templates_help`` output from the above example is:
76137648
Value: []
76147649
Name: "last_seeds"
76157650
Type: collections.abc.Sequence[int]
7616-
Value: [21929027794008]
7651+
Value: [31951721742490]
76177652
Name: "last_seeds_to_images"
76187653
Type: <class 'bool'>
76197654
Value: False

0 commit comments

Comments
 (0)