cocktailpeanut / fluxgym

Dead simple FLUX LoRA training UI with LOW VRAM support
MIT License
1.35k stars 110 forks source link

Indicating directory for regularization images does not work #219

Open MegaCocos opened 4 weeks ago

MegaCocos commented 4 weeks ago

Indicating in Advanced parameters the directory for regularization images (--reg_data_dir) where i have 60 .jpg files + 60 .txt files and then starting training the script says " INFO 0 reg images.", and don't use any regularization image for training. Any idea? How can it be solved?

Other question related: if I put the regularization images with its capturing .txt files in the same folder where i have the training images with its own .txt files, will it be any difference for training? I mean, does the script treat the regularization images the same way as training images? Does it really necessary to have training and regularization images in different folders?