aigc-apps / sd-webui-EasyPhoto

📷 EasyPhoto | Your Smart AI Photo Generator.
Apache License 2.0
4.71k stars 369 forks source link

Question regarding Training #390

Closed Dioskurides closed 4 months ago

Dioskurides commented 4 months ago

Hey, i noticed that that the "train" folder in C:\StableDiffusion\stable-diffusion-webui\outputs\easyphoto-user-id-infos\Rouven\processed_images\train only contains 15 image even tho i uploaded 35 for training is there a way to change this?

kind regards

wuziheng commented 4 months ago

search 15 or 14 in preprocess, we will do some cluster and filter top15 images for training, you can fix it by your own.

wuziheng commented 4 months ago

@Dioskurides line mark https://github.com/aigc-apps/sd-webui-EasyPhoto/blob/a5708be54117b874f4602316e0a89a6b3f0761ab/scripts/preprocess.py#L195

Dioskurides commented 4 months ago

Thank you!