vercel num of imges
Browse files
App/Generate/database/Vercel.py
CHANGED
@@ -53,7 +53,7 @@ class AsyncImageGenerator:
|
|
53 |
"output_format": "png",
|
54 |
"output_quality": 95,
|
55 |
# "negative_prompt": "clouds, people, buildings",
|
56 |
-
"number_of_images":
|
57 |
"ip_adapter_weight": 0.8,
|
58 |
"ip_adapter_weight_type": "style transfer precise",
|
59 |
},
|
|
|
53 |
"output_format": "png",
|
54 |
"output_quality": 95,
|
55 |
# "negative_prompt": "clouds, people, buildings",
|
56 |
+
"number_of_images": 1,
|
57 |
"ip_adapter_weight": 0.8,
|
58 |
"ip_adapter_weight_type": "style transfer precise",
|
59 |
},
|