Skip to content

Commit

Permalink
cleanup files
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 10, 2024
1 parent b7edcf9 commit 51f812e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.vscode/settings.json
cloud_test_key.json
application.log
.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ This is meant to be run in the ComfyUI repository.

### Test running the workflow

### Make sure to verify using action_yaml_checker.py
### Make sure to verify using action_yaml_checker.py
2 changes: 1 addition & 1 deletion action_yaml_checker.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This python script helps check if action yaml files have step names and the
windows actions are ligning up with the unix actions.
windows actions are lining up with the unix actions.
e.g. > python action_yaml_checker.py action.yml
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tabulate
pyyaml
pyyaml
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests
comfy-cli
google-cloud-storage
charset-normalizer
charset-normalizer
2 changes: 1 addition & 1 deletion setup-server.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python download-models.py raw '{"v1-5-pruned-emaonly.ckpt": {"url": "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors?download=true", "directory": "checkpoints"}}' "${{ github.workspace }}/models/
python download-models.py raw '{"v1-5-pruned-emaonly.ckpt": {"url": "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors?download=true", "directory": "checkpoints"}}' "${{ github.workspace }}/models/

0 comments on commit 51f812e

Please sign in to comment.