camenduru
camenduru
no error with [new xformers build](https://github.com/camenduru/stable-diffusion-webui-colab/releases/tag/0.0.14) you can use like this `!pip install -qq https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.14/xformers-0.0.14.dev0-cp37-cp37m-linux_x86_64.whl`
`!pip uninstall xformers` then `!pip install -qq https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.14/xformers-0.0.14.dev0-cp37-cp37m-linux_x86_64.whl` maybe like this works
pip install takes too much time 🦥 you can do like this and use it later `!pip wheel git+https://github.com/facebookresearch/xformers#egg=xformers`
pip install transformers==4.19.2
hi @C43H66N12O12S2 how we rewrite this line `q, k, v = map(lambda t: rearrange(t, 'b c h w -> b (h w) c'), (q, k, v))` without einops rearrange() but...
@C43H66N12O12S2 not working on colab t4 😭 only works like this but 75 token https://github.com/AUTOMATIC1111/stable-diffusion-webui/compare/master...camenduru:stable-diffusion-webui:colab
@C43H66N12O12S2 rearrange with xformers not working idk why, yes I chanced xformers_attention_forward and start working but I want to change also xformers_attnblock_forward too but I don't know how if you...
it is coming from here https://github.com/sczhou/CodeFormer/blob/master/requirements.txt already we are installing with launch.py by the way @ClashSAN thanks for the wiki edit ❤
Hi @zeke 👋 Dust3r ( https://replicate.com/camenduru/dust3r ) needs multiple images as input.
thanks @pcuenca ♥ it is working 🎉