"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "857fd2e46c35545b8614c3fd14cb1adc85ae6992"
Commit 0e06b370 authored by comfyanonymous's avatar comfyanonymous
Browse files

Print key names for easier debugging.

parent 5eb98f00
...@@ -335,7 +335,7 @@ class ModelPatcher: ...@@ -335,7 +335,7 @@ class ModelPatcher:
self.patch_weight_to_device(bias_key, device_to) self.patch_weight_to_device(bias_key, device_to)
m.to(device_to) m.to(device_to)
mem_counter += comfy.model_management.module_size(m) 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.model_lowvram = True
self.lowvram_patch_counter = patch_counter 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