thomaseding commited on
Commit
a15fc84
·
1 Parent(s): 68a14c4

Update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ![grid5x5](https://huggingface.co/thomaseding/pixelnet/resolve/main/example-control-images/5x5.png)
24
  ![grid16x16](https://huggingface.co/thomaseding/pixelnet/resolve/main/example-control-images/16x16.png)
 
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
  ![grid5x5](https://huggingface.co/thomaseding/pixelnet/resolve/main/example-control-images/5x5.png)
24
  ![grid16x16](https://huggingface.co/thomaseding/pixelnet/resolve/main/example-control-images/16x16.png)