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/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:

https://civitai.com/models/60724?modelVersionId=65213

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

Model tree for Yntec/KIDSILLUSTRATIONS

Merges
1 model

Spaces using Yntec/KIDSILLUSTRATIONS 57