CoolFace
Apppublic

wavespeed/fibo-edit

sourceHugging Facemitupdated 1mo agoView on Hugging Face
0likes
README.md46 linesDownload Raw Back to root
1---2title: FIBO Edit3emoji: ๐Ÿ–ผ๏ธ4colorFrom: blue5colorTo: purple6sdk: docker7pinned: false8license: mit9short_description: Bria's FIBO editing model, trained on licensed data.10tags:11  - image-to-image12  - wavespeed13  - fibo14  - image-editing15models:16  - briaai/FIBO17---18 19# FIBO Edit20 21Bria's FIBO editing model, trained on licensed data.22 23Runs [`bria/fibo/edit`](https://wavespeed.ai/models/bria/fibo/edit) through the24[WaveSpeed](https://wavespeed.ai) v3 API.25 26Upstream weights: [`briaai/FIBO`](https://huggingface.co/briaai/FIBO).27 28 29## Bring your own API key30 31This Space does not ship an API key. Paste your own in the field at the top โ€”32create one in the [WaveSpeed dashboard](https://wavespeed.ai/dashboard).33 34Your key is sent only to `api.wavespeed.ai` to run the model. It is not stored,35not logged, and not written to disk. It is masked in the browser, stripped out36of error messages before they are displayed, and the generate event is marked37private so it never appears on Gradio's public API page โ€” which would otherwise38publish client snippets containing every input, the key among them.39Generations are billed to your own account.40 41## Development42 43Source of truth is `_shared/` in the working repo, not this copy:44 45    python3 _shared/build_apps.py46