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
| #!/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 |