stablediffusion
stablediffusion copied to clipboard
Wondering if xformer works
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?
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