Mbonea commited on
Commit
31670a8
·
1 Parent(s): 32e7585

1080 x1920

Browse files
Files changed (1) hide show
  1. App/Generate/database/Vercel.py +2 -2
App/Generate/database/Vercel.py CHANGED
@@ -15,6 +15,8 @@ class AsyncImageGenerator:
15
  url = f"{self.base}/predictions"
16
  data = {
17
  "input": {
 
 
18
  "prompt": payload
19
  + """
20
  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.
@@ -35,8 +37,6 @@ The enchanting atmosphere is filled with a sense of wonder and magic, inviting v
35
  # "guidance_scale": 2,
36
  # },
37
  # "input": {
38
- # "width": 1024,
39
- # "height": 1536,
40
  # "prompt": payload,
41
  # "scheduler": "DPMSolver++",
42
  # "num_outputs": 1,
 
15
  url = f"{self.base}/predictions"
16
  data = {
17
  "input": {
18
+ "width": 1080,
19
+ "height": 1920,
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.
 
37
  # "guidance_scale": 2,
38
  # },
39
  # "input": {
 
 
40
  # "prompt": payload,
41
  # "scheduler": "DPMSolver++",
42
  # "num_outputs": 1,