Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -813,6 +813,7 @@ def main():
|
|
813 |
|
814 |
pipe = pipe.to(device)
|
815 |
pipe.unet = pipe.unet.cuda()
|
|
|
816 |
prefetch_hf_cache(pipe)
|
817 |
run_demo_server(pipe)
|
818 |
|
|
|
813 |
|
814 |
pipe = pipe.to(device)
|
815 |
pipe.unet = pipe.unet.cuda()
|
816 |
+
pipe._encode_empty_text()
|
817 |
prefetch_hf_cache(pipe)
|
818 |
run_demo_server(pipe)
|
819 |
|