Update fluxai.js
Browse files
fluxai.js
CHANGED
@@ -2,7 +2,7 @@ import fetch from "node-fetch";
|
|
2 |
import * as config from './config.js'
|
3 |
|
4 |
/**
|
5 |
-
* @param {
|
6 |
*/
|
7 |
async function schellwithflux(args) {
|
8 |
const API_URL = "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-schnell";
|
|
|
2 |
import * as config from './config.js'
|
3 |
|
4 |
/**
|
5 |
+
* @param {string} args - The input string
|
6 |
*/
|
7 |
async function schellwithflux(args) {
|
8 |
const API_URL = "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-schnell";
|