Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
from diffusers import UniPCMultistepScheduler
|
| 3 |
from diffusers import WanPipeline, AutoencoderKLWan
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
os.system('pip install --upgrade --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu126 "torch<2.9" spaces')
|
| 3 |
+
|
| 4 |
import torch
|
| 5 |
from diffusers import UniPCMultistepScheduler
|
| 6 |
from diffusers import WanPipeline, AutoencoderKLWan
|