-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Sd3 flux.1 uv #3051
base: sd3-flux.1
Are you sure you want to change the base?
Sd3 flux.1 uv #3051
Conversation
i may test later. @bmaltais do you have any plans of making gradio for @kohya-ss new trainer https://github.com/kohya-ss/musubi-tuner or do you know anyone? |
Was not aware of it... Might be an opportunity to start fresh. Will look at it to see how much work it would be. It is pretty ugly... it required seperate script for caching, etc... this add a ton of complexity... and it does not support toml parameters like sd-scripts... another big issue from a security point of view for the GUI. Not liking it. |
Don't think I have the time nor the interest to write a GUI for it. I think I will pass on this one. |
thanks i guess i will make something dirty :D |
Thank you for your continuous efforts. I'm sorry for the chaotic implementation of sd-scripts. I'm sure that the support for uv will be useful to users. BTW, Although it lacks documentation, Musubi Tuner can also be configured in .toml. Just for your information. |
@kohya-ss Thank you for letting me know about the toml. I might attempt to make a MVP implementation for it... Will see how it goes. |
@kohya-ss @FurkanGozukara I will start work on the GUI in this new repo: https://github.com/bmaltais/musubi-tuner-gui Anyone who want to contribute to the GUI code are welcome. I will make this one use uv: https://github.com/astral-sh/uv as the python package manager to facilitate cross platform use. Will aim to support Linux and Windows. Not sure about MacOS. Those interested to the MacOS support side are welcome to contribute code to ensure proper support. |
Hi, second: (and more important)
I think it should be added. |
uv auto activate the venv via uv run, so no need to activate it. |
I want to move to a faster and simpler execution of the GUI using the new python pip replacement uv: https://github.com/astral-sh/uv
Let me know how it work for you. I have tested it on windows 11 and WSL2 Ubuntu 22.04 and it work great. Let me know how it goes for you.
To test, make sure to delete the existing
venv
folder.On windows:
No need to run the setup.bat anymore.
On linux:
or if you don't have a desktop
Same deal, no need to run setup.sh