jbaboval
jbaboval
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4690
I'm going to take a stab at putting together a PR for this.....
Unfortunately it's more than a few lines of code. And getting the intel libraries and drivers setup isn't well integrated with distributions. This is a work in progress, but it...
I'm still having some issues. One is seeding. I can't get reproducible output. I thought it might be the seeding in pytorch_lightning, but at this point I have implemented full...
https://github.com/intel/intel-extension-for-pytorch/issues/252
It's linked above. I made some notes in ArcNotes.txt that might help get you set up.
If you're going to try the branch above: - It _might_ not work without my pytorch_lightning branch. I think it will, but if not let me know. I can test...
Can you check what branch of the fork you're on? It should be `oneapi`. If it's not recognizing the command line option, it's definitely not running the right code.
I'm not sure how you get the branch with the zip download. I just grabbed the zip and it doesn't include the `.git` directory. Try `git clone -b oneapi https://github.com/jbaboval/stable-diffusion-webui.git`
It should be telling you right at the beginning that it's using OneAPI: ``` Launching Web UI with arguments: --config configs/v1-inference-xpu.yaml --listen OneAPI is available 2023-01-24 08:03:28,418 - torch.distributed.nn.jit.instantiator -...