Skip to content

Commit

Permalink
use schnell
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-moomoo committed Oct 5, 2024
1 parent f91102f commit 3312c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const GenerateImage = async (args) => {
};
const Client = (await import("@gradio/client")).Client;
const client = await Client.connect(
"https://black-forest-labs-flux-1-dev.hf.space",
"https://black-forest-labs-flux-1-schnell.hf.space",
{
hf_token: process.env.HF_ACCESS_TOKEN,
}
Expand Down

0 comments on commit 3312c19

Please sign in to comment.