Billy Cao
Billy Cao
You should close this and report in dreambooth repo. This repo is too flooded with irrelevant issues already
Definitely same issue as https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/5603 @ClashSAN I suggest we close this and keep the older issue open since it is duplicate, and move discussions to there
run `pip list` and see if xformers is inside
its most likely your python command aliasing is off. In launch.py it runs shell commands using `python` and if that is not the same python as you have then it...
> It also seems to have installed its own version inside its own venv. This is the correct behaviour. You are not supposed to install it outside its own venv...
@ataa see his screenshot, he done it correctly, just that his python installation is missing
Yes, you cannot run SD2.0 with a gpu so old (saw you using M40 and Kelper series - those are not even supported by latest pytorch anymore)
Yes because the SD2.0 update switched to the SD2.0 version of the SD repo, which uses some unsupported operators
The problem is I cannot reproduce your issue, and I believe not many others can. it is more related to your own system than to this repo. Given your old...
`xformers.ops.memory_efficient_attention(q, k, v, attn_bias=None, op=self.attention_op)` Xformers does not support the SD2.0 attention unit (which is different from SD1.0) on older GPUs Not sure what you mean by 'identical', but it...