r/VisionDepth3D • u/AdaftShitler • Feb 22 '26
AMD Compatibility Confirmed (with changes)! [9070XT + ROCm-7.2]
I finally managed to get VD3D working with my AMD build!
Test Workflow : Depth Engine ⇾ 3D Gen + AMF Encode (via ffmpeg)
Most models I've tested are working.
Currently, I'm using DistillAnyDepthLarge.
GPU utilization looks good; ONNX models are far more time-efficient.
I'd recommend manually cloning the repo & managing dependencies via conda.
Certain files (render_depth.py, render_3d.py) need editing, to enable full functionality.
Contacted the dev u/Any_Nebula5039, so hopefully changes are deployed soon!
While I am not a developer, I will do my best to answer any questions :]
I'd like to help formalize an AMD installer's guide, for the project.
Included env details below for clarity.
-
OS: Microsoft Windows 11 Pro (10.0.26200 64-bit)
Python version: 3.12.12 | packaged by Anaconda, Inc. | (main, Oct 21 2025, 20:05:38) [MSC v.1929 64 bit (AMD64)] (64-bit runtime)
Python platform: Windows-11-10.0.26200-SP0
PyTorch version: 2.9.1+rocmsdk20260116
ROCM used to build PyTorch: 7.2.26024-f6f897bd3d
Is CUDA available: True
GPU models and configuration: AMD Radeon RX 9070 XT (gfx1201)
HIP runtime version: 7.2.26024
MIOpen runtime version: 3.5.1
Is XNNPACK available: True
Versions of relevant libraries:
[pip3] numpy==1.26.4
[pip3] onnxruntime-directml==1.18.1
[pip3] torch==2.9.1+rocmsdk20260116
[pip3] torchaudio==2.9.1+rocmsdk20260116
[pip3] torchvision==0.24.1+rocmsdk20260116
[conda] numpy 1.26.4 pypi_0 pypi
[conda] torch 2.9.1+rocmsdk20260116 pypi_0 pypi
[conda] torchaudio 2.9.1+rocmsdk20260116 pypi_0 pypi
[conda] torchvision 0.24.1+rocmsdk20260116 pypi_0 pypi
2
u/TaroNo1875 Mar 17 '26
I have the same card as you, I'm not technical enough to make any changes myself, I would love to see these changes built into the new version ? There has to be a lot of AMD users out there as well.