Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Children Book
Kids Illustrations
Clumsy_Trainer
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/KIDSILLUSTRATIONS", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]KIDSILLUSTRATIONS
The first model in huggingface that uses ALLCAPS and no separation of the words! I wanted to keep it like this so it represents what an excited child would tell you when looking at the illustrations this model produces. AKA COOLKIDSV1. Merged LORA by Clumsy_Trainer. It has Waifu 1.4 VAE baked in for better saturation.
Original page:
- Downloads last month
- 174