did you solve it? i need some help with this project too, can i connect with you?
the author of this code is using brain_fusion api version 0.0.8, when I (and maybe you too) are using 0.1.1.
in 0.0.8 we don’t need 3rd argument, but project didn’t work on that version (does not create an image, the problem is in the API i think)
2
Answers
If you go to the source code of the library, you will see that the method runAI requires three arguments:
so you need to pass in a Resolution object in your method call.
I.E.
did you solve it? i need some help with this project too, can i connect with you?
the author of this code is using brain_fusion api version 0.0.8, when I (and maybe you too) are using 0.1.1.
in 0.0.8 we don’t need 3rd argument, but project didn’t work on that version (does not create an image, the problem is in the API i think)