Skip to content

Commit

Permalink
Merge pull request #2040 from bmaltais/dev
Browse files Browse the repository at this point in the history
v23.0.0
  • Loading branch information
bmaltais committed Mar 9, 2024
2 parents 5d77bf4 + a93685a commit 64c94a7
Show file tree
Hide file tree
Showing 167 changed files with 7,652 additions and 58,524 deletions.
15 changes: 15 additions & 0 deletions .augmentignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.env
.cache
.vscode
__pycache__
bitsandbytes_windows
cudnn_windows
data
dataset
docs
examples
outputs
SmilingWolf
test
v2_inference
venv
2 changes: 1 addition & 1 deletion .github/workflows/typos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: actions/checkout@v4

- name: typos-action
uses: crate-ci/typos@v1.17.2
uses: crate-ci/typos@v1.18.2
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Python
venv
venv2
__pycache__
*.egg-info
build
Expand Down Expand Up @@ -44,4 +45,6 @@ requirements_tmp_for_setup.txt
0.13.3

*.npz
presets/*/user_presets/*
presets/*/user_presets/*
inputs
outputs
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "sd-scripts"]
path = sd-scripts
url = https://github.com/kohya-ss/sd-scripts.git
2 changes: 1 addition & 1 deletion .release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.6.2
v23.0.0
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"python.linting.enabled": true,
"python.formatting.provider": "yapf",
"DockerRun.DisableDockerrc": true
"DockerRun.DisableDockerrc": true,
"augment.enableAutomaticCompletions": false
}
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN --mount=type=cache,id=pip-$TARGETARCH$TARGETVARIANT,sharing=locked,target=/r
torch==2.1.2 torchvision==0.16.2 \
xformers==0.0.23.post1 \
# Why [and-cuda]: https://github.com/tensorflow/tensorflow/issues/61468#issuecomment-1759462485
tensorflow[and-cuda]==2.14.0 \
tensorflow[and-cuda]==2.15.0.post1 \
ninja \
pip setuptools wheel

Expand All @@ -39,6 +39,7 @@ RUN --mount=type=cache,id=pip-$TARGETARCH$TARGETVARIANT,sharing=locked,target=/r
--mount=source=requirements_linux_docker.txt,target=requirements_linux_docker.txt \
--mount=source=requirements.txt,target=requirements.txt \
--mount=source=setup/docker_setup.py,target=setup.py \
--mount=source=sd-scripts,target=sd-scripts,rw \
pip install -r requirements_linux_docker.txt -r requirements.txt

# Replace pillow with pillow-simd (Only for x86)
Expand Down
154 changes: 0 additions & 154 deletions README-ja.md

This file was deleted.

Loading

0 comments on commit 64c94a7

Please sign in to comment.