Commit
·
3b98b09
1
Parent(s):
7e951d0
Update README.md
Browse files
README.md
CHANGED
@@ -22,3 +22,8 @@ pipeline = DDPMPipeline.from_pretrained('alkiskoudounas/stable-diffusion-aurora-
|
|
22 |
image = pipeline().images[0]
|
23 |
image
|
24 |
```
|
|
|
|
|
|
|
|
|
|
|
|
22 |
image = pipeline().images[0]
|
23 |
image
|
24 |
```
|
25 |
+
|
26 |
+
## Example
|
27 |
+
Here you can find an example of the output of the model, in a batch of 8 images:
|
28 |
+
|
29 |
+
![Butterflies Example](aurora-borealis-128px-examples.png)
|