The combination of Intel Xeon E31240 and Vulkan does not work. #1333
Replies: 2 comments
-
|
[DEBUG] main.cpp:515 - version: stable-diffusion.cpp version master-525-d6dd6d7, commit d6dd6d7 |
Beta Was this translation helpful? Give feedback.
-
This could be caused by Vullkan memory issues. In my setup, I consistently get a uniform-colored image like this when I mistakenly run the generation on my iGPU with parameters appropriate for my video card. Are you able to generate smaller images, e.g. 512x512? If so, using |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I compiled the application with the configuration
cmake .. -DSD_VULKAN=ON -DGGML_AVX2=OFF -DGGML_FMA=OFF
in order to run it on an Intel Xeon E31240, and it does not work.
As a result of running the test example from the website, I get a black or yellow rectangle, both on an Nvidia GTX 1070 and on an AMD Radeon Pro VII.
Beta Was this translation helpful? Give feedback.
All reactions