Skip to content

Commit

Permalink
Print key names for easier debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Jun 14, 2024
1 parent 5eb98f0 commit 0e06b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy/model_patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def __call__(self, weight):
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
Expand Down

0 comments on commit 0e06b37

Please sign in to comment.