Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Chibi
Adorable
stable-diffusion
stable-diffusion-diffusers
Lasorco
Safetensors
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/lametta", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]lametta
lametta v1602 with the MoistMixV2VAE baked in.
Sample and prompts:
pretty cute girl, accurately sitting, detailed chibi eyes, holding rocket launcher, beautiful detailed legs, police girl, gorgeous detailed hair, uniform hat, magazine ad, iconic, 1943, from the movie, sharp focus. visible brushstrokes by kyoani and clay mann
Original Page:
- Downloads last month
- 26

