From 57de333d942fd09a63ae3e0c6bb0f605fdaf4657 Mon Sep 17 00:00:00 2001 From: bghira Date: Thu, 19 Dec 2024 20:14:40 +0000 Subject: [PATCH] remove sana complex human instruction from tensorboard args (#1234) --- helpers/training/trainer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/training/trainer.py b/helpers/training/trainer.py index 577ccd82..f948a2f2 100644 --- a/helpers/training/trainer.py +++ b/helpers/training/trainer.py @@ -1620,6 +1620,7 @@ def init_trackers(self): delattr(public_args, "weight_dtype") delattr(public_args, "base_weight_dtype") delattr(public_args, "vae_kwargs") + delattr(public_args, "sana_complex_human_instruction") # Hash the contents of public_args to reflect a deterministic ID for a single set of params: public_args_hash = hashlib.md5(