With Deep Art Effects v1.1.0 it is now possible to render Images without the GUI!
Java 1.8 or newer is required to run this version of the client.
make sure it is installed correctly and added to the PATH
You can find the Deep Art Effects console client at the download page
Just download the zip file and start the executable
DeepArtEffectsCli.exe
For a List of possible commands use:
DeepArtEffectsCli.exe -help
To check your client version use:
DeepArtEffectsCli.exe -version
If you did not use Deep Art Effects for Desktop yet, you first have to register your license with:
DeepArtEffectsCli.exe license -add [your key]
You only have to do this step once!
-
Usage of Art Style:
DeepArtEffectsCli.exe artfilter -input [path to image] -output [path to output file] -stylename [name of artfilter] (-intensity [1-100] -chunksize [128-2048] -bokeh [x.x] -extension [ext] -resolution [preview, sd, hd, fullhd, ultrahd, original])
-
Example:
DeepArtEffectsCli.exe artfilter -input "C:/images/example.png" -output "C:/images/stylized.png" -stylename "Colorful"
-
Usage of Abstract AI:
DeepArtEffectsCli.exe abstract -input [path to image] -output [path to output file] -stylename [path to style image] -styleweight [0-100] (-intensity [1-100] -chunksize [128-2048] -bokeh [x.x] -extension [ext] -resolution [preview, sd, hd, fullhd, ultrahd, original])
-
Example:
DeepArtEffectsCli.exe abstract -input "C:/images/example.png" -output "C:/images/stylized.png" -stylename "C:/images/style.png" -styleweight 100
-
Usage of Vincent AI:
DeepArtEffectsCli.exe vincent -input [path to image] -output [path to output file] -stylename [path to style image] -styleweight [0-100] (-intensity [1-100] -chunksize [128-2048] -bokeh [x.x] -extension [ext] -resolution [preview, sd, hd, fullhd, ultrahd, original])
-
Example:
DeepArtEffectsCli.exe vincent -input "C:/images/example.png" -output "C:/images/stylized.png" -stylename "C:/images/style.png" -styleweight 100
-
Usage of Artistic AI:
DeepArtEffectsCli.exe artistic -input [path to image] -output [path to output file] -stylename [path to style image] -styleweight [0-100] -contentweight [0-100] -iteration [x] (-intensity [1-100] -chunksize [128-2048] -bokeh [x.x] -extension [ext] -resolution [preview, sd, hd, fullhd, ultrahd, original])
-
Example:
DeepArtEffectsCli.exe artistic -input "C:/images/example.png" -output "C:/images/stylized.png" -stylename "C:/images/style.png" -styleweight 100 -contentweight 50 -iteration 100
-
Usage for Superresolution:
DeepArtEffectsCli.exe superresolution -input [path to image] -output [path to output file]
-
Example:
DeepArtEffectsCli.exe superresolution -input "C:/images/example.png" -output "C:/images/stylized.png"
-
Usage for removing Backgroung:
DeepArtEffectsCli.exe removebackground -input [path to image] -output [path to output file]
-
Example:
DeepArtEffectsCli.exe removebackground -input "C:/images/example.png" -output "C:/images/stylized.png"
-
Using multiple input images:
For all commands above (artfilter, abstract, vincent, artistic, superresolution, removebackground) it is possible to render multiple images at once!
To utilize this feature you simply have to use directories instead of files for input / output / style parameters: -
Examples:
DeepArtEffectsCli.exe artfilter -input "C:/images/" -output "C:/imageoutputs/" -stylename "Colorful"
-
DeepArtEffectsCli.exe artfilter -input "C:/images/" -output "C:/imageoutputs/" -stylename "Colorful, Retro, Epoch"
-
DeepArtEffectsCli.exe abstract -input "C:/images/" -output "C:/imageoutputs/ -stylename "C:/styleimages/" -styleweight 100
-
DeepArtEffectsCli.exe abstract -input "C:/images/" -output "C:/imageoutputs/ -stylename "C:/images/style.png" -styleweight 100
-
Setting image extension:
The-extension
parameter is used to save all rendered images encoded in specified image format -
Example:
DeepArtEffectsCli.exe artfilter -input "C:/images/" -output "C:/imageoutputs/" -stylename "Colorful" -extension "png"
-
To get a list of available Art Styles use:
DeepArtEffectsCli.exe liststyles
-
Usage for video:
DeepArtEffectsCli.exe video -input [path to image] -output [path to output file] -stylename [name of artfilter] (-intensity [1-100] -chunksize [128-2048])
-
Example:
DeepArtEffectsCli.exe video -input "C:/images/example.png" -output "C:/images/stylized.png" -stylename "Colorful"
-
Usage for generating artworks:
DeepArtEffectsCli.exe generate -name artwork -output [path to output file]
-
Example:
DeepArtEffectsCli.exe generate -name artwork -output out.jpg