From 1e4f55cc53b551fc1d2946a60401fcac378cbeb1 Mon Sep 17 00:00:00 2001 From: woctordho Date: Mon, 23 Feb 2026 17:36:46 +0800 Subject: [PATCH] Minor fix --- library/train_util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/library/train_util.py b/library/train_util.py index c96e0b85..b65f06b9 100644 --- a/library/train_util.py +++ b/library/train_util.py @@ -2553,7 +2553,6 @@ class ControlNetDataset(BaseDataset): def make_buckets(self): self.dreambooth_dataset_delegate.make_buckets() - self.bucket_manager = self.dreambooth_dataset_delegate.bucket_manager self.buckets_indices = self.dreambooth_dataset_delegate.buckets_indices