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

Changes to make this build and work on windows. #21

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
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
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- streamlit>=0.73.1
- einops==0.3.0
- torch-fidelity==0.3.0
- transformers==4.19.2
- transformers==4.25.1
- torchmetrics==0.6.0
- kornia==0.6
- -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
Expand Down
2 changes: 2 additions & 0 deletions scripts/download_checkpoints.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mkdir ..\checkpoints
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a carriage return at the end of line 2 to avoid the ⛔ from the GitHub editor.

Meatfucker marked this conversation as resolved.
Show resolved Hide resolved
curl "http://instruct-pix2pix.eecs.berkeley.edu/instruct-pix2pix-00-22000.ckpt" --output "..\checkpoints\instruct-pix2pix-00-22000.ckpt"