Skip to content

Commit 314de2a

Browse files
committed
Merge branch 'master' of github.com:keras-team/keras-io
2 parents 5a3ec83 + b3311d0 commit 314de2a

11 files changed

+42
-24
lines changed
1.36 MB
Loading
966 KB
Loading
1.15 MB
Loading
1.28 MB
Loading
1.03 MB
Loading
1.09 MB
Loading
1.07 MB
Loading
1000 KB
Loading

guides/ipynb/keras_cv/generate_images_with_stable_diffusion.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@
4040
"To get started, let's install a few dependencies and sort out some imports:"
4141
]
4242
},
43+
{
44+
"cell_type": "markdown",
45+
"metadata": {
46+
"colab_type": "code"
47+
},
48+
"source": [
49+
"!pip install --upgrade keras-cv"
50+
]
51+
},
4352
{
4453
"cell_type": "code",
4554
"execution_count": 0,
@@ -637,4 +646,4 @@
637646
},
638647
"nbformat": 4,
639648
"nbformat_minor": 0
640-
}
649+
}

guides/keras_cv/generate_images_with_stable_diffusion.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
2727
To get started, let's install a few dependencies and sort out some imports:
2828
"""
29+
30+
"""shell
31+
pip install --upgrade keras-cv
32+
"""
33+
2934
import time
3035
import keras_cv
3136
from tensorflow import keras

0 commit comments

Comments
 (0)