Instructions to use lucataco/LittleGoldenBook with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lucataco/LittleGoldenBook with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lucataco/LittleGoldenBook", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit History
Update README.md 1a8c678
Update README.md 82142e0
Upload 14 files 0a5bd70
Update README.md afbfbe6
Update README.md 834d644
Update README.md c4b6f5e
Upload gallery.png 2fb97b9
Update README.md 51ab385
Upload 4 files dd41fe8
Upload littlegoldenbook.ckpt b810a78
initial commit b4161b1
Luis Catacora commited on