We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1b80a commit acd1962Copy full SHA for acd1962
examples/research_projects/diffusion_dpo/train_diffusion_dpo_sdxl.py
@@ -741,7 +741,7 @@ def preprocess_train(examples):
741
combined_im = train_resize(combined_im)
742
743
# Flipping.
744
- if not args.no_flip and random.random() < 0.5:
+ if not args.no_hflip and random.random() < 0.5:
745
combined_im = train_flip(combined_im)
746
747
# Cropping.
0 commit comments