đ Anything V4
Anything V4 is a latent diffusion model tailored for anime enthusiasts. As the latest iteration in the Anything series, it's designed to generate high - quality, highly detailed anime - style images with just a few prompts. Similar to other anime - style Stable Diffusion models, it supports danbooru tags for image generation.
Fantasy.ai is the official and exclusive hosted AI generation platform that holds a commercial use license for Anything V4.0. You can access their service at Fantasy.ai. Please report any unauthorized commercial use.
đ Quick Start
Try out a New Model
Explore my new model - Pastel Mix || Stylized Anime Model. I've also uploaded it to CivitAI: Pastel Mix Stylized Anime Model. Your ratings would be highly appreciated!
Examples
Here are some examples of images generated by the model:

⨠Features
- High - Quality Output: Produces high - quality, highly detailed anime - style images.
- Danbooru Tag Support: Supports danbooru tags for more precise image generation.
đĻ Installation
This model can be used just like any other Stable Diffusion model. For more information, please refer to the Stable Diffusion.
You can also export the model to ONNX, MPS and/or FLAX/JAX.
đģ Usage Examples
Basic Usage
from diffusers import StableDiffusionPipeline
import torch
model_id = "andite/anything-v4.0"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")
prompt = "hatsune_miku"
image = pipe(prompt).images[0]
image.save("./hatsune_miku.png")
Example Images
- Anime Girl:

masterpiece, best quality, 1girl, white hair, medium hair, cat ears, closed eyes, looking at viewer, :3, cute, scarf, jacket, outdoors, streets
Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7
- Anime Boy:

1boy, bishounen, casual, indoors, sitting, coffee shop, bokeh
Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7
- Scenery:

scenery, village, outdoors, sky, clouds
Steps: 50, Sampler: DPM++ 2S a Karras, CFG scale: 7
đ Documentation
Gradio Web UI
We support a Gradio Web UI to run anything - v4.0:

đ§ Technical Details
Yes, this model incorporates AbyssOrangeMix2 because it's an excellent model. Check it out!
đ License
This model is open access and available to all, with a CreativeML OpenRAIL - M license further specifying rights and usage. Please read the full license here
Big Thanks to
I'd like to express my sincere gratitude to Linaqruf, NoCrypt, and Fannovel16#9022. They've provided extensive assistance regarding my inquiries about models and other related matters.
Property |
Details |
Model Type |
Latent Diffusion Model |
Training Data |
Not specified |
Tags |
stable - diffusion, stable - diffusion - diffusers, text - to - image, diffusers |
Inference |
true |
Duplicated From |
andite/anything - v4.0 |