From 40f0cb9600ec317cb0f206a7598e4f6358316e1e Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Tue, 16 Jan 2024 21:27:24 +0530 Subject: [PATCH] =?UTF-8?q?remove=20omegaconf=20=F0=9F=91=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/diffusers-pytorch-compile-cuda/Dockerfile | 5 ++--- docker/diffusers-pytorch-cuda/Dockerfile | 1 - docker/diffusers-pytorch-xformers-cuda/Dockerfile | 1 - docs/source/en/using-diffusers/sdxl.md | 2 +- docs/source/en/using-diffusers/sdxl_turbo.md | 2 +- 5 files changed, 4 insertions(+), 7 deletions(-) diff --git a/docker/diffusers-pytorch-compile-cuda/Dockerfile b/docker/diffusers-pytorch-compile-cuda/Dockerfile index da9f372bd664..e1e63758a4da 100644 --- a/docker/diffusers-pytorch-compile-cuda/Dockerfile +++ b/docker/diffusers-pytorch-compile-cuda/Dockerfile @@ -40,7 +40,6 @@ RUN python3.9 -m pip install --no-cache-dir --upgrade pip && \ numpy \ scipy \ tensorboard \ - transformers \ - omegaconf - + transformers + CMD ["/bin/bash"] diff --git a/docker/diffusers-pytorch-cuda/Dockerfile b/docker/diffusers-pytorch-cuda/Dockerfile index 877bc6840e6b..7fc3d8ced992 100644 --- a/docker/diffusers-pytorch-cuda/Dockerfile +++ b/docker/diffusers-pytorch-cuda/Dockerfile @@ -40,7 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \ scipy \ tensorboard \ transformers \ - omegaconf \ pytorch-lightning CMD ["/bin/bash"] diff --git a/docker/diffusers-pytorch-xformers-cuda/Dockerfile b/docker/diffusers-pytorch-xformers-cuda/Dockerfile index 003f8e1165a1..8f2619c62394 100644 --- a/docker/diffusers-pytorch-xformers-cuda/Dockerfile +++ b/docker/diffusers-pytorch-xformers-cuda/Dockerfile @@ -40,7 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \ scipy \ tensorboard \ transformers \ - omegaconf \ xformers CMD ["/bin/bash"] diff --git a/docs/source/en/using-diffusers/sdxl.md b/docs/source/en/using-diffusers/sdxl.md index 25b581fc6f6f..906eb0dbbe65 100644 --- a/docs/source/en/using-diffusers/sdxl.md +++ b/docs/source/en/using-diffusers/sdxl.md @@ -26,7 +26,7 @@ Before you begin, make sure you have the following libraries installed: ```py # uncomment to install the necessary libraries in Colab -#!pip install -q diffusers transformers accelerate omegaconf invisible-watermark>=0.2.0 +#!pip install -q diffusers transformers accelerate invisible-watermark>=0.2.0 ``` diff --git a/docs/source/en/using-diffusers/sdxl_turbo.md b/docs/source/en/using-diffusers/sdxl_turbo.md index 99e1c7000e3f..ceca5729b1d4 100644 --- a/docs/source/en/using-diffusers/sdxl_turbo.md +++ b/docs/source/en/using-diffusers/sdxl_turbo.md @@ -23,7 +23,7 @@ Before you begin, make sure you have the following libraries installed: ```py # uncomment to install the necessary libraries in Colab -#!pip install -q diffusers transformers accelerate omegaconf +#!pip install -q diffusers transformers accelerate ``` ## Load model checkpoints