diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,3 +7,9 @@ Weights can be downloaded from [here](https://m1.afileditch.ch/ajjMsHrRhnikrrCiU Because style transfer hasn't changed drastically in terms of actual results in the past years. I personally find a certain beauty in inputing an image with a desired style rather than a well curated prompt with a dozen of switches. ## Usage + +The script sits comfortably in `./stylize.sh` so just run it: + +```bash +./stylize.sh path/to/style_image path/to/content_image content_in_style.mp4 +``` |