Closed BigZampano closed 1 year ago
Until this gets fixed, you can copy over extensions from your old version of Auto1111, if you have one, or you can try downloading a zip of the particular git repo and extract it into your Auto1111 extension folder, Near the top right of each git repo page, there is a green "Code" button that has "Download ZIP" as a choice.
Thanks for the suggestion, but: I did that the first time (copied models + extensions), but this messed everything up on first launch and I had to delete the installation... that's why I decided to go the hard way and install every extensions from scratch, which then didn't work... But no problem, I think I'll stick to my old install, somehow I was able to revert to an older Gradio version 3.16.2 and it seems to work again... But still, great work for making installation easy for non-tech people..!
I believe it's caused by line 50 inside webui-user.sh:
export PATH="$PWD/git/bin:$PATH"
This installation tries to use a git binary which was probably not compiled with libcurl. Commenting out that line and let webui use your system git fixed the problem for me.
Something is strange about the git that gets installed with this app version. Mine has a folder git/libexec/git-core
that is 480 MB.
The issue with loading extensions is fixed with 20230411_experimental. The next stable build (which should be released within the next few days) will have this fixed as well.
Something is strange about the git that gets installed with this app version. Mine has a folder
git/libexec/git-core
that is 480 MB.
At some point I must have done a copy that changed the symbolic links to regular files, although actually I'm not completely sure exactly when or how that happened. I'll also have that fixed in the next stable build.
I just did a clean install of your 0411 build. I need to link my extensions, models, etc. and then I'll give it a try tomorrow. I've been "merging" most of your commits for this from the past 2 weeks into my standard Auto1111 installation, so it will be interesting to see if there are any further performance differences. The tomesd is a nice speed up. I used the pull request at Automatic1111 to add that along with your script mods. I built your torch version last night and put it in there too, but it got tripped up on calls to the torch nn distributed modules. I either need to try again and change something in the build options, add an argument to the startup script, or comment out things, so it doesn't try to load that stuff, but with this new full app out, I'll skip that effort for now. Thanks for sticking with this.
Is there an existing issue for this?
What happened?
I already had an installation of automatic1111-webui on my Mac Mini which was running quite nicely until a week ago, when an update messed up my Gradio interface a little... images showed while generating, but the finished image just vanished from the preview window... images were still saved and accessible from image browser...
I then tried your install, which went easy enough, everything was working just fine...
I then decided to switch my stuff to your install, but when trying to install extensions (e.g. image browser), I get an error: 'remote-https' is not a git command'
Trying to install by URL gives the same error...
Steps to reproduce the problem
What should have happened?
Extension should install
Commit where the problem happens
4b159292
What platforms do you use to access the UI ?
MacOS
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
List of extensions
No, because they don't install...
Console logs
Additional information
No response