Can't add a third style
#45
by
betamax
- opened
I've come across an issue where when I try to add a third style, it isn't registered in the part below that says "You are going to train 2 style(s)," and also isn't included in the model. When I add a third, the "2 style(s)" never updates to "3 style(s)" and the number of images doesn't update.
Any ideas what might be causing this? I'm using Firefox if that's relevant.
I just tested in Chrome on this page: https://huggingface.co/spaces/multimodalart/dreambooth-training
And the same happens so it does seem to be some kind of bug.
Also, thanks for this great space!
Hi,
open app.py and find the line maximum_concepts = 3
change it to 4
A recently merged pull request should fix this. Can you try again?