Instructions to use fusing/ddpm-cifar10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fusing/ddpm-cifar10 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fusing/ddpm-cifar10", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
1606cbb
1
Parent(s): 5ab13ce
Update model_index.json
Browse files- model_index.json +1 -1
model_index.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_class_name": "
|
| 3 |
"_module": "modeling_ddpm.py",
|
| 4 |
"noise_scheduler": [
|
| 5 |
"diffusers",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_class_name": "DDPMPipeline",
|
| 3 |
"_module": "modeling_ddpm.py",
|
| 4 |
"noise_scheduler": [
|
| 5 |
"diffusers",
|