-
Notifications
You must be signed in to change notification settings - Fork 308
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
[Suggestion] Docker combatibility version #78
Comments
I'm not really sure what you mean by that? Don't all extensions need to be installed inside the |
Actually, I just had a look in the repo you looked and think the issue is this in the dockerfile: Please try the following: # Webui root path
FILE_DIR = Path().absolute() Change it to |
To give a few more infos on this: |
As of this "This extension requires to move the files to the core of it." I just miss read things on front page. Sorry for causing confusion. Well, now I see the other bug report you linked, so all I want to say now, is that I'm grateful to you, for trying and spending your time on this subject. |
@xiaxichen See the last few comments in AbdBarho/stable-diffusion-webui-docker#216, this error is related to how Gradio works with loading files in javascript for security reasons. I can't fix it from my side for now, it essentially requires a different setup for adding the extensions to the docker image, which depends on the developers of the docker image or on gradio to properly support symlinks created by the docker mount process. |
Not a real issue. This extension is just not working with docker variation of WEBUI.
https://github.com/AbdBarho/stable-diffusion-webui-docker
I have OS that refuses to install normal AUTOMATIC1111'a repo.
This extension requires to move the files to the core of it.
...well, that is not allowed in docker, as all files are nicely backed-up and run in separate "virtual machine" - of some sorts.
(That way it is even easier and safer to run. Control over memory used is very easy that way.)
...and I cant edit main files of the repo.
If there is someone willing to make a alternative of this extension - that would work with docker version, It would be nice.
that is all... sorry to bother.
The text was updated successfully, but these errors were encountered: