We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any help?
const output = await replicate.run( "black-forest-labs/flux-dev", { input } );
The text was updated successfully, but these errors were encountered:
Still nothing?
Sorry, something went wrong.
does this work?
const input = { prompt: "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", go_fast: true, guidance: 3.5, megapixels: "1", num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", output_quality: 80, prompt_strength: 0.8, num_inference_steps: 28 }; const output = await replicate.run("black-forest-labs/flux-dev", { input });
that's their minimal example, see https://replicate.com/black-forest-labs/flux-dev?input=nodejs
If above does not work, you should contact Replicate (and not bfl). I'm using flux-dev on Replicate all the time and it works for me.
Hey, it did happen to me. The problem is that npm i replicate throws the wrong version 0.18.1. Use npm i replicate@latest and it's okay
npm i replicate
0.18.1
npm i replicate@latest
No branches or pull requests
Any help?
The text was updated successfully, but these errors were encountered: