Error: 'No operator found for `memory_efficient_attention_forward` with inputs

talha4a

Centipat
Katılım
26 Kasım 2022
Mesajlar
59
Daha fazla  
Cinsiyet
Erkek
Kod:
Error: 'No operator found for `memory_efficient_attention_forward` with inputs: query : shape=(1, 4096, 1, 512) (torch.float32) key : shape=(1, 4096, 1, 512) (torch.float32) value : shape=(1, 4096, 1, 512) (torch.float32) attn_bias : p : 0.0 `cutlassF` is not supported because: device=cpu (supported: {'cuda'}) `flshattF` is not supported because: device=cpu (supported: {'cuda'}) dtype=torch.float32 (supported: {torch.bfloat16, torch.float16}) max(query.shape[-1] != value.shape[-1]) > 128 `tritonflashattF` is not supported because: device=cpu (supported: {'cuda'}) dtype=torch.float32 (supported: {torch.bfloat16, torch.float16}) max(query.shape[-1] != value.shape[-1]) > 128 Operator wasn't built - see `python -m xformers.info` for more info triton is not available `smallkF` is not supported because: max(query.shape[-1] != value.shape[-1]) > 32 unsupported embed per head: 512'. Check your schedules/ init values please. Also make sure you don't have a backwards slash in any of your PATHs - use / instead of \. Full error message is in your terminal/ cli.

Stable Diffusion 1.5 sürümünde deforum modelini çalıştırırken bu hatayı alıyorum ve hiçbir şekilde görüntü oluşmuyor.

CPU

Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz

Temel hız: 2,90 GHz
Yuvalar: 1
Çekirdekler: 6
Mantıksal işlemciler: 12

GPU 0

NVIDIA GeForce GT 730

Sürücü sürümü: 23.21.13.9135
Sürücü tarihi: 23.03.2018
DirectX sürümü: 12 (FL 11.0)
Fiziksel konum: PCI veri yolu 1, aygıt 0, işlev 0


web-ui.bat dosyasındaki kodlar ekran kartı düşüklüğü nedeniyle ekteki şekilde;
 

Dosya Ekleri

  • Ekran görüntüsü 2023-07-15 231136.png
    Ekran görüntüsü 2023-07-15 231136.png
    6,8 KB · Görüntüleme: 47
  • Ekran görüntüsü 2023-07-13 144706.png
    Ekran görüntüsü 2023-07-13 144706.png
    39,6 KB · Görüntüleme: 44
  • Ekran görüntüsü 2023-07-17 172527.png
    Ekran görüntüsü 2023-07-17 172527.png
    128,2 KB · Görüntüleme: 44
Ekran kartınız çok eski, xformers desteklemiyor olabilir.
--xformers yerine--opt-sub-quad-attention ile deneyin.
 

Yeni konular

Geri
Yukarı