Spaces:
Runtime error
Runtime error
Update wan2_fast.py
Browse files- wan2_fast.py +1 -0
wan2_fast.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
import torch
|
| 2 |
from diffusers import AutoencoderKLWan, WanPipeline, UniPCMultistepScheduler
|
| 3 |
from diffusers.utils import export_to_video
|
|
|
|
| 1 |
+
import spaces
|
| 2 |
import torch
|
| 3 |
from diffusers import AutoencoderKLWan, WanPipeline, UniPCMultistepScheduler
|
| 4 |
from diffusers.utils import export_to_video
|