Spaces:
Running
on
Zero
Running
on
Zero
yonishafir
commited on
Commit
•
52ee6fe
1
Parent(s):
f620eee
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ pipe.load_lora_weights("briaai/BRIA-2.3-FAST-LORA")
|
|
95 |
pipe.fuse_lora()
|
96 |
|
97 |
pipe = pipe.to('cuda:0')
|
98 |
-
pipe.enable_xformers_memory_efficient_attention()
|
99 |
|
100 |
generator = torch.Generator(device='cuda:0').manual_seed(123456)
|
101 |
|
|
|
95 |
pipe.fuse_lora()
|
96 |
|
97 |
pipe = pipe.to('cuda:0')
|
98 |
+
# pipe.enable_xformers_memory_efficient_attention()
|
99 |
|
100 |
generator = torch.Generator(device='cuda:0').manual_seed(123456)
|
101 |
|