wide videos
Browse files
App/Generate/database/Model.py
CHANGED
|
@@ -139,8 +139,8 @@ class Project(orm.Model):
|
|
| 139 |
"position": "absolute",
|
| 140 |
"top": "50%",
|
| 141 |
"left": "50%",
|
| 142 |
-
"width":
|
| 143 |
-
"height":
|
| 144 |
"objectFit": "cover",
|
| 145 |
},
|
| 146 |
},
|
|
|
|
| 139 |
"position": "absolute",
|
| 140 |
"top": "50%",
|
| 141 |
"left": "50%",
|
| 142 |
+
"width": 1920,
|
| 143 |
+
"height": 1080,
|
| 144 |
"objectFit": "cover",
|
| 145 |
},
|
| 146 |
},
|
App/Generate/database/Vercel.py
CHANGED
|
@@ -47,7 +47,7 @@ class AsyncImageGenerator:
|
|
| 47 |
"steps": 28,
|
| 48 |
"width": 1024,
|
| 49 |
"height": 1536,
|
| 50 |
-
"aspect_ratio": "9
|
| 51 |
"prompt": payload,
|
| 52 |
# "sampler": "dpmpp_2m_sde_gpu",
|
| 53 |
# "scheduler": "karras",
|
|
|
|
| 47 |
"steps": 28,
|
| 48 |
"width": 1024,
|
| 49 |
"height": 1536,
|
| 50 |
+
"aspect_ratio": "16:9",
|
| 51 |
"prompt": payload,
|
| 52 |
# "sampler": "dpmpp_2m_sde_gpu",
|
| 53 |
# "scheduler": "karras",
|