errant print
This commit is contained in:
parent
0e0b546ef7
commit
615fa929e5
|
@ -99,7 +99,7 @@ class ImageConfig:
|
||||||
acc = acc.merge(cfg)
|
acc = acc.merge(cfg)
|
||||||
|
|
||||||
acc.shuffle_tags = any(cfg.shuffle_tags for cfg in configs)
|
acc.shuffle_tags = any(cfg.shuffle_tags for cfg in configs)
|
||||||
print(f"accum shuffle:{acc.shuffle_tags}")
|
#print(f"accum shuffle:{acc.shuffle_tags}")
|
||||||
return acc
|
return acc
|
||||||
|
|
||||||
def ensure_caption(self):
|
def ensure_caption(self):
|
||||||
|
|
Loading…
Reference in New Issue