Model reference · open weights
basil_mix is an open-weight image model from nuigurumi. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | nuigurumi |
|---|---|
| Type | Image models |
| Task | Text→image |
| Runs with | diffusers |
| Released | 2023-01-04 |
| Popularity | 928 downloads / month |
| Licence | Commercial licence needed |
About
This model and its derivatives(image, merged model) can be freely used for non-profit purposes only.
You may not use this model and its derivatives on websites, apps, or other platforms where you can or plan to earn income or donations. If you wish to use it for such purposes, please contact nuigurumi.
Introducing the model itself is allowed for both commercial and non-commercial purposes, but please include the model name and a link to this repository when doing so.
このモデル及びその派生物(生成物、マージモデル)は、完全に非営利目的の使用に限り、自由に利用することができます。
あなたが収入や寄付を得ることのできる、もしくは得る予定のWebサイト、アプリ、その他でこのモデル及びその派生物を利用することはできません。利用したい場合はnuigurumiに連絡してください。
モデル自体の紹介することは、営利非営利を問わず自由です、その場合はモデル名と当リポジトリのリンクを併記してください。
check License
読むのめんどくさい人向け 商用利用をすべて禁止します。fanboxやpatreonなどの支援サイトでの使用も全て禁止します。 マージモデル(cilled_re...とか)も派生物なので商用利用禁止になります。 商用利用をしたいなら私に連絡してください。 どこかでモデルを紹介していただけるなら、リンクも併記してくれると嬉しいです。
We support a Gradio Web UI to run basil_mix:
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys basil-mix for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (basil-mix below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/images/generations \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"basil-mix","prompt":"a red bicycle","size":"1024x1024"}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.