cocktailpeanut / fluxgym

Dead simple FLUX LoRA training UI with LOW VRAM support
1.25k stars 104 forks source link

Why is there a MAX_IMAGES limit of 150? #22

Open mr-grixa opened 2 months ago

mr-grixa commented 2 months ago

Why is there a MAX_IMAGES limit of 150? Is it just an arbitrary number or is there a technical reason?

catlog66 commented 2 months ago

app.py default MAX_IMAGES = 150 Can be adjusted using the editor

santhoshv64 commented 3 weeks ago

Is it safe to increase this limit? I also noticed that, if we do have captions, it takes only 75 images. It counts captions as well in that 150 limit. Weird.