Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ def load_and_prepare_model():
|
|
149 |
#pipe.vae.do_convert_rgb=True
|
150 |
#pipe.vae.vae_scale_factor=8
|
151 |
#pipe.unet.set_default_attn_processor()
|
152 |
-
pipe.vae.set_default_attn_processor()
|
153 |
print(f'Pipeline: ')
|
154 |
#print(f'_optional_components: {pipe._optional_components}')
|
155 |
#print(f'watermark: {pipe.watermark}')
|
|
|
149 |
#pipe.vae.do_convert_rgb=True
|
150 |
#pipe.vae.vae_scale_factor=8
|
151 |
#pipe.unet.set_default_attn_processor()
|
152 |
+
# pipe.vae.set_default_attn_processor()
|
153 |
print(f'Pipeline: ')
|
154 |
#print(f'_optional_components: {pipe._optional_components}')
|
155 |
#print(f'watermark: {pipe.watermark}')
|