diff --git a/colabs/diffusers/lcm-diffusers.ipynb b/colabs/diffusers/lcm-diffusers.ipynb index bbf39c81..582efb82 100644 --- a/colabs/diffusers/lcm-diffusers.ipynb +++ b/colabs/diffusers/lcm-diffusers.ipynb @@ -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", diff --git a/colabs/diffusers/pixart-alpha-diffusers.ipynb b/colabs/diffusers/pixart-alpha-diffusers.ipynb index 83836893..5d79c222 100644 --- a/colabs/diffusers/pixart-alpha-diffusers.ipynb +++ b/colabs/diffusers/pixart-alpha-diffusers.ipynb @@ -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",