Multi-GPU setup #3813
Replies: 2 comments 6 replies
-
|
Depending on your AMD GPUs, you can use ZLUDA (faster, less support for older GPUs) or DirectML (slower, supports pretty much any GPU). You'd use the I don't think there's a need to install 2 copies on SD.Next, you should be able to run the one copy twice. |
Beta Was this translation helpful? Give feedback.
-
|
You can mask what GPUs are seen by an instance of ROCM as well; set This is necessary if you're on an all-AMD system, where AMD integrated graphics get seen but passing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning everyone,
I'm trying to run SD.Next on multiple AMD GPUs. My understanding is that you cannot actually split work between two GPUs for generating the one image. But you can use both GPUs in general to queue up different images and therefore you can double your (unique) image generation rate.
I'm using two Radeon GPUs which work just fine one at a time, but I do not know how to use them both at once. Should I create a second install of SD.next and try to run that at the same time? Surely there might be a better way?
Tried openVINO but my GPUs are not visible to it, and I believe it's because openVINO only supports Intel architecture.
Any help is appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions