"benchmark/vscode:/vscode.git/clone" did not exist on "bad7c26fdc7fb87099dc833ebf8ff873cef5170b"
Commit 0e06b370 authored by comfyanonymous's avatar comfyanonymous
Browse files

Print key names for easier debugging.

parent 5eb98f00
......@@ -335,7 +335,7 @@ class ModelPatcher:
self.patch_weight_to_device(bias_key, device_to)
m.to(device_to)
mem_counter += comfy.model_management.module_size(m)
logging.debug("lowvram: loaded module regularly {}".format(m))
logging.debug("lowvram: loaded module regularly {} {}".format(n, m))
self.model_lowvram = True
self.lowvram_patch_counter = patch_counter
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment