Spaces:
Runtime error
Runtime error
Commit
·
648acf7
1
Parent(s):
2b854cf
Update tokenflow_pnp.py
Browse files- tokenflow_pnp.py +1 -1
tokenflow_pnp.py
CHANGED
@@ -14,7 +14,7 @@ from transformers import logging
|
|
14 |
from diffusers import DDIMScheduler, StableDiffusionPipeline
|
15 |
|
16 |
from tokenflow_utils import *
|
17 |
-
from
|
18 |
|
19 |
# suppress partial model loading warning
|
20 |
logging.set_verbosity_error()
|
|
|
14 |
from diffusers import DDIMScheduler, StableDiffusionPipeline
|
15 |
|
16 |
from tokenflow_utils import *
|
17 |
+
from utils import save_video, seed_everything
|
18 |
|
19 |
# suppress partial model loading warning
|
20 |
logging.set_verbosity_error()
|