Merge branch 'united' of https://github.com/henk717/KoboldAI into UI2

This commit is contained in:
GuiAworld
2023-01-06 22:01:32 -03:00
5 changed files with 6 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ dependencies:
- lupa==1.10 - lupa==1.10
- transformers==4.24.0 - transformers==4.24.0
- huggingface_hub>=0.10.1 - huggingface_hub>=0.10.1
- safetensors
- accelerate - accelerate
- git+https://github.com/VE-FORBRYDERNE/mkultra - git+https://github.com/VE-FORBRYDERNE/mkultra
- flask-session - flask-session

View File

@@ -30,6 +30,7 @@ dependencies:
- lupa==1.10 - lupa==1.10
- transformers==4.24.0 - transformers==4.24.0
- huggingface_hub>=0.10.1 - huggingface_hub>=0.10.1
- safetensors
- accelerate - accelerate
- git+https://github.com/VE-FORBRYDERNE/mkultra - git+https://github.com/VE-FORBRYDERNE/mkultra
- ansi2html - ansi2html

View File

@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
git submodule update --init --recursive
if [[ $1 = "cuda" ]]; then if [[ $1 = "cuda" ]]; then
wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
bin/micromamba create -f environments/huggingface.yml -r runtime -n koboldai -y bin/micromamba create -f environments/huggingface.yml -r runtime -n koboldai -y

View File

@@ -27,4 +27,5 @@ flask_compress
ijson ijson
bitsandbytes bitsandbytes
ftfy ftfy
pydub pydub
safetensors

View File

@@ -20,6 +20,7 @@ bleach==4.1.0
flask-session flask-session
marshmallow>=3.13 marshmallow>=3.13
apispec-webframeworks apispec-webframeworks
safetensors
loguru loguru
Pillow Pillow
diffusers diffusers