mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-12 07:40:56 -08:00
Compare commits
2 Commits
2174ce5afe
...
d4f02b8916
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4f02b8916 | ||
|
|
e0be7a8427 |
@@ -54,7 +54,7 @@ class SdOptimizationXformers(SdOptimization):
|
||||
priority = 100
|
||||
|
||||
def is_available(self):
|
||||
return shared.cmd_opts.force_enable_xformers or (shared.xformers_available and torch.cuda.is_available() and (6, 0) <= torch.cuda.get_device_capability(shared.device) <= (9, 0))
|
||||
return shared.cmd_opts.force_enable_xformers or (shared.xformers_available and torch.cuda.is_available() and (6, 0) <= torch.cuda.get_device_capability(shared.device) <= (12, 0))
|
||||
|
||||
def apply(self):
|
||||
ldm.modules.attention.CrossAttention.forward = xformers_attention_forward
|
||||
|
||||
Reference in New Issue
Block a user