Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Photorealistic
Sexy
stable-diffusion
stable-diffusion-diffusers
kazzear
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:
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:
- Downloads last month
- 34
