Update plugins/flux.js
Browse files- plugins/flux.js +1 -1
plugins/flux.js
CHANGED
|
@@ -2,7 +2,7 @@ const axios = require('axios');
|
|
| 2 |
const fs = require('fs');
|
| 3 |
const path = require('path');
|
| 4 |
|
| 5 |
-
async function fluxImage(prompt, width = 1024, height = 1024, server = "
|
| 6 |
try {
|
| 7 |
const { data: init } = await axios.post(
|
| 8 |
"https://nihalgazi-flux-unlimited.hf.space/gradio_api/call/generate_image",
|
|
|
|
| 2 |
const fs = require('fs');
|
| 3 |
const path = require('path');
|
| 4 |
|
| 5 |
+
async function fluxImage(prompt, width = 1024, height = 1024, server = "Azure Lite Supercomputer Server") {
|
| 6 |
try {
|
| 7 |
const { data: init } = await axios.post(
|
| 8 |
"https://nihalgazi-flux-unlimited.hf.space/gradio_api/call/generate_image",
|