Skip to content

Commit

Permalink
jsonmerge==1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eimisg committed Dec 5, 2024
1 parent b9f147a commit 1aaa640
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build:
- "libglib2.0-0"
python_version: "3.10.4"
python_packages:
- "jsonmerge==1.9.2"
- "torch==2.0.1"
- "torchvision==0.15.2"
- "xformers==0.0.22"
Expand All @@ -21,6 +22,5 @@ build:
- git config --global --add safe.directory /src/extensions/sd-webui-controlnet
- git config --global --add safe.directory /src/extensions/multidiffusion-upscaler-for-automatic1111
- git clone https://github.com/philz1337x/stable-diffusion-webui-cog-init /stable-diffusion-webui
- pip install --upgrade setuptools
- python /stable-diffusion-webui/init_env.py --skip-torch-cuda-test
predict: "predict.py:Predictor"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fastapi>=0.90.1
gfpgan
gradio==3.41.2
inflection
jsonmerge
jsonmerge==1.9.2
kornia
lark
numpy
Expand Down
2 changes: 1 addition & 1 deletion requirements_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gfpgan==1.3.8
gradio==3.41.2
httpcore==0.15
inflection==0.5.1
jsonmerge
jsonmerge==1.9.2
kornia==0.6.7
lark==1.1.2
numpy==1.23.5
Expand Down

0 comments on commit 1aaa640

Please sign in to comment.