Spaces:
Running
Running
Ming Li
commited on
Commit
•
8130ce3
1
Parent(s):
3023b85
update requirements.txt
Browse files
model.py
CHANGED
@@ -59,7 +59,7 @@ class Model:
|
|
59 |
)
|
60 |
pipe.scheduler = UniPCMultistepScheduler.from_config(pipe.scheduler.config)
|
61 |
if self.device.type == "cuda":
|
62 |
-
pipe.
|
63 |
pipe.to(self.device)
|
64 |
torch.cuda.empty_cache()
|
65 |
gc.collect()
|
|
|
59 |
)
|
60 |
pipe.scheduler = UniPCMultistepScheduler.from_config(pipe.scheduler.config)
|
61 |
if self.device.type == "cuda":
|
62 |
+
pipe.enable_xformers_memory_efficient_attention()
|
63 |
pipe.to(self.device)
|
64 |
torch.cuda.empty_cache()
|
65 |
gc.collect()
|