Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YoongiKim authored Jun 25, 2020
1 parent 9bd8863 commit 645f93e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Google, Naver multiprocess image crawler (High Quality & Speed & Customizable)
# Arguments
usage:
```
python3 main.py [--skip true] [--threads 4] [--google true] [--naver true] [--full false] [--face false]
python3 main.py [--skip true] [--threads 4] [--google true] [--naver true] [--full false] [--face false] [--no_gui auto]
```

```
Expand All @@ -34,6 +34,10 @@ python3 main.py [--skip true] [--threads 4] [--google true] [--naver true] [--fu
--full false Download full resolution image instead of thumbnails (slow)
--face false Face search mode
--no_gui auto No GUI mode. (headless mode) Acceleration for full_resolution mode, but unstable on thumbnail mode.
Default: "auto" - false if full=false, true if full=true
(can be used for docker linux system)
```


Expand Down

0 comments on commit 645f93e

Please sign in to comment.