Skip to content

Commit c2d29a2

Browse files
committed
Update model id for stable diffusion in jumpstart
1 parent 95f5fa6 commit c2d29a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction_to_amazon_algorithms/jumpstart_text_to_image/Amazon_JumpStart_Text_To_Image.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"# display the model-ids in a dropdown to select a model for inference.\n",
138138
"model_dropdown = Dropdown(\n",
139139
" options=txt2img_models,\n",
140-
" value=\"huggingface-txt2img-stable-diffusion-v1-4\",\n",
140+
" value=\"stabilityai-txt2img-stable-diffusion-v1-4\",\n",
141141
" description=\"Select a model\",\n",
142142
" style={\"description_width\": \"initial\"},\n",
143143
" layout={\"width\": \"max-content\"},\n",

0 commit comments

Comments
 (0)