Giter VIP home page Giter VIP logo

Comments (3)

AngryLoki avatar AngryLoki commented on September 25, 2024 12

For some reason latest versions of Pytorch insist on using majestic hipBLASLt library, which in ROCm 6.1 is supported only by MI250X and MI300X (insert <Spanish Laughing Guy>).

To skip loading of this library, use TORCH_BLAS_PREFER_HIPBLASLT=0 environment variable.
Note that this variable is supported only since pytorch 2.4.0-rc1 (not in 2.3.1), so install nightly build with

pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.1 --upgrade

from comfyui.

cosmiconions avatar cosmiconions commented on September 25, 2024

Hello there! I seem to be getting the same error with my 6700 10 GB (non-XT). I too am running Ubuntu on version 22.04, paired with a Ryzen 5600x and 32 GB of RAM. So far, I've attempted to reinstall Torch and Rocm to ensure I have the right version, but the issue still persists. I also seem to be getting that same "rocblaslt warning: No paths matched" warning, except with the 1030 gpu code. I'm fairly new to comfy, and this issue is persistent through the rest of the models as well, but they do seem to work on automatic/sdnext.

from comfyui.

KEDI103 avatar KEDI103 commented on September 25, 2024

For some reason latest versions of Pytorch insist on using majestic hipBLASLt library, which in ROCm 6.1 is supported only by MI250X and MI300X (insert <Spanish Laughing Guy>).

To skip loading of this library, use TORCH_BLAS_PREFER_HIPBLASLT=0 environment variable. Note that this variable is supported only since pytorch 2.4.0-rc1 (not in 2.3.1), so install nightly build with

pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.1 --upgrade

With this it fixed problem. Thank you for your help.

cd "/media/b_cansin/ai/ai/ComfyUI-master"
source venv/bin/activate
TORCH_BLAS_PREFER_HIPBLASLT=0 python main.py

resim

from comfyui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.