Skip to content

Commit

Permalink
update notebook defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
brianfitzgerald committed Aug 10, 2023
1 parent 5b01ef3 commit 4855603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nbs/finetune.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
")\n",
"\n",
"# @markdown To get your API key visit https://dreamstudio.ai/account\n",
"STABILITY_HOST = \"grpc-staging.stability.ai:443\" #@param {type:\"string\"}\n",
"STABILITY_HOST = \"grpc.stability.ai:443\" #@param [\"grpc.stability.ai:443\", \"grpc-staging.stability.ai:443\"] {type:\"string\"}\n",
"STABILITY_KEY = getpass.getpass('Enter your API Key')\n",
"\n",
"engine_id = \"stable-diffusion-xl-1024-v0-9\" #@param [\"stable-diffusion-xl-1024-v0-9\", \"stable-diffusion-xl-1024-v1-0\"] {type:\"string\"}\n",
"engine_id = \"stable-diffusion-xl-1024-v1-0\" #@param [\"stable-diffusion-xl-1024-v0-9\", \"stable-diffusion-xl-1024-v1-0\"] {type:\"string\"}\n",
"\n",
"# Create API context to query user info and generate images\n",
"context = Context(STABILITY_HOST, STABILITY_KEY, generate_engine_id=engine_id)\n",
Expand Down Expand Up @@ -277,7 +277,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.11.2"
},
"orig_nbformat": 4
},
Expand Down

0 comments on commit 4855603

Please sign in to comment.