Skip to content

Commit

Permalink
add: colab badges
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 committed Dec 6, 2023
1 parent 7ef71ad commit 6ac9428
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colabs/diffusers/lcm-diffusers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"source": [
"# Image Generation with Consistency Models using 🤗 Diffusers\n",
"\n",
"[![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/wandb/examples/blob/master/colabs/diffusers/lcm-diffusers.ipynb)\n",
"\n",
"This notebook demonstrates the following:\n",
"- Performing text-conditional image-generations with the [Consistency Models](https://huggingface.co/docs/diffusers/api/pipelines/consistency_models) using [🤗 Diffusers](https://huggingface.co/docs/diffusers).\n",
"- Manage image generation experiments using [Weights & Biases](http://wandb.ai/site).\n",
Expand Down
2 changes: 2 additions & 0 deletions colabs/diffusers/pixart-alpha-diffusers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"source": [
"# Image Generation with Pixart-α using 🤗 Diffusers\n",
"\n",
"[![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/wandb/examples/blob/master/colabs/diffusers/pixart-alpha-diffusers.ipynb)\n",
"\n",
"This notebook demonstrates the following:\n",
"- Performing text-conditional image-generations with the [Pixart-α model](https://huggingface.co/docs/diffusers/v0.23.1/en/api/pipelines/pixart) using [🤗 Diffusers](https://huggingface.co/docs/diffusers).\n",
"- Manage image generation experiments using [Weights & Biases](http://wandb.ai/site).\n",
Expand Down

0 comments on commit 6ac9428

Please sign in to comment.