Instructions to use fusing/cifar10-ncsnpp-ve with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fusing/cifar10-ncsnpp-ve with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fusing/cifar10-ncsnpp-ve", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update model_index.json
#1
by 12mb12 - opened
- model_index.json +1 -1
model_index.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "ScoreSdeVePipeline",
|
| 3 |
"_diffusers_version": "0.0.4",
|
| 4 |
-
"
|
| 5 |
"diffusers",
|
| 6 |
"NCSNpp"
|
| 7 |
],
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "ScoreSdeVePipeline",
|
| 3 |
"_diffusers_version": "0.0.4",
|
| 4 |
+
"unet": [
|
| 5 |
"diffusers",
|
| 6 |
"NCSNpp"
|
| 7 |
],
|