Commit e6e42f98 authored by AUTOMATIC's avatar AUTOMATIC

make --force-enable-xformers work without needing --xformers

parent 1371d760
......@@ -10,7 +10,7 @@ from einops import rearrange
from modules import shared
if shared.cmd_opts.xformers:
if shared.cmd_opts.xformers or shared.cmd_opts.force_enable_xformers:
try:
import xformers.ops
import functorch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment