Skip to content

Commit cb4b653

Browse files
committed
much stricter mask
1 parent cbd75b8 commit cb4b653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lora_diffusion/dataset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def __getitem__(self, index):
267267
Image.open(self.mask_path[index % self.num_instance_images])
268268
)
269269
* 0.5
270-
+ 1
270+
+ 0.5
271271
)
272272

273273
if self.h_flip and random.random() > 0.5:

0 commit comments

Comments
 (0)