Replies: 4 comments
-
Yes this is planned, if anyone wants to tackle it that would be appreciated.
I appreciate you including this and not some unofficial links, to note: we don't want to support anything that bypasses the requirement of registering on huggingface and accepting the licenses for the model, I don't see why anyone can't just register on huggingface, accept the licenses and get a token to use. |
Beta Was this translation helpful? Give feedback.
-
@halr9000 not sure why I've been tagged, I barely contributed to this repo. I support the idea, but it seems to me that it would be hard to detect all the possible combinations of whether conda/git is installed and if it has the right version. What if a user has a portable git and it's manually added to As for single-step installation, it seems too limiting for power users. It should at least give an option to specify where to install conda, if it needs to be installed at all, etc. Basically, if it's done right, this installation script will end up a mini package manager. |
Beta Was this translation helpful? Give feedback.
-
Very nice! It's basically a Windows version of what my Linux Bash script does. I especially like the automatic model download. I've been considering how to implement that in an official way as well. Security token should be easy enough to deal with, my main concern was how slow it was to download the model initially. Perhaps it's just because HF was under a lot of strain that first day, but it took an hour to download that model, and I'm on fibre. I was worried doing that in the script could be too... bulky. But it may be that now it's normalized and won't take as long. Regardless, definitely a feature goal for an automatic installation to have, look forward to seeing your script! :) |
Beta Was this translation helpful? Give feedback.
-
I'd like to see a single PowerShell script to do all the setup things. Unsure if I can make the time to build it, I'll gauge interest here with what goals would look like and see what y'all think.
Initial goals [draft]:
And version 2 might look like:
And alongside, something I've been wanting to do all year (going back to VQGAN days) is to make PowerShell really shine for AI art. I want to fork upstream and wrap/replace some of the SD python sample scripts with PowerShell versions, taking advantage of the features it has such as tab-completion and comprehensive help system. I like Python, but it's much easier to make an easy-to-use and learn, actually friendly CLI experience with PowerShell (that being why they made it).
What do y'all think?
Beta Was this translation helpful? Give feedback.
All reactions