Skip to content

Commit

Permalink
feat: Add explicit model selection in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
salanki committed Sep 6, 2022
1 parent 4e48732 commit c43c6d9
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit c43c6d9

Please sign in to comment.