🚀 Anything V4
Anything V4 is a latent diffusion model tailored for anime enthusiasts. As the latest iteration of 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.
🚀 Quick Start
Accessing Older Models
If you want to access older models (e.g., 4.0):
- Navigate to the 'Files and versions' tab.
- Click on the first commit 'Duplicate from andite/anything - v4.0'.
- Select 'Browse files'.
- Follow the subsequent steps.
- You're all set!
Trying Out the New Model
You can try out my new model - [Pastel Mix || Stylized Anime Model](https://huggingface.co/andite/pastel - mix). It's also available on CivitAI: https://civitai.com/models/5414/pastel - mix - stylized - anime - model. Your ratings are highly appreciated!
Examples
Here are some examples of images generated by the model:



✨ Features
- High - Quality Output: Capable of generating high - quality, highly detailed anime - style images.
- Danbooru Tag Support: Supports danbooru tags for more precise image generation.
- Inclusion of Good Model: Incorporates AbyssOrangeMix2 for enhanced performance.
📦 Installation
This model can be used just like any other Stable Diffusion model. For more information, please have a look at 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")
Image Examples
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
📄 License
This model is open access and available to all, with a CreativeML OpenRAIL - M license further specifying rights and usage. The CreativeML OpenRAIL License specifies: [Please read the full license here](https://huggingface.co/spaces/CompVis/stable - diffusion - license)
Acknowledgments
Special thanks to Linaqruf, NoCrypt, and Fannovel16#9022 for their invaluable assistance with my inquiries regarding models and other related matters.