Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ pipe_inpaint.scheduler = DPMSolverMultistepScheduler.from_config(pipe_inpaint.sc
|
|
38 |
|
39 |
if torch.cuda.is_available():
|
40 |
pipe_inpaint = pipe_inpaint.to("cuda")
|
41 |
-
|
42 |
|
43 |
|
44 |
def get_init_image(image, overlap, feel):
|
|
|
38 |
|
39 |
if torch.cuda.is_available():
|
40 |
pipe_inpaint = pipe_inpaint.to("cuda")
|
41 |
+
pipe_inpaint.enable_xformers_memory_efficient_attention()
|
42 |
|
43 |
|
44 |
def get_init_image(image, overlap, feel):
|