Instructions to use fusing/ddpm-lsun-bedroom-ema with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fusing/ddpm-lsun-bedroom-ema with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fusing/ddpm-lsun-bedroom-ema", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
571a70a
1
Parent(s): 3526902
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
16
|
| 5 |
],
|
| 6 |
"down_blocks": ["UNetResDownBlock2D", "UNetResDownBlock2D", "UNetResDownBlock2D", "UNetResDownBlock2D", "UNetResAttnDownBlock2D", "UNetResDownBlock2D"],
|
| 7 |
-
"up_blocks": ["UNetResUpBlock2D", "
|
| 8 |
"conv_resample": true,
|
| 9 |
"downsample_padding": 0,
|
| 10 |
"num_head_channels": null,
|
|
|
|
| 4 |
16
|
| 5 |
],
|
| 6 |
"down_blocks": ["UNetResDownBlock2D", "UNetResDownBlock2D", "UNetResDownBlock2D", "UNetResDownBlock2D", "UNetResAttnDownBlock2D", "UNetResDownBlock2D"],
|
| 7 |
+
"up_blocks": ["UNetResUpBlock2D", "UNetResAttnUpBlock2D", "UNetResUpBlock2D", "UNetResUpBlock2D", "UNetResUpBlock2D", "UNetResUpBlock2D"],
|
| 8 |
"conv_resample": true,
|
| 9 |
"downsample_padding": 0,
|
| 10 |
"num_head_channels": null,
|