Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update mcloud yamls + requirements for sd and sd-dreambooth #446

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ omegaconf==2.3.0
# -------- diffusion -------- #
diffusers[torch]==0.11.1
transformers[torch]==4.25.1
datasets>=2.14.6
A-Jacobson marked this conversation as resolved.
Show resolved Hide resolved
pydantic==1.10.10
scipy==1.11.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ compute:
integrations:
- integration_type: git_repo
git_repo: mosaicml/examples
A-Jacobson marked this conversation as resolved.
Show resolved Hide resolved
git_branch: v0.0.4
pip_install: .[stable-diffusion]
ssh_clone: false
command: |
cd examples/examples/stable_diffusion
pip install -r requirements.txt
composer main.py /mnt/config/parameters.yaml

parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ omegaconf
# -------- diffusion -------- #
diffusers[torch]==0.11.1
transformers[torch]==4.25.1
datasets>=2.14.6

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ omegaconf
# -------- diffusion -------- #
diffusers[torch]==0.11.1
transformers[torch]==4.25.1
datasets>=2.14.6

# -------- xformers -------- #
xformers
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ compute:
integrations:
- integration_type: git_repo
git_repo: mosaicml/examples
pip_install: .[stable-diffusion-dreambooth]
ssh_clone: false

command: |
cd examples/examples/stable_diffusion_dreambooth
pip install -r requirements.txt
composer main.py /mnt/config/parameters.yaml
parameters:
# Name of the training run used for checkpointing and other logging
Expand Down
Loading