Skip to content

Commit f14dbaa

Browse files
modified README.md
1 parent b94b70f commit f14dbaa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ example:
3232
python main.py --cuda
3333
```
3434

35+
```bash
36+
python main.py --cuda --stylePath images/style --outf images/samples --cuda
37+
```
38+
39+
To add style to image with user control of mask, do
40+
```bash
41+
python run_with_masks.py --contentPath <path to content images> --stylePath <path to style images> --masksContentPath <path to mask img> --cuda
42+
```

0 commit comments

Comments
 (0)