From 874b51e8d753723b95fc6dbd92d959ab9e56355e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?apolin=C3=A1rio?= Date: Fri, 28 Apr 2023 12:13:25 +0200 Subject: [PATCH] Swap Jupyter badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b91227d..afd9f8f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ We introduce DeepFloyd IF, a novel state-of-the-art open-source text-to-image mo [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/deepfloyd_if_free_tier_google_colab.ipynb) [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/DeepFloyd/IF) -[![Jupyter Notebook](https://img.shields.io/badge/jupyter_notebook-%23FF7A01.svg?style=for-the-badge&logo=jupyter&logoColor=white)](https://huggingface.co/DeepFloyd/IF-I-XL-v1.0/blob/main/notebooks/pipes-DeepFloyd-IF-v1.0.ipynb) ```shell pip install deepfloyd_if==1.0.1rc pip install xformers==0.0.16 @@ -34,9 +33,12 @@ pip install git+https://github.com/openai/CLIP.git --no-deps ``` ## Local notebook and UI demo +[![Jupyter Notebook](https://img.shields.io/badge/jupyter_notebook-%23FF7A01.svg?logo=jupyter&logoColor=white)](https://huggingface.co/DeepFloyd/IF-I-XL-v1.0/blob/main/notebooks/pipes-DeepFloyd-IF-v1.0.ipynb) The Dream, Style Transfer, Super Resolution or Inpainting modes are avaliable in a Jupyter Notebook [here](https://huggingface.co/DeepFloyd/IF-I-XL-v1.0/blob/main/notebooks/pipes-DeepFloyd-IF-v1.0.ipynb). + + ## Integration with 🤗 Diffusers IF is also integrated with the 🤗 Hugging Face [Diffusers library](https://github.com/huggingface/diffusers/).