Spaces:
Running
on
Zero
Running
on
Zero
kxhit
commited on
Commit
•
bfe7c38
1
Parent(s):
b198d02
under func
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ pipeline.image_encoder = image_encoder.to(weight_dtype)
|
|
107 |
|
108 |
pipeline.set_progress_bar_config(disable=False)
|
109 |
|
110 |
-
pipeline.enable_xformers_memory_efficient_attention()
|
111 |
# enable vae slicing
|
112 |
pipeline.enable_vae_slicing()
|
113 |
# pipeline = pipeline.to(device)
|
|
|
107 |
|
108 |
pipeline.set_progress_bar_config(disable=False)
|
109 |
|
110 |
+
# pipeline.enable_xformers_memory_efficient_attention()
|
111 |
# enable vae slicing
|
112 |
pipeline.enable_vae_slicing()
|
113 |
# pipeline = pipeline.to(device)
|