Skip to content

Instantly share code, notes, and snippets.

View rahra's full-sized avatar

Bernhard R. Fischer rahra

  • Austria
View GitHub Profile
@rahra
rahra / install_comfyui_rocm.sh
Created December 17, 2025 16:46
ROCm 7.1.1 + ComfyUI Automated Installer (Ubuntu 25.10)
#!/usr/bin/env bash
###############################################
# This script is a full automated ComfyUI installation with ROCm 7.1.1 for
# Ubuntu 25.10. Nevertheless, it should work in most Linux distros. Just take
# care on the versions of the PyTorch wheels which should fit to your Python
# version.
#
# This script was originally published on
# [Reddit](https://www.reddit.com/r/ROCm/comments/1p9s0dr/comment/nu5ibgw/) for
@rahra
rahra / install_comfyui_rocm_resolute
Last active July 18, 2026 06:15
ROCm 7.2.4 + ComfyUI Automated Installer (Ubuntu 26.04)
#!/usr/bin/env bash
###############################################
# This script is a full automated ComfyUI installation with ROCm 7.2.4 for
# Ubuntu 26.04. Nevertheless, it should work in most Linux distros. Just take
# care on the versions of the PyTorch wheels which should fit to your Python
# version.
#
# This script is based on https://gist.github.com/rahra/b9691e55863b575ceff99691f72d5681
# and is modified it to fit for Ubuntu 26.04.