All public logs

Jump to navigation Jump to search

Combined display of all available logs of MediaWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:15, 21 July 2026 Sst-yde talk contribs created page AI on demand: black-forest-labs/FLUX.1-schnell (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...")