-`--content_img_path (str)`: path to content image.
-`--style_image_path (str)`: path to style image.
-`--output_path (str)`: path to output image dir, default value:`output_dir`.
-`--weight_path (str)`: path to model weight path, if `weight_path` is `None`, the pre-training model will be downloaded automatically, default value:`None`.
-`--style (str)`: style of output image, if `weight_path` is `None`, `style` can be chosen in `starrynew`, `circuit`, `ocean` and `stars`, default value:`starrynew`.
-`--style_image_path (str)`: path to style image, it need to input when `weight_path` is not `None`, default value:`None`.