Instructions to use fusing/ffhq_ncsnpp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fusing/ffhq_ncsnpp with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fusing/ffhq_ncsnpp", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
fc7feab
1
Parent(s): 7613faf
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -72,5 +72,5 @@
|
|
| 72 |
"UNetResSkipUpBlock2D"
|
| 73 |
],
|
| 74 |
"center_input_sample": true,
|
| 75 |
-
"num_head_channels":
|
| 76 |
}
|
|
|
|
| 72 |
"UNetResSkipUpBlock2D"
|
| 73 |
],
|
| 74 |
"center_input_sample": true,
|
| 75 |
+
"num_head_channels": null
|
| 76 |
}
|