Skip to content

Commit a38e8e2

Browse files
authored
add stable diffusion to API docs (keras-team#1093)
1 parent c3906fc commit a38e8e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/cv_api_master.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,13 @@
197197
"title": "Models",
198198
"toc": True,
199199
"children": [
200+
{
201+
"path": "stablediffusion",
202+
"title": "The StableDiffusion model",
203+
"generate": [
204+
"keras_cv.models.StableDiffusion",
205+
],
206+
},
200207
{
201208
"path": "retinanet",
202209
"title": "The RetinaNet model",

0 commit comments

Comments
 (0)