Spaces:
Sleeping
Sleeping
T1ckbase
commited on
Commit
·
5bd50b7
1
Parent(s):
6c06e66
1280x1280
Browse files
main.ts
CHANGED
@@ -41,8 +41,8 @@ async function main() {
|
|
41 |
const imgArrayBuffer = await generateImage('black-forest-labs/FLUX.1-schnell', {
|
42 |
inputs: prompt,
|
43 |
parameters: {
|
44 |
-
width:
|
45 |
-
height:
|
46 |
guidance_scale: 1.7,
|
47 |
num_inference_steps: 4,
|
48 |
},
|
|
|
41 |
const imgArrayBuffer = await generateImage('black-forest-labs/FLUX.1-schnell', {
|
42 |
inputs: prompt,
|
43 |
parameters: {
|
44 |
+
width: 1280,
|
45 |
+
height: 1280,
|
46 |
guidance_scale: 1.7,
|
47 |
num_inference_steps: 4,
|
48 |
},
|