From 562aaee056ed963f4bbc4c652564ba5a0d476620 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Tue, 26 Mar 2019 18:04:47 -0400 Subject: [PATCH] updated default driver settings --- bin/video2x_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/video2x_setup.py b/bin/video2x_setup.py index 1c7d1a9..0779018 100644 --- a/bin/video2x_setup.py +++ b/bin/video2x_setup.py @@ -42,7 +42,7 @@ def process_arguments(): # video options general_options = parser.add_argument_group('General Options') - general_options.add_argument('-d', '--driver', help='driver to download and configure', action='store', choices=['all', 'waifu2x_caffe', 'waifu2x_converter'], required=True) + general_options.add_argument('-d', '--driver', help='driver to download and configure', action='store', choices=['all', 'waifu2x_caffe', 'waifu2x_converter'], default='all') # parse arguments return parser.parse_args()