Commit
·
a15fc84
1
Parent(s):
68a14c4
Update readme
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ To install, copy the `.safetensors` and `.yaml` files to your Automatic1111 Cont
|
|
18 |
|
19 |
There is no preprocessor. Instead, supply a black and white checkerboard image as the control input. Examples are in the `example-control-images` directory of this repository.
|
20 |
|
21 |
-
The script `gen_checker.py` can be used to generate checkerboard images of arbitrary sizes.
|
22 |
|
23 |

|
24 |

|
|
|
18 |
|
19 |
There is no preprocessor. Instead, supply a black and white checkerboard image as the control input. Examples are in the `example-control-images` directory of this repository.
|
20 |
|
21 |
+
The script `gen_checker.py` can be used to generate checkerboard images of arbitrary sizes. Example: `python gen_checker.py --upscale-dims 512x512 --output-file 70x70.png --dims 70x70`
|
22 |
|
23 |

|
24 |

|