Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Illustration
Cartoon
stable-diffusion
stable-diffusion-diffusers
s6yx
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/ReVAnimated", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]ReVAnimated
768x768 version of v10 of this model with the MoistMixV2VAE baked in.
Sample and prompts:
Pretty detailed CUTE Girl, Cartoon, sitting on a computer monitor, holding antique TV, DETAILED CHIBI EYES, gorgeous detailed hair, Magazine ad, iconic, 1940, sharp focus. Illustration By KlaysMoji and artgerm and Clay Mann and and leyendecker and kyoani
Original page:
- Downloads last month
- 126

