From 6ac94282fdf4b04018aabe8dc5dd87f627800e73 Mon Sep 17 00:00:00 2001 From: Soumik Rakshit <19soumik.rakshit96@gmail.com> Date: Wed, 6 Dec 2023 12:19:42 +0000 Subject: [PATCH] add: colab badges --- colabs/diffusers/lcm-diffusers.ipynb | 2 ++ colabs/diffusers/pixart-alpha-diffusers.ipynb | 2 ++ 2 files changed, 4 insertions(+) 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",