Spaces:
Runtime error
Runtime error
sandeshrajx
commited on
Commit
•
a8c8cc0
1
Parent(s):
9c4ddee
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def run_inference(model_name, prompt_text):
|
|
52 |
config_mapping = {
|
53 |
"OpenSora-v1-16x256x256.pth": "configs/opensora/inference/16x256x256.py",
|
54 |
"OpenSora-v1-HQ-16x256x256.pth": "configs/opensora/inference/16x256x256.py",
|
55 |
-
"OpenSora-v1-HQ-16x512x512.pth": "configs/opensora/inference/
|
56 |
}
|
57 |
|
58 |
config_path = config_mapping[model_name]
|
|
|
52 |
config_mapping = {
|
53 |
"OpenSora-v1-16x256x256.pth": "configs/opensora/inference/16x256x256.py",
|
54 |
"OpenSora-v1-HQ-16x256x256.pth": "configs/opensora/inference/16x256x256.py",
|
55 |
+
"OpenSora-v1-HQ-16x512x512.pth": "configs/opensora/inference/64x512x512.py"
|
56 |
}
|
57 |
|
58 |
config_path = config_mapping[model_name]
|