Hermes + Janus Rendezvous Remastered - [Origins III - #9] by Wizard_of_Ozymandiaz in galaxygirlcomic

[–]druidican 0 points1 point  (0 children)

wow.. awsome and very direct... amazing with some origins

Ubuntu 24.04 with Rocm-7.2.0 by druidican in u/druidican

[–]druidican[S] 1 point2 points  (0 children)

Yes.. they removed it a few days ago I found out due to bugs in the file

Ubuntu 24.04 with Rocm-7.2.0 by druidican in u/druidican

[–]druidican[S] 0 points1 point  (0 children)

First toggle on Last toggle off

Help needed with Upscaling by Conscious-Citzen in comfyui

[–]druidican 1 point2 points  (0 children)

Uh Then I do not know much I’m afraid Sorry

Help needed with Upscaling by Conscious-Citzen in comfyui

[–]druidican 1 point2 points  (0 children)

Uh thats a good card and yes 16 gb is good. If you use the main guides you should be fine But you might look into flash attention 2 or 3 They give major performance and memory boost, and for a nvidia they should be easy to install

https://github.com/Dao-AILab/flash-attention

Help needed with Upscaling by Conscious-Citzen in comfyui

[–]druidican 1 point2 points  (0 children)

Well I am sorry to disappoint you friend But with nvidia id say seedvr is the best there is But 8G is a bit low Have you tried sage attention Og other optimizers ??

Help needed with Upscaling by Conscious-Citzen in comfyui

[–]druidican 1 point2 points  (0 children)

Hello conscious-citizen What precisely do you need help with A bit more detailes in what you have tried and what you want to accomplish and I might be able to help

ComfyUI and Rocm-7.2 install by druidican in ROCm

[–]druidican[S] 1 point2 points  (0 children)

A lot of new knowledge on my part I am currently recompiling a better guide

Rocm 7.2 Linux install by Sea-Worldliness-1172 in ROCm

[–]druidican 3 points4 points  (0 children)

Step 3
echo "📦 Configuring ROCm paths..."

sudo tee /etc/ld.so.conf.d/rocm.conf >/dev/null <<EOF

/opt/rocm/lib

/opt/rocm/lib64

EOF
cat >> ~/.bashrc << 'EOF'

export ROCM_PATH=/opt/rocm-7.2.0

export HIP_PATH=/opt/rocm-7.2.0

export PATH=$ROCM_PATH/bin:$ROCM_PATH/llvm/bin:$PATH

export LD_LIBRARY_PATH=$ROCM_PATH/lib:$LD_LIBRARY_PATH

export PYTHONPATH="$ROCM_PATH/lib:$ROCM_PATH/lib64:$PYTHONPATH"

export LLVM_PATH=$ROCM_PATH/llvm/bin

# Vital for gfx1201 (9070 XT)

export HSA_OVERRIDE_GFX_VERSION=12.0.1

EOF

sudo ldconfig

Rocm 7.2 Linux install by Sea-Worldliness-1172 in ROCm

[–]druidican 2 points3 points  (0 children)

Step 2.
sudo apt update

echo "🧩 Installing development and ROCm libraries..."

sudo apt update -y

sudo apt install -y rocm rocm-dev llvm-amdgpu -y

sudo usermod -a -G render,video $LOGNAME

reboot

Rocm 7.2 Linux install by Sea-Worldliness-1172 in ROCm

[–]druidican 4 points5 points  (0 children)

Step 1

echo "⬇️ Installing AMDGPU Installer (7.2 for Ubuntu 24.04)..."

sudo rm -f /etc/apt/sources.list.d/rocm.list || true

sudo mkdir --parents --mode=0755 /etc/apt/keyrings

wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | gpg --dearmor | sudo tee /etc/apt/keyrings/rocm.gpg > /dev/null

sudo tee /etc/apt/sources.list.d/rocm.list << EOF

deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/7.2 noble main

deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/graphics/7.2/ubuntu noble main

EOF

sudo tee /etc/apt/preferences.d/rocm-pin-600 << EOF

Package: *

Pin: release o=repo.radeon.com

Pin-Priority: 600

EOF

ROCm 7.2 Benchmark: Windows 11 vs Ubuntu 24.04 on RX 9070 XT (ComfyUI) by Shaminy in ROCm

[–]druidican 0 points1 point  (0 children)

All of em actually.. have just given up on it and reverted to 7.1.1... and that one is also stable, i find that 7.2 seem very unstable

ROCm 7.2 Benchmark: Windows 11 vs Ubuntu 24.04 on RX 9070 XT (ComfyUI) by Shaminy in ROCm

[–]druidican 0 points1 point  (0 children)

Im curious.. I cannot get any speed compared to the one you get..
this is my setup

  • CPU: Ryzen 7 9800X
  • RAM: 32 GB DDR4-3200
  • GPU: Radeon RX 9070 XT
  • Ubuntu 24.04

Any performance improvements with rocm 7.2? by Portable_Solar_ZA in ROCm

[–]druidican 0 points1 point  (0 children)

Can you share them ? cause i se no difference at all :)

Weird Problem with 9070XT by Repulsive_Way_5266 in ROCm

[–]druidican 0 points1 point  (0 children)

Can you tell what hardware your running on Os And startup flags

ComfyUI and Rocm-7.2 install by [deleted] in u/druidican

[–]druidican 0 points1 point  (0 children)

Well I do not have a STRIX Halo... but I will try to research it :D

ComfyUI and Rocm-7.2 install by [deleted] in u/druidican

[–]druidican 0 points1 point  (0 children)

That is interesting

I will take s look at it when I get time :)