Skip to content

Commit c43c6d9

Browse files
committed
feat: Add explicit model selection in notebook
1 parent 4e48732 commit c43c6d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nbs/demo_colab.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@
6262
"\n",
6363
"\n",
6464
"stability_api = client.StabilityInference(\n",
65-
" key=os.environ['STABILITY_KEY'], \n",
65+
" key=os.environ['STABILITY_KEY'],\n",
66+
" # Optional: Specify a specific model/checkpoint. Will use the default model as defined in the Python SDK release currently used if not specified. \n",
67+
" engine=\"stable-diffusion-v1-5\",\n",
6668
" verbose=True,\n",
6769
")"
6870
]

0 commit comments

Comments
 (0)