From 15eda7548eb006008bc1fd77ab09f36da5b5037c Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 20 Sep 2015 09:31:12 -0400 Subject: Edited readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e9e92..e3d2cae 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,13 @@ Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more. "to see more.", CompilerWarning) ``` -Also don't worry if AutoArt closes at, say, 10/15, prints `Segmentation Fault`, and re-opens saying 0/5, all 15 images will be made. +Also don't worry if AutoArt closes at, say, 10/15, prints `Segmentation Fault`, asks you to choose your device again, and re-opens saying 0/5, all 15 images will be made. + +To set a default platform, just change the line +``` +GPU.platform_id = -1 +``` +To the ID number of your platform (which should be 0 or 1). You should not create images/videos with a resolution of over 3000x3000, or audio files that are over 10 minutes in length (but this depends on the amount of memory your GPU has). If you create an image/video that is too large or an audio file that is too long, you will see the following error message: -- cgit v1.2.3