Update model_optimization_nodes.py

This commit is contained in:
kijai 2025-12-03 17:18:13 +02:00
parent 37206374ef
commit 50e7dd34d3

View File

@ -2237,7 +2237,7 @@ class EndRecordCUDAMemoryHistory():
RETURN_NAMES = ("input", "output_path",)
FUNCTION = "end"
CATEGORY = "KJNodes/experimental"
DESCRIPTION = "Records CUDA memory allocation history between start and end, saves to a file that can be analyzed here: https://docs.pytorch.org/memory_viz"
DESCRIPTION = "Records CUDA memory allocation history between start and end, saves to a file that can be analyzed here: https://docs.pytorch.org/memory_viz or with VisualizeCUDAMemoryHistory node"
def end(self, input, output_path):
mm.soft_empty_cache()