randydev commited on
Commit
34a84a6
·
verified ·
1 Parent(s): 1b65bec

Update lib/@randydev/flux-1-schnell.js

Browse files
Files changed (1) hide show
  1. lib/@randydev/flux-1-schnell.js +1 -1
lib/@randydev/flux-1-schnell.js CHANGED
@@ -10,7 +10,7 @@ async function FluxSchnell(message) {
10
  'prompt': message
11
  }
12
  }).json();
13
- return run.result.response;
14
  }
15
 
16
  export { FluxSchnell };
 
10
  'prompt': message
11
  }
12
  }).json();
13
+ return run.result.image;
14
  }
15
 
16
  export { FluxSchnell };