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
- Draw Things
- DiffusionBee
Qwen-image LoRA of this model?
#8 opened 10 months ago
by
victor
add AIBOM
#7 opened 12 months ago
by
RiccardoDav
Regarding the parameters used in inference
#6 opened about 1 year ago
by deleted
Dataset
#5 opened almost 2 years ago
by
mrfakename
model is incompatible with interference api
1
#3 opened almost 2 years ago
by
edgarsantiago93
Request: DOI
3
#2 opened almost 2 years ago
by
WaelK
Any code example?
2
#1 opened almost 2 years ago
by
ShengguangZhou