You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deprecated/CLI.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,14 +205,14 @@ Here are the invoke> command that apply to txt2img:
205
205
|`--seamless`||`False`| Activate seamless tiling for interesting effects |
206
206
|`--seamless_axes`||`x,y`| Specify which axes to use circular convolution on. |
207
207
|`--log_tokenization`|`-t`|`False`| Display a color-coded list of the parsed tokens derived from the prompt |
208
-
|`--skip_normalization`|`-x`|`False`| Weighted subprompts will not be normalized. See [Weighted Prompts](./OTHER.md#weighted-prompts)|
208
+
|`--skip_normalization`|`-x`|`False`| Weighted subprompts will not be normalized. See [Weighted Prompts](../features/OTHER.md#weighted-prompts)|
209
209
|`--upscale <int> <float>`|`-U <int> <float>`|`-U 1 0.75`| Upscale image by magnification factor (2, 4), and set strength of upscaling (0.0-1.0). If strength not set, will default to 0.75. |
210
210
|`--facetool_strength <float>`|`-G <float> `|`-G0`| Fix faces (defaults to using the GFPGAN algorithm); argument indicates how hard the algorithm should try (0.0-1.0) |
211
211
|`--facetool <name>`|`-ft <name>`|`-ft gfpgan`| Select face restoration algorithm to use: gfpgan, codeformer |
212
212
|`--codeformer_fidelity`|`-cf <float>`|`0.75`| Used along with CodeFormer. Takes values between 0 and 1. 0 produces high quality but low accuracy. 1 produces high accuracy but low quality |
213
213
|`--save_original`|`-save_orig`|`False`| When upscaling or fixing faces, this will cause the original image to be saved rather than replaced. |
214
-
|`--variation <float>`|`-v<float>`|`0.0`| Add a bit of noise (0.0=none, 1.0=high) to the image in order to generate a series of variations. Usually used in combination with `-S<seed>` and `-n<int>` to generate a series a riffs on a starting image. See [Variations](./VARIATIONS.md). |
215
-
|`--with_variations <pattern>`||`None`| Combine two or more variations. See [Variations](./VARIATIONS.md) for now to use this. |
214
+
|`--variation <float>`|`-v<float>`|`0.0`| Add a bit of noise (0.0=none, 1.0=high) to the image in order to generate a series of variations. Usually used in combination with `-S<seed>` and `-n<int>` to generate a series a riffs on a starting image. See [Variations](../features/VARIATIONS.md). |
215
+
|`--with_variations <pattern>`||`None`| Combine two or more variations. See [Variations](../features/VARIATIONS.md) for now to use this. |
216
216
|`--save_intermediates <n>`||`None`| Save the image from every nth step into an "intermediates" folder inside the output directory |
217
217
|`--h_symmetry_time_pct <float>`||`None`| Create symmetry along the X axis at the desired percent complete of the generation process. (Must be between 0.0 and 1.0; set to a very small number like 0.0001 for just after the first step of generation.) |
218
218
|`--v_symmetry_time_pct <float>`||`None`| Create symmetry along the Y axis at the desired percent complete of the generation process. (Must be between 0.0 and 1.0; set to a very small number like 0.0001 for just after the first step of generation.) |
@@ -257,7 +257,7 @@ additional options:
257
257
by `-M`. You may also supply just a single initial image with the areas
258
258
to overpaint made transparent, but you must be careful not to destroy
259
259
the pixels underneath when you create the transparent areas. See
260
-
[Inpainting](./INPAINTING.md) for details.
260
+
[Inpainting](INPAINTING.md) for details.
261
261
262
262
inpainting accepts all the arguments used for txt2img and img2img, as well as
263
263
the --mask (-M) and --text_mask (-tm) arguments:
@@ -297,7 +297,7 @@ invoke> a piece of cake -I /path/to/breakfast.png -tm bagel 0.6
297
297
298
298
You can load and use hundreds of community-contributed Textual
299
299
Inversion models just by typing the appropriate trigger phrase. Please
300
-
see [Concepts Library](CONCEPTS.md) for more details.
300
+
see [Concepts Library](../features/CONCEPTS.md) for more details.
0 commit comments