Spaces:
Runtime error
Runtime error
disable xformers
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ pipe = StableDiffusionControlNetPipeline.from_pretrained(
|
|
28 |
)
|
29 |
pipe.scheduler = UniPCMultistepScheduler.from_config(pipe.scheduler.config)
|
30 |
pipe.enable_model_cpu_offload()
|
31 |
-
pipe.enable_xformers_memory_efficient_attention()
|
32 |
|
33 |
generator = torch.manual_seed(0)
|
34 |
|
|
|
28 |
)
|
29 |
pipe.scheduler = UniPCMultistepScheduler.from_config(pipe.scheduler.config)
|
30 |
pipe.enable_model_cpu_offload()
|
31 |
+
#pipe.enable_xformers_memory_efficient_attention()
|
32 |
|
33 |
generator = torch.manual_seed(0)
|
34 |
|