Instructions to use keras-io/denoising-diffusion-implicit-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use keras-io/denoising-diffusion-implicit-models with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("keras-io/denoising-diffusion-implicit-models") - Notebooks
- Google Colab
- Kaggle
Commit ·
5efce4d
1
Parent(s): 129be05
Add tag for discoverability (#1)
Browse files- Add tag for discoverability (441f72b9a38661f7419136778f43b167b8cbce3e)
Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -6,6 +6,7 @@ tags:
|
|
| 6 |
- diffusion
|
| 7 |
- ddim
|
| 8 |
- ddpm
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
This model was created for the [Keras code example](https://keras.io/examples/generative/ddim/) on [denoising diffusion implicit models (DDIM)](https://arxiv.org/abs/2010.02502).
|
|
|
|
| 6 |
- diffusion
|
| 7 |
- ddim
|
| 8 |
- ddpm
|
| 9 |
+
- unconditional-image-generation
|
| 10 |
---
|
| 11 |
|
| 12 |
This model was created for the [Keras code example](https://keras.io/examples/generative/ddim/) on [denoising diffusion implicit models (DDIM)](https://arxiv.org/abs/2010.02502).
|