Update lib/@randydev/flux-1-schnell.js
Browse files
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.
|
14 |
}
|
15 |
|
16 |
export { FluxSchnell };
|
|
|
10 |
'prompt': message
|
11 |
}
|
12 |
}).json();
|
13 |
+
return run.result.image;
|
14 |
}
|
15 |
|
16 |
export { FluxSchnell };
|