mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 03:01:15 +00:00
disable xformers for t5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import torch
|
||||
import math
|
||||
|
||||
from backend.attention import attention_function
|
||||
from backend.attention import attention_pytorch as attention_function
|
||||
|
||||
|
||||
activations = {
|
||||
|
||||
Reference in New Issue
Block a user