Add AMD Navi 31 Support (7900 XT/XTX)#567
Open
fraz0815 wants to merge 2 commits intoOpenTalker:mainfrom
Open
Conversation
Exactly the same way as AUTOMATIC1111/stable-diffusion-webui does. Example times on 5800X3D CPU + 7900 XT GPU: w/o patch: Face Renderer 3.70 s/it -> 5min 37sec down to w patch: Face Renderer 2.39 s/it -> 3min 22sec
Navi 3 needs at least 5.5 which is only on the nightly chain, previous versions are no longer online (torch==2.1.0.dev-20230614+rocm5.5 torchvision==0.16.0.dev-20230614+rocm5.5 torchaudio==2.1.0.dev-20230614+rocm5.5). so switch to nightly rocm5.6 without explicit versions this time
Author
|
Previous torch versions are no longer online (torch==2.1.0.dev-20230614+rocm5.5 torchvision==0.16.0.dev-20230614+rocm5.5 torchaudio==2.1.0.dev-20230614+rocm5.5). |
aryan0078
suggested changes
Sep 21, 2023
aryan0078
left a comment
There was a problem hiding this comment.
Its only for linux add support for windows (torch_dml)
|
I've been trying my hand at torch_directml and I haven't been able to get this to work for Windows. Warning, I'm a newbie to Python. Spent 2 days but nothing, I cannot even get device = 'dml' to work even when I install torch_directml Anyone with more skills know how we can get this working for AMD GPUs? Please help! |
|
@risharde May be we both can try |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Exactly the same way as AUTOMATIC1111/stable-diffusion-webui does.
Example times on 5800X3D CPU + 7900 XT GPU:
w/o patch: Face Renderer 3.70 s/it -> 5min 37sec
down to
w patch: Face Renderer 2.39 s/it -> 3min 22sec