summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-02-13 16:50:57 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-02-13 16:50:57 +0200
commit99e525387c5e792a0c777b4533fc1471a49dee98 (patch)
treeb840c869c30f59e7599e1b383afc53943ecbceca
parent15f14073d7d1e2015d897487c9774876fe61183c (diff)
Started documenting the usage
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index a5502a7..df38437 100644
--- a/README.md
+++ b/README.md
@@ -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
+```