Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
49a4b377
Unverified
Commit
49a4b377
authored
Jan 16, 2024
by
Sayak Paul
Committed by
GitHub
Jan 16, 2024
Browse files
remove omegaconf from the residues
👋
(#6600)
remove omegaconf
👋
parent
dff35a86
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
7 deletions
+4
-7
docker/diffusers-pytorch-compile-cuda/Dockerfile
docker/diffusers-pytorch-compile-cuda/Dockerfile
+2
-3
docker/diffusers-pytorch-cuda/Dockerfile
docker/diffusers-pytorch-cuda/Dockerfile
+0
-1
docker/diffusers-pytorch-xformers-cuda/Dockerfile
docker/diffusers-pytorch-xformers-cuda/Dockerfile
+0
-1
docs/source/en/using-diffusers/sdxl.md
docs/source/en/using-diffusers/sdxl.md
+1
-1
docs/source/en/using-diffusers/sdxl_turbo.md
docs/source/en/using-diffusers/sdxl_turbo.md
+1
-1
No files found.
docker/diffusers-pytorch-compile-cuda/Dockerfile
View file @
49a4b377
...
@@ -40,7 +40,6 @@ RUN python3.9 -m pip install --no-cache-dir --upgrade pip && \
...
@@ -40,7 +40,6 @@ RUN python3.9 -m pip install --no-cache-dir --upgrade pip && \
numpy
\
numpy
\
scipy
\
scipy
\
tensorboard
\
tensorboard
\
transformers
\
transformers
omegaconf
CMD
["/bin/bash"]
CMD
["/bin/bash"]
docker/diffusers-pytorch-cuda/Dockerfile
View file @
49a4b377
...
@@ -40,7 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
...
@@ -40,7 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
scipy
\
scipy
\
tensorboard
\
tensorboard
\
transformers
\
transformers
\
omegaconf
\
pytorch-lightning
pytorch-lightning
CMD
["/bin/bash"]
CMD
["/bin/bash"]
docker/diffusers-pytorch-xformers-cuda/Dockerfile
View file @
49a4b377
...
@@ -40,7 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
...
@@ -40,7 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
scipy
\
scipy
\
tensorboard
\
tensorboard
\
transformers
\
transformers
\
omegaconf
\
xformers
xformers
CMD
["/bin/bash"]
CMD
["/bin/bash"]
docs/source/en/using-diffusers/sdxl.md
View file @
49a4b377
...
@@ -26,7 +26,7 @@ Before you begin, make sure you have the following libraries installed:
...
@@ -26,7 +26,7 @@ Before you begin, make sure you have the following libraries installed:
```
py
```
py
# uncomment to install the necessary libraries in Colab
# 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
```
```
<Tip
warning=
{true}
>
<Tip
warning=
{true}
>
...
...
docs/source/en/using-diffusers/sdxl_turbo.md
View file @
49a4b377
...
@@ -23,7 +23,7 @@ Before you begin, make sure you have the following libraries installed:
...
@@ -23,7 +23,7 @@ Before you begin, make sure you have the following libraries installed:
```
py
```
py
# uncomment to install the necessary libraries in Colab
# uncomment to install the necessary libraries in Colab
#!pip install -q diffusers transformers accelerate
omegaconf
#!pip install -q diffusers transformers accelerate
```
```
## Load model checkpoints
## Load model checkpoints
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment