mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-09 06:45:09 +00:00
Update train_util.py
I removed the sleep since it triggers per subset and if someone had a lot of subsets it would trigger multiple times
This commit is contained in:
@@ -1109,7 +1109,6 @@ class DreamBoothDataset(BaseDataset):
|
||||
print(missing_caption+f"... and {remaining_missing_captions} more")
|
||||
break
|
||||
print(missing_caption)
|
||||
time.sleep(5)
|
||||
return img_paths, captions
|
||||
|
||||
print("prepare images.")
|
||||
|
||||
Reference in New Issue
Block a user