Instructions to use diffusers/ddpm_dummy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use diffusers/ddpm_dummy with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("diffusers/ddpm_dummy", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
82f0a14
1
Parent(s): 5bbab78
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -24,6 +24,6 @@
|
|
| 24 |
"out_channels": 3,
|
| 25 |
"resamp_with_conv": true,
|
| 26 |
"resolution": 32,
|
| 27 |
-
"
|
| 28 |
"ddpm": true
|
| 29 |
}
|
|
|
|
| 24 |
"out_channels": 3,
|
| 25 |
"resamp_with_conv": true,
|
| 26 |
"resolution": 32,
|
| 27 |
+
"image_size": 32,
|
| 28 |
"ddpm": true
|
| 29 |
}
|