Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
210be4fe
Unverified
Commit
210be4fe
authored
Sep 29, 2022
by
Suraj Patil
Committed by
GitHub
Sep 29, 2022
Browse files
[examples] update transfomers version (#665)
update transfomrers version in example
parent
f5b9bc8b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
examples/dreambooth/README.md
examples/dreambooth/README.md
+1
-1
examples/dreambooth/requirements.txt
examples/dreambooth/requirements.txt
+1
-1
examples/textual_inversion/README.md
examples/textual_inversion/README.md
+1
-1
examples/textual_inversion/requirements.txt
examples/textual_inversion/requirements.txt
+1
-1
No files found.
examples/dreambooth/README.md
View file @
210be4fe
...
...
@@ -11,7 +11,7 @@ Before running the scripts, make sure to install the library's training dependen
```
bash
pip
install
git+https://github.com/huggingface/diffusers.git
pip
install
-r
requirements.txt
pip
install
-U
-r
requirements.txt
```
And initialize an
[
🤗Accelerate
](
https://github.com/huggingface/accelerate/
)
environment with:
...
...
examples/dreambooth/requirements.txt
View file @
210be4fe
accelerate
torchvision
transformers
transformers
>=4.21.0
ftfy
tensorboard
modelcards
\ No newline at end of file
examples/textual_inversion/README.md
View file @
210be4fe
...
...
@@ -17,7 +17,7 @@ Colab for inference
Before running the scripts, make sure to install the library's training dependencies:
```
bash
pip
install
diffusers[training] accelerate transformers
pip
install
diffusers
"
[training]
"
accelerate
"
transformers
>=4.21.0"
```
And initialize an
[
🤗Accelerate
](
https://github.com/huggingface/accelerate/
)
environment with:
...
...
examples/textual_inversion/requirements.txt
View file @
210be4fe
accelerate
torchvision
transformers
transformers
>=4.21.0
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