add xformers_available shared variable
This commit is contained in:
parent
26b459a379
commit
ddfa9a9786
|
@ -74,7 +74,7 @@ device = devices.device
|
|||
|
||||
batch_cond_uncond = cmd_opts.always_batch_cond_uncond or not (cmd_opts.lowvram or cmd_opts.medvram)
|
||||
parallel_processing_allowed = not cmd_opts.lowvram and not cmd_opts.medvram
|
||||
|
||||
xformers_available = False
|
||||
config_filename = cmd_opts.ui_settings_file
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue