Open stephenhky opened 10 months ago
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:
!rm -rf /content/stable-diffusion-webui/extensions/stable-diffusion-webui-rembg
!python launch.py --listen --xformers --enable-insecure-extension-access --theme dark --gradio-queue --multiple
or you could comment out the line that clones this repository, that is, comment out the following
!git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg /content/stable-diffusion-webui/extensions/stable-diffusion-webui-rembg
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 Thanks!
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 Thanks!
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.
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 https://github.com/camenduru/stable-diffusion-webui-colab/issues/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