576 x 1024
Browse files
App/Generate/database/Vercel.py
CHANGED
@@ -15,8 +15,8 @@ class AsyncImageGenerator:
|
|
15 |
url = f"{self.base}/predictions"
|
16 |
data = {
|
17 |
"input": {
|
18 |
-
"width":
|
19 |
-
"height":
|
20 |
"prompt": payload
|
21 |
+ """
|
22 |
The enchanting atmosphere is filled with a sense of wonder and magic, inviting viewers to step into this fantastical world. The artwork pays homage to the legendary Frank Frazetta, showcasing the distinctive styles of Loish van Baarle and the dynamic brushwork of Boris Vallejo. This masterpiece, a tribute to the talents of renowned artists Ross Tran, Greg Tocchini, Tom Bagshaw, and Steve Henderson, creates a captivating and enchanting scene.
|
|
|
15 |
url = f"{self.base}/predictions"
|
16 |
data = {
|
17 |
"input": {
|
18 |
+
"width": 576,
|
19 |
+
"height": 1024,
|
20 |
"prompt": payload
|
21 |
+ """
|
22 |
The enchanting atmosphere is filled with a sense of wonder and magic, inviting viewers to step into this fantastical world. The artwork pays homage to the legendary Frank Frazetta, showcasing the distinctive styles of Loish van Baarle and the dynamic brushwork of Boris Vallejo. This masterpiece, a tribute to the talents of renowned artists Ross Tran, Greg Tocchini, Tom Bagshaw, and Steve Henderson, creates a captivating and enchanting scene.
|