{} | |
--- | |
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 | |
``` | |