-
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
Added setup_flux.bat, the batch file to automate setup in Windows. #111
base: main
Are you sure you want to change the base?
Conversation
thank you for the pr @Thepathakarpit ; would it be able to optionally also run the streamlit or cli demo instead of gradio? otherwise the pr lgtm |
…unning the Gradio, Streamlit, or CLI demo at the end of the setup process.
Thank you. I have added the options for users to choose between running Gradio, Streamlit, or CLI demo at the end of the setup process. |
@timudk Please check this PR. If you want me to add something else too do let me know. |
after running the setup_flax.bat it dowloaded a ton of things, is this normal? |
Yes it is normal these all are dependencies |
Is it possible to choose where the pytorch_model.bin is downloaded to? I don't have enough space on my C drive. |
@timudk Please review and Merge this PR or close it. |
hey @Thepathakarpit, is the idea that this bat file lives in the main folder of the repo?, isn't that a problematic use case as you've likely cloned the repo at that point?. |
Automated cloning, setup and installation of dependencies, requirements and tools needed for running the project.
steps:
And full setup will be done with just one single command. Will make it super easy for users to try the project.
Thank you. Btw really an awesome project.