How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/vividicAnime", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Vividic Anime

This model with the MoistMixV2 VAE baked in.

Sample and prompt:

sample

A very beautiful anime tennis girl, short wavy black hair, detailed chibi eyes, ( ( ( full round face ) ) ), short smile, short skirt, fashion CUTE and SHOES, BEAUTIFUL DETAILED LEGS, highly detailed, interior view ROSSDRAWS and KlaysMoji and Dave Rapoza and artgerm and leyendecker and Clay Mann

Original page:

https://civitai.com/models/15360?modelVersionId=28003

Downloads last month
34
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using Yntec/vividicAnime 51