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 ·
7a74fd1
1
Parent(s): dc14b11
Update sampler_config.json
Browse files- sampler_config.json +1 -1
sampler_config.json
CHANGED
|
@@ -5,5 +5,5 @@
|
|
| 5 |
"image_size": 128,
|
| 6 |
"loss_type": "l1",
|
| 7 |
"objective": "pred_noise",
|
| 8 |
-
"timesteps":
|
| 9 |
}
|
|
|
|
| 5 |
"image_size": 128,
|
| 6 |
"loss_type": "l1",
|
| 7 |
"objective": "pred_noise",
|
| 8 |
+
"timesteps": 10
|
| 9 |
}
|