Instructions to use TatsuyaXAI/Lilly with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TatsuyaXAI/Lilly with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TatsuyaXAI/Lilly", 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
File size: 1,451 Bytes
e7efd9a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | ---
library_name: diffusers
---
# **Lilly** from **Unknown**
<u><b>Trigger Words:</b></u> **Lilly, brown eyes/yellow eyes, brown hair, long hair,**
<u><b>Hairstyle:</b></u>
**parted bangs,**
**forehead**
<u><b>Dress 1:</b></u>
**black coat, trench coat, black shirt, black sash, black pants,**
**collarbone, cleavage**
Previews (Illustrious):
<style>
.custom-table { width: 100%; }
.custom-table td { width: 33.33%; }
.custom-image-container { position: relative; overflow: hidden; border-radius: 0.5em; }
.custom-image { width: 100%; height: auto; border-radius: 0.5em; transition: transform 0.25s; }
.custom-image-container:hover .custom-image { transform: scale(1.2); }
</style>
<table class="custom-table">
<tr>
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P1.png"></div></td>
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P2.png"></div></td>
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P3.png"></div></td>
</tr>
<tr>
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P4.png"></div></td>
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P5.png"></div></td>
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P6.png"></div></td>
</tr>
</table>
|