Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,12 @@ pipeline_tag: text-to-image
|
|
5 |
LoRA based on Stability AI SDXL-Turbo, for more information on the main checkpoints: https://huggingface.co/stabilityai/sdxl-turbo
|
6 |
![xyz_grid-0007-2494203713-20231130151159.png](https://cdn-uploads.huggingface.co/production/uploads/64186a8b5d6f3d15c64cd821/L1-TOyK9XEErR0M5lwu4W.png)
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- **Text-to-image**:
|
9 |
```py
|
10 |
import torch
|
|
|
5 |
LoRA based on Stability AI SDXL-Turbo, for more information on the main checkpoints: https://huggingface.co/stabilityai/sdxl-turbo
|
6 |
![xyz_grid-0007-2494203713-20231130151159.png](https://cdn-uploads.huggingface.co/production/uploads/64186a8b5d6f3d15c64cd821/L1-TOyK9XEErR0M5lwu4W.png)
|
7 |
|
8 |
+
### Diffusers
|
9 |
+
|
10 |
+
```
|
11 |
+
pip install diffusers transformers accelerate --upgrade
|
12 |
+
```
|
13 |
+
|
14 |
- **Text-to-image**:
|
15 |
```py
|
16 |
import torch
|