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 ·
4a34c93
1
Parent(s): b1a00da
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -29,6 +29,6 @@
|
|
| 29 |
"out_channels": 3,
|
| 30 |
"resamp_with_conv": true,
|
| 31 |
"resolution": 256,
|
| 32 |
-
"image_size":
|
| 33 |
"ddpm": true
|
| 34 |
}
|
|
|
|
| 29 |
"out_channels": 3,
|
| 30 |
"resamp_with_conv": true,
|
| 31 |
"resolution": 256,
|
| 32 |
+
"image_size": 256,
|
| 33 |
"ddpm": true
|
| 34 |
}
|