Model reference · open weights
anime-pencil-diffusion is an open-weight image model from yehiaserag. 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 | yehiaserag |
|---|---|
| Type | Image models |
| Task | Text→image |
| Runs with | diffusers |
| Released | 2022-12-03 |
| Popularity | 5k downloads / month |
| Licence | Open weights |
About
A dreambooth finetune of stable diffusion 1.5 model that will output stuff in anime pencil concept drawing style.
Follow the directions under each version.
Trained for 400,000 steps, constant learning rate of 0.0000002 on 5000 images with 0 images for regularization.
Include animepencilconcept style in prompt to invoke the finetuned style.
Trained for 160,000 steps, constant learning rate of 0.000001 on 526 images with 0 images for regularization and no text encoder training
Add the words anime pencil concept style anywhere in your prompt.
Trained for 12,000 steps, constant learning rate of 0.0000005 on 80 images with 1000 images of illustration style for regularization
Add the words anime pencil concept style anywhere in your prompt.
Trained for 4,000 steps, constant learning rate of 0.00000172 on 40 images with 1000 images of illustration style for regularization
Add the words anime pencil concept style anywhere in your prompt.
Trained on 2,400 steps, constant learning rate of 0.00000172 on 16 images with 1000 images of illustration style for regularization
Add the words anime pencil concept style anywhere in your prompt.
NOTE: usage of this model implies accpetance of stable diffusion's CreativeML Open RAIL-M license
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys anime-pencil-diffusion for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (anime-pencil-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-pencil-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.