We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fe6cd commit a2db2e0Copy full SHA for a2db2e0
1 file changed
sdxl_train.py
@@ -210,7 +210,7 @@ def train(args):
210
# acceleratorを準備する
211
print("prepare accelerator")
212
accelerator = train_util.prepare_accelerator(args)
213
- logging.disable(logging.INFO)
+ tqdm._instances.clear()
214
# mixed precisionに対応した型を用意しておき適宜castする
215
weight_dtype, save_dtype = train_util.prepare_dtype(args)
216
vae_dtype = torch.float32 if args.no_half_vae else weight_dtype
0 commit comments