Mou11209203
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# DDPM CelebAHQ 256 with Safetensors
|
2 |
|
3 |
This repository contains a **denoising diffusion probabilistic model (DDPM)** trained on the CelebA HQ dataset at a resolution of 256x256. The model is based on the original `google/ddpm-celebahq-256` implementation and has been updated to support **safetensors** for model storage.
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- pytorch
|
4 |
+
- diffusers
|
5 |
+
- unconditional-image-generation
|
6 |
+
- image-generation
|
7 |
+
- denoising-diffusion
|
8 |
+
- stable-diffusion
|
9 |
+
license: apache-2.0
|
10 |
+
library_name: diffusers
|
11 |
+
model_name: ddpm-celebahq-256
|
12 |
+
---
|
13 |
+
|
14 |
# DDPM CelebAHQ 256 with Safetensors
|
15 |
|
16 |
This repository contains a **denoising diffusion probabilistic model (DDPM)** trained on the CelebA HQ dataset at a resolution of 256x256. The model is based on the original `google/ddpm-celebahq-256` implementation and has been updated to support **safetensors** for model storage.
|