-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Multiple concepts training #58
Comments
Thank you! That's on my roadmap but I'm thinking about a good way for people to config it. |
Awesome! can't wait to see it. Just my opinion though while the GUI goal is to be as simple to use as possible, the common way from other repos is using a JSON file as instruction frankly very easy to understand and flexible. E.g.
So I don't know how you will design the GUI but having the option to drag that JSON file in or direct a path to it would be great. |
For the Gui you may need to change the design a bit. For example in the first page it asks for input images.Instead you can combine first page with the second page. Like you can put an input images field as in the first page,next instance prompt and class input field(if none is given it can behave the same if not we can browse for a custom folder for regularization class images), I have made a concept design for you. It is up to you to make it read from json or whatever suits. For the second page arguments stuff can be done. @smy20011 Thanks for the project btw.I like it a lot. If I was a better coder I would like to help,but at least I can provide the idea atm. |
@smy20011 Also the https://github.com/bmaltais/kohya_ss repo uses a folder structure to solve this problem but @FlowDownTheRiver solution seems much more user friendly |
It would be handy if you can add the function for it to train multiple concepts at once like Shivam's repo. That way there would be no need for daisy chain models to train if you want to add new while also keeping the already trained concept, the losses between them are pretty heavy.
The text was updated successfully, but these errors were encountered: