Skip to content

Commit 49a4b37

Browse files
authored
remove omegaconf from the residues 👋 (#6600)
remove omegaconf 👋
1 parent dff35a8 commit 49a4b37

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

docker/diffusers-pytorch-compile-cuda/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ RUN python3.9 -m pip install --no-cache-dir --upgrade pip && \
4040
numpy \
4141
scipy \
4242
tensorboard \
43-
transformers \
44-
omegaconf
45-
43+
transformers
44+
4645
CMD ["/bin/bash"]

docker/diffusers-pytorch-cuda/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
4040
scipy \
4141
tensorboard \
4242
transformers \
43-
omegaconf \
4443
pytorch-lightning
4544

4645
CMD ["/bin/bash"]

docker/diffusers-pytorch-xformers-cuda/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
4040
scipy \
4141
tensorboard \
4242
transformers \
43-
omegaconf \
4443
xformers
4544

4645
CMD ["/bin/bash"]

docs/source/en/using-diffusers/sdxl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before you begin, make sure you have the following libraries installed:
2626

2727
```py
2828
# uncomment to install the necessary libraries in Colab
29-
#!pip install -q diffusers transformers accelerate omegaconf invisible-watermark>=0.2.0
29+
#!pip install -q diffusers transformers accelerate invisible-watermark>=0.2.0
3030
```
3131

3232
<Tip warning={true}>

docs/source/en/using-diffusers/sdxl_turbo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Before you begin, make sure you have the following libraries installed:
2323

2424
```py
2525
# uncomment to install the necessary libraries in Colab
26-
#!pip install -q diffusers transformers accelerate omegaconf
26+
#!pip install -q diffusers transformers accelerate
2727
```
2828

2929
## Load model checkpoints

0 commit comments

Comments
 (0)