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 ·
3cb8f73
1
Parent(s): 4d4322d
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,10 +43,10 @@ The model is trained to denoise noisy images, and can generate images by iterati
|
|
| 43 |
| learning rate | 1e-3 |
|
| 44 |
| weight decay | 1e-4 |
|
| 45 |
|
| 46 |
-
## Model
|
| 47 |
|
| 48 |
<details>
|
| 49 |
-
<summary>View
|
| 50 |
|
| 51 |

|
| 52 |
|
|
|
|
| 43 |
| learning rate | 1e-3 |
|
| 44 |
| weight decay | 1e-4 |
|
| 45 |
|
| 46 |
+
## Model plot
|
| 47 |
|
| 48 |
<details>
|
| 49 |
+
<summary>View model plot</summary>
|
| 50 |
|
| 51 |

|
| 52 |
|