mirror of
https://github.com/pharmapsychotic/clip-interrogator-ext.git
synced 2026-04-30 19:21:19 +00:00
remove extra shared.total_tqdm.update call
This commit is contained in:
@@ -210,7 +210,6 @@ def batch_tab():
|
||||
break
|
||||
image = Image.open(os.path.join(folder, file)).convert('RGB')
|
||||
captions.append(ci.generate_caption(image))
|
||||
shared.total_tqdm.update()
|
||||
except OSError:
|
||||
print(f" Could not read {file}; continuing")
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user