File size: 757 Bytes
fe0ad4e 12b0d98 fe0ad4e fa6edc1 fe0ad4e |
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 |
---
license: creativeml-openrail-m
library_name: diffusers
tags:
- stable-diffusion-xl
- stable-diffusion-xl-diffusers
- text-to-image
- diffusers
- textual_inversion
inference: true
base_model: runwayml/stable-diffusion-v1-5
---
These are textual inversion adaption weights for runwayml/stable-diffusion-v1-5. You can find some example images in the following.
![images_0](./image_0.png)
![images_1](./image_1.png)
![images_2](./image_2.png)
## Intended uses & limitations
#### How to use
```python
# TODO: add an example code snippet for running this diffusion pipeline
```
#### Limitations and bias
[TODO: provide examples of latent issues and potential remediations]
## Training details
[TODO: describe the data used to train the model] |