Skip to content

Commit 356f04d

Browse files
committed
Fix URLs
1 parent c33831c commit 356f04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diffusers/stable_diffusion_textual_inversion_library_navigator.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"source": [
2424
"# Stable Diffusion Textual Inversion - Concept Library navigation and usage\n",
2525
"\n",
26-
"Navigate through the [public library of concepts](#) and use Stable Diffusion with custom concepts. 🤗 Hugging Face [🧨 Diffusers library](https://github.com/huggingface/diffusers). \n",
26+
"Navigate through the [public library of concepts](https://huggingface.co/sd-concepts-library) and use Stable Diffusion with custom concepts. 🤗 Hugging Face [🧨 Diffusers library](https://github.com/huggingface/diffusers). \n",
2727
"\n",
2828
"![Textual Inversion example](https://textual-inversion.github.io/static/images/editing/colorful_teapot.JPG)\n",
2929
"_By using just 3-5 images new concepts can be taught to Stable Diffusion and the model personalized on your own images_ \n",
@@ -185,7 +185,7 @@
185185
},
186186
"outputs": [],
187187
"source": [
188-
"#@title Run the app\n",
188+
"#@title Run the app to navigate around [the Library](https://huggingface.co/sd-concepts-library)\n",
189189
"#@markdown Click the `Running on public URL:` result to run the Gradio app\n",
190190
"\n",
191191
"SELECT_LABEL = \"Select concept\"\n",

0 commit comments

Comments
 (0)