stablediffusion icon indicating copy to clipboard operation
stablediffusion copied to clipboard

Wondering if xformer works

Open imstudying opened this issue 3 years ago • 1 comments

I have installed xformer as this repo, but something went wrong in this:

pip install -e .

Then I run this command:

conda install xformers -c xformers/label/dev

as this repo: https://github.com/facebookresearch/xformers When I run img2img.py, I found the inference time didn't decrease (60s per prompt). How can I test if xformer works well, or is there another way to decrease the time when inferencing?

imstudying avatar Dec 22 '22 07:12 imstudying

You cannot just expect xformers to apply by just installing. To use xformer you have to 'hack' the model in code. If you want, you can check out https://github.com/AUTOMATIC1111/stable-diffusion-webui

aliencaocao avatar Dec 25 '22 09:12 aliencaocao