mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-08 05:12:35 +00:00
Added .webp .bmp
This commit is contained in:
@@ -22,7 +22,7 @@ class PersonalizedBase(Dataset):
|
||||
self.width = width
|
||||
self.height = height
|
||||
self.flip = transforms.RandomHorizontalFlip(p=flip_p)
|
||||
self.extns = [".jpg",".jpeg",".png"]
|
||||
self.extns = [".jpg",".jpeg",".png",".webp",".bmp"]
|
||||
|
||||
self.dataset = []
|
||||
|
||||
|
Reference in New Issue
Block a user