mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-01 04:42:31 +08:00
mp: call vbars_analyze for the GPU in question
This commit is contained in:
parent
adb3ddd51e
commit
e8067fc674
@ -319,7 +319,8 @@ class ModelPatcher:
|
|||||||
#than pays for CFG. So return everything both torch and Aimdo could give us
|
#than pays for CFG. So return everything both torch and Aimdo could give us
|
||||||
aimdo_mem = 0
|
aimdo_mem = 0
|
||||||
if comfy.memory_management.aimdo_enabled:
|
if comfy.memory_management.aimdo_enabled:
|
||||||
aimdo_mem = comfy_aimdo.model_vbar.vbars_analyze()
|
aimdo_device = device.index if getattr(device, "type", None) == "cuda" else None
|
||||||
|
aimdo_mem = comfy_aimdo.model_vbar.vbars_analyze(aimdo_device)
|
||||||
return comfy.model_management.get_free_memory(device) + aimdo_mem
|
return comfy.model_management.get_free_memory(device) + aimdo_mem
|
||||||
|
|
||||||
def get_clone_model_override(self):
|
def get_clone_model_override(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user