jeffgao550
commited on
Commit
•
dd1c517
1
Parent(s):
0fe3f6c
Upload model_index.json with huggingface_hub
Browse files- model_index.json +13 -0
model_index.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "DDPMPipeline",
|
3 |
+
"_diffusers_version": "0.30.0",
|
4 |
+
"_name_or_path": "google/ddpm-celebahq-256",
|
5 |
+
"scheduler": [
|
6 |
+
"diffusers",
|
7 |
+
"DDIMScheduler"
|
8 |
+
],
|
9 |
+
"unet": [
|
10 |
+
"diffusers",
|
11 |
+
"UNet2DModel"
|
12 |
+
]
|
13 |
+
}
|