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 ·
cbeb31e
1
Parent(s): 4a34c93
Update model_index.json
Browse files- model_index.json +2 -2
model_index.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "DDPM",
|
| 3 |
"_module": "modeling_ddpm.py",
|
| 4 |
-
"
|
| 5 |
"diffusers",
|
| 6 |
-
"
|
| 7 |
],
|
| 8 |
"unet": [
|
| 9 |
"diffusers",
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "DDPM",
|
| 3 |
"_module": "modeling_ddpm.py",
|
| 4 |
+
"scheduler": [
|
| 5 |
"diffusers",
|
| 6 |
+
"DDPMScheduler"
|
| 7 |
],
|
| 8 |
"unet": [
|
| 9 |
"diffusers",
|