-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[Bug]: AttributeError: module 'modules.ui_components' has no attribute 'InputAccordion' #495
Comments
If you do not need to remove the background of an image, then a temporary workaround is to simply delete the corresponding directory (before you start the webui), i.e. run the following:
or you could comment out the line that clones this repository, that is, comment out the following
|
This is very useful, I love you |
Great information, it is good and easy method to solve this issue, just do stopping this comment !git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg /content/stable-diffusion-webui/extensions/stable-diffusion-webui-rembg |
But the method you mentioned still has shortcomings. I encountered a situation where I couldn't use controlnet. I don't know if you have encountered this problem. |
In case if people are running this for the first time, they will not be able to even run it by commenting that line for cloning AUTOMATIC1111. It would be nice if someone can commit a PR to fix this issue. |
The method in the comment area will make the controlnet function unusable. In my experience, if the controlnet function in the stable or nightly version cannot be used, it is better to use the lite version. I have not encountered this problem with the lite version so far question..... |
What happened?
I am trying to run the stable version of
stable_diffusion_webui_colab
(the first one). Knowing the issue regardinghttpx
as addressed in #481, I added!pip install httpx==0.24.1
, and run. But I got the following error message:Colab cell output
Which colab and model(s) were you using when the error occurred?
https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/main/stable/stable_diffusion_webui_colab.ipynb
Which Public WebUI Colab URL were you using when the error occurred?
gradio.live
If you used HiRes mode when the error occurred, please provide the Hires info
No response
The text was updated successfully, but these errors were encountered: