Skip to content

Commit 6e4181a

Browse files
committed
Refactor: Remove debugging and memory audit utilities
This commit removes several utility modules used for debugging, memory inspection, and hardware information gathering. These tools are no longer required and their removal simplifies the codebase. The following files have been deleted: - `debug_utils.py` - `device_memory_audit.py` - `hardware_info.py` - `model_sig.py` Additionally, the call to log memory usage on startup has been removed from `__init__.py`.
1 parent ddd159e commit 6e4181a

6 files changed

Lines changed: 1 addition & 490 deletions

File tree

__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,3 @@ def register_and_count(module_names, node_map):
368368

369369

370370
logger.info(f"[MultiGPU] Registration complete. Final mappings: {', '.join(NODE_CLASS_MAPPINGS.keys())}")
371-
372-
# --- Memory Logging Test ---
373-
from .debug_utils import log_memory_usage
374-
logger.debug("ComfyUI Startup Memory Log:")
375-
log_memory_usage("ComfyUI Startup")

debug_utils.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

device_memory_audit.py

Lines changed: 0 additions & 351 deletions
This file was deleted.

0 commit comments

Comments
 (0)