forgot that one

This commit is contained in:
BigStationW 2025-05-07 01:46:11 +02:00 committed by GitHub
parent 8af5c6571e
commit 5da8950b5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,7 +216,9 @@ class CLIP:
pooled_dict["clip_start_percent"] = t_range[0]
pooled_dict["clip_end_percent"] = t_range[1]
# add/update any keys with the provided add_dict
pooled_dict.update(add_dict)
# add hooks stored on clip
self.add_hooks_to_dict(pooled_dict)
all_cond_pooled.append([cond, pooled_dict])
if show_pbar: