AI on demand: black-forest-labs/FLUX.1-schnell: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 July 2026

  • curprev 17:1517:15, 21 July 2026Sst-yde talk contribs 1,281 bytes +1,281 Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=black-forest-labs/FLUX.1-schnell # Set your prompt: PROMPT='Create a photorealistic picture of some cats.' # Size of the generated image (WIDTHxHEIGHT): SIZE=1024x1024 # Number of inference steps: STEPS=4 curl https://llm.stoney-cloud.com/v1/images/generations \ --silent --fail --show-error \ --header "Authorization: Bearer..."