text2imagev3 / README.md
Ahmade's picture
Upload README.md with huggingface_hub
d40fecb
---
{}
---
---
license: creativeml-openrail-m
tags:
- pytorch
- diffusers
- stable-diffusion
- text-to-image
- diffusion-models-class
- dreambooth-hackathon
## Usage
```python
from diffusers import StableDiffusionPipeline
pipeline = StableDiffusionPipeline.from_pretrained('Ahmade/text2imagev3')
image = pipeline().images[0]
image
```