summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+```