Instructions to use keras-sd/diffusion-model-tflite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use keras-sd/diffusion-model-tflite with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://keras-sd/diffusion-model-tflite") - Notebooks
- Google Colab
- Kaggle
Upload diffusion_model.tflite
Browse files- diffusion_model.tflite +2 -2
diffusion_model.tflite
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4854fd5d9751dfb394cfea6867ee821d5bd2d8280e9cae1c851776b28fec84ea
|
| 3 |
+
size 864326808
|