Update lib/@randydev/flux-1-schnell.js
Browse files
lib/@randydev/flux-1-schnell.js
CHANGED
@@ -9,4 +9,6 @@ async function FluxSchnell(message) {
|
|
9 |
json: {'prompt': message};
|
10 |
}).json();
|
11 |
return run.result.response;
|
12 |
-
}
|
|
|
|
|
|
9 |
json: {'prompt': message};
|
10 |
}).json();
|
11 |
return run.result.response;
|
12 |
+
}
|
13 |
+
|
14 |
+
export { FluxSchnell };
|