Commit
·
e6d1d4f
1
Parent(s):
3ebca14
Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ image_pil.save(f"generated_image_{seed}.png")
|
|
76 |
|
77 |
### pipeline
|
78 |
|
79 |
-
```
|
80 |
from diffusers import LatentDiffusionUncondPipeline
|
81 |
import torch
|
82 |
import PIL.Image
|
@@ -102,7 +102,7 @@ image_pil.save(f"generated_image_{seed}.png")
|
|
102 |
|
103 |
## Samples
|
104 |
|
105 |
-
1. ![sample_1](https://huggingface.co/
|
106 |
-
2. ![sample_1](https://huggingface.co/
|
107 |
-
3. ![sample_1](https://huggingface.co/
|
108 |
-
4. ![sample_1](https://huggingface.co/
|
|
|
76 |
|
77 |
### pipeline
|
78 |
|
79 |
+
```python
|
80 |
from diffusers import LatentDiffusionUncondPipeline
|
81 |
import torch
|
82 |
import PIL.Image
|
|
|
102 |
|
103 |
## Samples
|
104 |
|
105 |
+
1. ![sample_1](https://huggingface.co/CompVis/latent-diffusion-celeba-256/blob/main/generated_image_0.png)
|
106 |
+
2. ![sample_1](https://huggingface.co/CompVis/latent-diffusion-celeba-256/blob/main/generated_image_1.png)
|
107 |
+
3. ![sample_1](https://huggingface.co/CompVis/latent-diffusion-celeba-256/blob/main/generated_image_2.png)
|
108 |
+
4. ![sample_1](https://huggingface.co/CompVis/latent-diffusion-celeba-256/blob/main/generated_image_3.png)
|