Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

hi guys 

can anyone help with my problem ? i keep getting this error...what does it mean and how to solve it. 

OSError: [WinError 193] %1 is not a valid Win32 application. Error loading "D:\invoke ai\invokeai\invokeai_standalone\env\lib\site-packages\torch\lib\cudnn_adv_infer64_8.dll" or one of its dependencies.

Press any key to continue . . .

 

It appears that you are on a 32bit system (e.g. old Win7). The starter itself only supports 64 bit.

You should still get it to run with those steps:
1) Open invokeai_standalone/invokeai/invokai in a text editor (e.g. "Editor")
2) In the lines --outdir="" etc add the paths that you want to use. E.g. --outdir="E:/invokeai_standalone/outputs/"
3) You can disable the nsfw filter by removing the last line (--nsfw_checker)
4) Save the file
5) Double click invokeai_standalone/helper.bat

Its strange though because I'm on a 64bit windows 10 pc.  ill try installing it again :)