-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Add UV script comment block #12036
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
base: main
Are you sure you want to change the base?
Add UV script comment block #12036
Conversation
This PR makes our advanced diffusion training compatible with uv, which therefore also makes them compatible with Hugging Face jobs: https://huggingface.co/docs/huggingface_hub/en/guides/jobs The idea is to test it out with this PR, working well we could expand the uv comment for all diffusers scripts to add both uv and hf jobs compatibility
@apolinario @sayakpaul since sayak's open PR covers this script as well, lets maybe just add the additional dependencies in this PR to the advanced block in #12000 ? |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Thanks, sorry for missing it. Yeah, I think we need a few more deps for the advanced scripts. Let's chat on @sayakpaul's PR then! |
I used |
Gotcha. I'll keep this PR then and merge yours to it and add the deps for the advanced script on top of it |
This PR makes our advanced diffusion training compatible with uv, which therefore also makes them compatible with Hugging Face jobs: https://huggingface.co/docs/huggingface_hub/en/guides/jobs
The idea is to test it out with this PR, working well we could expand the uv comment for all diffusers scripts to add both uv and hf jobs compatibility
cc @sayakpaul @linoytsaban