NoCrypt / sd-webui-colab

31 stars 2 forks source link

Can't generate images. NotImplementedError: No operator found for `memory_efficient_attention_forward` #39

Open ahblahblah opened 2 months ago

ahblahblah commented 2 months ago

I can launch it, but the generation always stops early. This might be the cause:

Launching Web UI with arguments: --enable-insecure-extension-access --share --disable-safe-unpickle --theme dark --no-hashing --xformers
WARNING:xformers:WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
    PyTorch 2.0.1+cu118 with CUDA 1108 (you have 2.2.1+cu121)
    Python  3.10.11 (you have 3.10.12)
  Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers)
  Memory-efficient attention, SwiGLU, sparse and more won't be available.
  Set XFORMERS_MORE_DETAILS=1 for more details
ahblahblah commented 1 month ago

I could only get it to work by launching without Xformers