RuntimeError: "reflection_pad2d" not implemented for 'Half' that's what i keep getting when i follow your way. im on intel. how do i fix?
@Holonet01 Жыл бұрын
I'm not sure an Intel GPU can be expected to run AUTOMATIC1111. If it will, I imagine it takes some fiddling. However, I believe you can run it in CPU mode. To do that, just edit the webui-user.bat file which starts it up, then add these flags where you see this in that file: set COMMANDLINE_ARGS=--use-cpu all --precision full --no-half --skip-torch-cuda-test Since your error was specifically about half, then couldn't hurt to try it with only the --no-half flag, but wouldn't guarantee anything, it'll probably still look for cuda. If you want general help setting it up, I'd recommend AItrepreneur, he has pretty useful tutorials for getting this stuff up and running. If you run in CPU mode, just expect it to be very slow compared to normal operation, but shouldn't stop you from playing with sprites 🙂