diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-02-13 16:50:57 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-02-13 16:50:57 +0200 |
commit | 99e525387c5e792a0c777b4533fc1471a49dee98 (patch) | |
tree | b840c869c30f59e7599e1b383afc53943ecbceca | |
parent | 15f14073d7d1e2015d897487c9774876fe61183c (diff) |
Started documenting the usage
-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 +``` |