HelloSun commited on
Commit
33a7c97
·
verified ·
1 Parent(s): 5e94aa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -53,9 +53,9 @@ pipe.to(device=torch_device, dtype=torch_dtype).to(device)
53
  # Load LCM LoRA
54
 
55
  config = CompilationConfig.Default()
56
- config.enable_xformers = True
57
- config.enable_triton = True
58
- config.enable_cuda_graph = True
59
  pipe = compile(pipe, config=config)
60
 
61
  compel_proc = Compel(
 
53
  # Load LCM LoRA
54
 
55
  config = CompilationConfig.Default()
56
+ config.enable_xformers = False
57
+ config.enable_triton = False
58
+ config.enable_cuda_graph = False
59
  pipe = compile(pipe, config=config)
60
 
61
  compel_proc = Compel(