Instructions to use fusing/ddpm-lsun-cat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fusing/ddpm-lsun-cat with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fusing/ddpm-lsun-cat", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
54875ab
1
Parent(s): 3aef1fa
up
Browse files- model_index.json +11 -0
model_index.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "DDPM",
|
| 3 |
+
"noise_scheduler": [
|
| 4 |
+
"diffusers",
|
| 5 |
+
"GaussianDDPMScheduler"
|
| 6 |
+
],
|
| 7 |
+
"unet": [
|
| 8 |
+
"diffusers",
|
| 9 |
+
"UNetModel"
|
| 10 |
+
]
|
| 11 |
+
}
|