T1ckbase commited on
Commit
5bd50b7
·
1 Parent(s): 6c06e66
Files changed (1) hide show
  1. main.ts +2 -2
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: 1440,
45
- height: 1440,
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
  },