From 153dee25816259831ac851b82c610c811ab098ff Mon Sep 17 00:00:00 2001 From: Thomas Capelle Date: Fri, 26 Jul 2024 14:37:15 +0200 Subject: [PATCH] remove double open in Colab --- colabs/diffusers/pixart-alpha-diffusers.ipynb | 2 -- colabs/diffusers/sdxl-diffusers.ipynb | 2 -- 2 files changed, 4 deletions(-) diff --git a/colabs/diffusers/pixart-alpha-diffusers.ipynb b/colabs/diffusers/pixart-alpha-diffusers.ipynb index be300a00..d7969dc9 100644 --- a/colabs/diffusers/pixart-alpha-diffusers.ipynb +++ b/colabs/diffusers/pixart-alpha-diffusers.ipynb @@ -13,8 +13,6 @@ "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", diff --git a/colabs/diffusers/sdxl-diffusers.ipynb b/colabs/diffusers/sdxl-diffusers.ipynb index 7a2eb5e8..b664cf58 100644 --- a/colabs/diffusers/sdxl-diffusers.ipynb +++ b/colabs/diffusers/sdxl-diffusers.ipynb @@ -16,8 +16,6 @@ "\n", "\n", "\n", - "[![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/wandb/examples/blob/master/colabs/diffusers/sdxl-diffusers.ipynb)\n", - "\n", "This notebook demonstrates the following:\n", "- Performing text-conditional image-generations with the [Stable Diffusion XL](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion/stable_diffusion_xl) using [🤗 Diffusers](https://huggingface.co/docs/diffusers).\n", "- Manage image generation experiments using [Weights & Biases](http://wandb.ai/site).\n",