updated GPU and now only 1 device shown under device in info? #12964
Replies: 1 comment
-
|
Hiya. Based on your logs and screenshot, your system correctly identifies both GPUs at boot, but ComfyUI is being instructed to ignore one of them. Here is the breakdown of why this is happening and how to fix it. 1. The "Default Device" Lock-> The line in your batch file Main : --default-device 1 is the culprit, you're guessing right. 2. How to see both GPUsIf you want both cards to appear in the device list, you need to edit your .bat or launcher settings: 3. Can you use both at the same time?Stable Diffusion does not combine VRAM (you don't get 28GB). 4. Version Mismatch (0.17.0 vs 0.17.2)This discrepancy usually happens when the frontend package updates but the core environment or the "Safe Launcher" registry is still pointing to an older build. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
so i had 2 x 12gb 3060 and i swear under devices it did show both of them.
Now i updated to a 5060 ti and "YES" both cards are seen when i boot , told it to use the 16gb over the 12gb
==========================================
ComfyUI SAFE Launcher
Root : F:\ComfyUI\ComfyUI_git
Python : F:\ComfyUI\ComfyUI_git.venv\Scripts\python.exe
User : C:\ComfyUI_User
URL : http://127.0.0.1:8000/
GPU : CUDA_VISIBLE_DEVICES=0,1
Main : --default-device 1 (visible GPU = RTX 5060 Ti)
[INFO] Setting GPU power limits...
[INFO] Current GPU power limits:
index, name, pci.bus_id, power.limit [W], power.max_limit [W]
0, NVIDIA GeForce RTX 3060, 00000000:06:00.0, 170.00 W, 212.00 W
1, NVIDIA GeForce RTX 5060 Ti, 00000000:07:00.0, 180.00 W, 180.00 W
but under devices i just have this?
is it because of this in the batch file?
echo Main : --default-device 1 (visible GPU = RTX 5060 Ti)
how do i list both?
also keeps saying im on 17.0 and I`m on 17.2
Beta Was this translation helpful? Give feedback.
All reactions