Spaces:
Runtime error
Runtime error
vae
Browse files
app.py
CHANGED
@@ -57,6 +57,7 @@ if not IS_SPACES_ZERO:
|
|
57 |
apply_hidiffusion(pipe)
|
58 |
# pipe.enable_xformers_memory_efficient_attention()
|
59 |
pipe.enable_model_cpu_offload()
|
|
|
60 |
|
61 |
|
62 |
def pad_image(image):
|
|
|
57 |
apply_hidiffusion(pipe)
|
58 |
# pipe.enable_xformers_memory_efficient_attention()
|
59 |
pipe.enable_model_cpu_offload()
|
60 |
+
pipe.enable_vae_tiling()
|
61 |
|
62 |
|
63 |
def pad_image(image):
|