Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/cloneofsimo/lora into fe…
Browse files Browse the repository at this point in the history
…at/mutilora-context-manager
  • Loading branch information
cloneofsimo committed Feb 4, 2023
2 parents b2ee51a + cb4b653 commit 0ddce0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lora_diffusion/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def __getitem__(self, index):
Image.open(self.mask_path[index % self.num_instance_images])
)
* 0.5
+ 1
+ 0.5
)

if self.h_flip and random.random() > 0.5:
Expand Down

0 comments on commit 0ddce0b

Please sign in to comment.