Model reference · open weights
anime-kawai-diffusion is an open-weight image model from Ojimi. 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 | Ojimi |
|---|---|
| Type | Image models |
| Task | Text→image |
| Parameters (lead) | 860M |
| Runs with | diffusers |
| Released | 2023-02-09 |
| Popularity | 916 downloads / month |
| Licence | Open weights |
About
from diffusers import DiffusionPipeline
pipe = DiffusionPipeline.from_pretrained("Ojimi/anime-kawai-diffusion")
pipe = pipe.to("cuda")
prompt = "1girl, animal ears, long hair, solo, cat ears, choker, bare shoulders, red eyes, fang, looking at viewer, animal ear fluff, upper body, black hair, blush, closed mouth, off shoulder, bangs, bow, collarbone"
image = pipe(prompt, negative_prompt="lowres, bad anatomy").images[0]
masterpiece and best quality tags are not necessary, as it sometimes leads to contradictory results, but if it is distorted or discolored, add them now.Interrogate DeepBooru and change the prompts to suit what you want.Danbooru and Nai tagging system, so the long text may result in poor results.As it is a version made only by myself and my small associates, the model will not be perfect and may differ from what people expect. Any contributions from everyone will be respected.
Want to support me? Thank you, please help me make it better. ❤️
This wouldn't have happened if they hadn't made a breakthrough.
This license allows anyone to copy, and modify the model, but please follow the terms of the CreativeML Open RAIL-M. You can learn more about the CreativeML Open RAIL-M here.
If any part of the model does not comply with the terms of the GNU General Public License, the copyright and other rights of the model will still be valid.
All AI-generated images are yours, you can do whatever you want, but please obey the laws of your country. We will not be responsible for any problems you cause.
We allow you to merge with another model, but if you share that merge model, don't forget to add me to the credits.
Don't forget me.
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys anime-kawai-diffusion for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (anime-kawai-diffusion 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":"anime-kawai-diffusion","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.