Spaces:
Paused
Paused
Update app.py
Browse files
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 =
|
57 |
-
config.enable_triton =
|
58 |
-
config.enable_cuda_graph =
|
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(
|