Skip to content

Commit

Permalink
Change name of log.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Aug 12, 2024
1 parent ad76574 commit 52a471c
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 @@ -407,7 +407,7 @@ def lowvram_load(self, device_to=None, lowvram_model_memory=0, force_patch_weigh
logging.debug("lowvram: loaded module regularly {} {}".format(n, m))

if lowvram_counter > 0:
logging.info("loaded in lowvram mode {}".format(lowvram_model_memory / (1024 * 1024)))
logging.info("loaded partially {} {}".format(lowvram_model_memory / (1024 * 1024), patch_counter))
self.model.model_lowvram = True
else:
logging.info("loaded completely {} {}".format(lowvram_model_memory / (1024 * 1024), mem_counter / (1024 * 1024)))
Expand Down

0 comments on commit 52a471c

Please sign in to comment.