Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion nbs/demo_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@
"\n",
"\n",
"stability_api = client.StabilityInference(\n",
" key=os.environ['STABILITY_KEY'], \n",
" key=os.environ['STABILITY_KEY'],\n",
" # Optional: Specify a specific model/checkpoint. Will use the default model as defined in the Python SDK release currently used if not specified. \n",
" engine=\"stable-diffusion-v1-5\",\n",
" verbose=True,\n",
")"
]
Expand Down