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

Dev update libraries #22

Merged
merged 37 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
a5b7c23
update ComfyUI commit
wl-zhao Sep 18, 2024
ff13d73
update
wl-zhao Sep 18, 2024
ccb15c3
add requirements.txt
wl-zhao Sep 18, 2024
6ce7977
remove useless package
wl-zhao Sep 19, 2024
8942146
re-organize packages
wl-zhao Sep 19, 2024
1e7eab3
fix folder path error
wl-zhao Sep 19, 2024
3044b2a
add x-flux-comfyui
wl-zhao Sep 19, 2024
e0ce98f
add openart top-30 comfyui nodes
wl-zhao Sep 19, 2024
e367146
update requirements.txt
wl-zhao Sep 19, 2024
eabf4a8
Merge branch 'main' of github.com-zwl:myshell-ai/ShellAgent into dev_…
wl-zhao Sep 19, 2024
70ecda8
update KJ version
wl-zhao Sep 19, 2024
04c0292
update environment
wl-zhao Sep 19, 2024
e394518
update environment
wl-zhao Sep 19, 2024
38496d8
rm pdb
wl-zhao Sep 19, 2024
9f561b3
update environment and fix bug
wl-zhao Sep 20, 2024
9aae1b4
support cpu
wl-zhao Sep 20, 2024
8e77aa2
support ComfyUI-Gemini and ComfyUI-Marigold
wl-zhao Sep 20, 2024
6763d44
fix merge conflict
wl-zhao Sep 20, 2024
2a4b65e
avoid conflict nodes, add QualityOfLifeSuit
wl-zhao Sep 20, 2024
060f8ae
avoid conflict nodes, add QualityOfLifeSuit
wl-zhao Sep 20, 2024
94ae1f5
fix insightface display bug
wl-zhao Sep 20, 2024
06b4218
rm useless files
wl-zhao Sep 20, 2024
5bee654
Merge branch 'main' of github.com-zwl:myshell-ai/ShellAgent into dev_…
wl-zhao Sep 20, 2024
9b3119b
chat bug fix
wl-zhao Sep 20, 2024
0b8afa0
Merge branch 'main' of github.com:myshell-ai/ShellAgent into dev_upda…
yuxumin Sep 20, 2024
802dac4
fix CrysTools bug
wl-zhao Sep 20, 2024
3656db7
update workflow for package release
yuxumin Sep 20, 2024
e9e1996
Merge branch 'dev_update_libraries' of github.com:myshell-ai/ShellAge…
yuxumin Sep 20, 2024
2db78b8
Rename stable-release.yml to stable-release.yaml
yuxumin Sep 20, 2024
fce8a92
rename the package workflow
yuxumin Sep 20, 2024
134914c
Merge branch 'dev_update_libraries' of github.com:myshell-ai/ShellAge…
yuxumin Sep 20, 2024
8512143
fix bug
yuxumin Sep 20, 2024
cd27de8
Merge branch 'main' into dev_update_libraries
yuxumin Sep 20, 2024
02ccc2d
workflow update
yuxumin Sep 20, 2024
3b2536e
Merge branch 'dev_update_libraries' of github.com:myshell-ai/ShellAge…
yuxumin Sep 20, 2024
0ea77b9
update requirements.txt
wl-zhao Sep 20, 2024
854bf57
Merge branch 'dev_update_libraries' of github.com-zwl:myshell-ai/Shel…
wl-zhao Sep 20, 2024
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
5 changes: 3 additions & 2 deletions .github/workflows/package-and-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:

steps:
- uses: actions/checkout@v4
ref: ${{ inputs.git_tag }}
with:
ref: ${{ inputs.git_tag }}

- uses: pnpm/action-setup@v2
with:
Expand Down Expand Up @@ -106,7 +107,7 @@ jobs:
./python.exe -s -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu${{ inputs.cu }}
./python.exe -s -m pip install --use-pep517 pygit2 Cython scikit_build_core enscons pytoml cmake==3.21
./python.exe -s -m pip install --use-pep517 -r ../ShellAgent/requirements.txt
./python.exe -s -m pip install onnx==1.16.1 flask PyExecJS docx2txt fuzzywuzzy git cloudpickle
./python.exe -s -m pip install onnx==1.16.1 flask PyExecJS docx2txt fuzzywuzzy cloudpickle
sed -i '1i../ShellAgent' ./python3${{ inputs.python_minor }}._pth

cd ..
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,7 @@ yacs
yapf
pilmoji==2.0.4
emoji==1.7.0
flask
PyExecJS
fuzzywuzzy
cloudpickle
Loading