Instructions to use alvdansen/littletinies with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alvdansen/littletinies with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("alvdansen/littletinies") prompt = "a girl wandering through the forest" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
metadata
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
widget:
- text: a girl wandering through the forest
output:
url: >-
images/6CD03C101B7F6545EB60E9F48D60B8B3C2D31D42D20F8B7B9B149DD0C646C0C2.jpeg
- text: a tiny witch child
output:
url: >-
images/7B482E1FDB39DA5A102B9CD041F4A2902A8395B3835105C736C5AD9C1D905157.jpeg
- text: an artist leaning over to draw something
output:
url: >-
images/7CCEA11F1B74C8D8992C47C1C5DEA9BD6F75940B380E9E6EC7D01D85863AF718.jpeg
- text: a girl with blonde hair and blue eyes, big round glasses
output:
url: >-
images/227DE29148BC8798591C0EF99A41B71C44C0CAB5A16B976EFCC387C08D748DC0.jpeg
- text: a girl wandering through the forest
output:
url: >-
images/EA62C26C5D1B9E1C04FD179679F6924CA27DC3672F0D580ABA9CEB3E110BAD2B.jpeg
- text: a toad
output:
url: >-
images/2624AE9AE9B61D337139787B4F4E7529571C05582214CEDAF823BBD8A7E67CDA.jpeg
base_model: stabilityai/stable-diffusion-xl-base-1.0
instance_prompt: null
license: creativeml-openrail-m
Little Tinies

- Prompt
- a girl wandering through the forest

- Prompt
- a tiny witch child

- Prompt
- an artist leaning over to draw something

- Prompt
- a girl with blonde hair and blue eyes, big round glasses

- Prompt
- a girl wandering through the forest

- Prompt
- a toad
Model description
A very classic hand drawn cartoon style.
Download model
Weights for this model are available in Safetensors format.
Model release is for research purposes only. For commercial use, please contact me directly.
Download them in the Files & versions tab.