Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
|
@@ -33,6 +33,7 @@ pipe = DepthCrafterPipeline.from_pretrained(
|
|
| 33 |
variant="fp16",
|
| 34 |
)
|
| 35 |
pipe.to("cuda")
|
|
|
|
| 36 |
|
| 37 |
|
| 38 |
@spaces.GPU(duration=120)
|
|
|
|
| 33 |
variant="fp16",
|
| 34 |
)
|
| 35 |
pipe.to("cuda")
|
| 36 |
+
pipe.enable_xformers_memory_efficient_attention()
|
| 37 |
|
| 38 |
|
| 39 |
@spaces.GPU(duration=120)
|