Update README.md
Browse files
README.md
CHANGED
@@ -24,3 +24,7 @@ pipeline = DDPMPipeline.from_pretrained('Mau124/diffusion-model-cartoon10k-96')
|
|
24 |
image = pipeline().images[0]
|
25 |
image
|
26 |
```
|
|
|
|
|
|
|
|
|
|
24 |
image = pipeline().images[0]
|
25 |
image
|
26 |
```
|
27 |
+
|
28 |
+
Results of generating the 96x96 images:
|
29 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/66b7c88f1aae3b67e723a480/0rGBKmdxjYcJJl8DMrT_y.png)
|
30 |
+
|