diff --git a/comfy/model_patcher.py b/comfy/model_patcher.py index 55de557ae..4176a806f 100644 --- a/comfy/model_patcher.py +++ b/comfy/model_patcher.py @@ -407,8 +407,7 @@ class ModelPatcher: object patches. Args: - obj: The object to get the attribute from - attr (str): The attribute path using dot notation (e.g. "model.layer.weight") + name (str): The attribute path using dot notation (e.g. "model.layer.weight") Returns: The value of the requested attribute