![]() |
No support for RTX 5090 in tyDiffusion 1.26 - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html) +--- Thread: No support for RTX 5090 in tyDiffusion 1.26 (/thread-4752.html) |
No support for RTX 5090 in tyDiffusion 1.26 - ELiZ_Swe - 04-05-2025 Root cause is that sm120 is not supported in the pytorch included(ComfyUI?) Nvidia 50 Series (Blackwell) support thread: How to get ComfyUI running on your new 50 series GPU. · comfyanonymous/ComfyUI · Discussion #6643 · GitHub From the running log: Code: C:\ProgramData\tyFlow\tyDiffusion\Tools\python\lib\site-packages\torch\cuda\__init__.py:215: UserWarning: Is there any thing that I can do to get it working with tyDiffusion 1.26 or do we just have to wait until the tool change is updated pytorch->ConfyUI->tyDiffusion 1.26 RE: No support for RTX 5090 in tyDiffusion 1.26 - tyFlow - 04-05-2025 You can try manually updating the pyTorch installation that comes with tyDiffusion... Currently it's very difficult to procure 5090s where I live so I have no ability to test this issue. RE: No support for RTX 5090 in tyDiffusion 1.26 - ELiZ_Swe - 04-05-2025 I'll see what I can do on my side I think sm_120 is a 50XX issue, not a 5090 specific one. RE: No support for RTX 5090 in tyDiffusion 1.26 - ELiZ_Swe - 04-05-2025 I'm not that confidant when it comes to python, so I just changed the setup script that are unpacked when tyDiffussion is started(Without Clicking on the One Click Install C:\ProgramData\tyFlow\tyDiffusion\_bin\setup_ComfyUI.bat From: Code: "%PYTHON%" -m pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu121 To: Code: "%PYTHON%" -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128 With that it installed the nightly instead, and I could get a picture of that fluffy red cat I can see this in the commandline running in the background: Code: Total VRAM 32607 MB, total RAM 65140 MB |