Update handler.py
Browse files- handler.py +1 -0
handler.py
CHANGED
|
@@ -6,6 +6,7 @@ import logging
|
|
| 6 |
import random
|
| 7 |
import traceback
|
| 8 |
import torch
|
|
|
|
| 9 |
|
| 10 |
# note: there is no HunyuanImageToVideoPipeline yet in Diffusers
|
| 11 |
from diffusers import HunyuanVideoPipeline, HunyuanVideoTransformer3DModel, FasterCacheConfig
|
|
|
|
| 6 |
import random
|
| 7 |
import traceback
|
| 8 |
import torch
|
| 9 |
+
import os
|
| 10 |
|
| 11 |
# note: there is no HunyuanImageToVideoPipeline yet in Diffusers
|
| 12 |
from diffusers import HunyuanVideoPipeline, HunyuanVideoTransformer3DModel, FasterCacheConfig
|