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 pure #2039

Merged
merged 55 commits into from
Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
e956ba6
Remove library folder, update setup_windows
bmaltais Mar 2, 2024
5c930f1
Cleanup sd-scripts files
bmaltais Mar 2, 2024
d7737c8
set sd-scripts release via file
bmaltais Mar 2, 2024
236be70
More cleanup
bmaltais Mar 2, 2024
b29f00c
Point to sd-scripts python files
bmaltais Mar 2, 2024
e7ffb0f
Fix blip captioning working directory
bmaltais Mar 2, 2024
5e9ba9a
Fix typo
bmaltais Mar 2, 2024
656aaa8
Fix issue with verify lora
bmaltais Mar 2, 2024
c474e16
Improve git cloning of sd-scripts repo
bmaltais Mar 2, 2024
143de5b
Integrate cloning in linux setup script
bmaltais Mar 2, 2024
0b0df49
Remove unnecessary folder
bmaltais Mar 2, 2024
c81313a
Update linux setup
bmaltais Mar 2, 2024
f3d4cd1
Removing unnecessary code
bmaltais Mar 2, 2024
36dad3f
Fix validation issue under linux
bmaltais Mar 2, 2024
30670f1
Update tensorboard version linux
bmaltais Mar 2, 2024
32db52c
Updating linux requirements
bmaltais Mar 2, 2024
631c32b
Update README
bmaltais Mar 2, 2024
7ea6a66
Merge branch 'dev' into dev-pure
bmaltais Mar 3, 2024
fce1bd4
Added submodule for sd-scripts
bmaltais Mar 3, 2024
fa526c3
Update for proper submodule handling
bmaltais Mar 3, 2024
8f1c842
Simplify submodule init
bmaltais Mar 3, 2024
3fb9aec
Update comment
bmaltais Mar 3, 2024
d8c4fbe
Improve WSL2 LD_LIBRARY_PATH handling
bmaltais Mar 3, 2024
2d36740
Update tensorboard handling of logging_dir
bmaltais Mar 3, 2024
248d950
chore(docker): update TensorFlow and TensorBoard versions
jim60105 Mar 3, 2024
27f593b
chore(docker): Add a mount for `sd-scripts` in the Dockerfile during …
jim60105 Mar 3, 2024
acc9d63
doc(docker): Update readme about docker
jim60105 Mar 3, 2024
a426023
Fix issue with TE LR
bmaltais Mar 3, 2024
642cca3
Merge pull request #2032 from jim60105/dev-pure
bmaltais Mar 3, 2024
74a7b03
Fix issue with TE LR
bmaltais Mar 3, 2024
b35b964
Update sd-scripts to Feb 27 2024 commit
bmaltais Mar 3, 2024
ce786d8
Update version of bnb for windows
bmaltais Mar 3, 2024
13eaaaf
Update windows setup
bmaltais Mar 4, 2024
b778388
Update windows setup
bmaltais Mar 4, 2024
ca2b913
Update bnb linux to match windows
bmaltais Mar 4, 2024
b53ce45
remove height:auto
wkpark Mar 3, 2024
37145e2
update UI
wkpark Mar 3, 2024
28ab5aa
use PYTHONPATH env variable
wkpark Mar 4, 2024
c8d3c84
add "tool" classname to gr.Button() for sd-webui compatible
wkpark Mar 4, 2024
8dd6b48
update *_caption_gui.py using create_refresh_buttons()
wkpark Mar 4, 2024
b28a6b8
update Utilities->Group Images
wkpark Mar 4, 2024
2fbfc82
update Utilities->Convert model
wkpark Mar 4, 2024
d484ee3
update dataset gui
wkpark Mar 4, 2024
3a98916
update Dreambooth/LoRA folders preparation
wkpark Mar 6, 2024
7c9a91b
update *lora*_gui UI using list_files(), create_refresh_button()
wkpark Mar 6, 2024
cafdbc0
more fixes for PYTHONPATH
wkpark Mar 6, 2024
32e2927
Minor edits to basic caption and common gui
bmaltais Mar 7, 2024
63863e1
Merge branch 'dev-pure' into dev-fix-ui
bmaltais Mar 7, 2024
271b406
Optimising some code
bmaltais Mar 7, 2024
d93463f
Merge branch 'dev-pure' into dev-fix-ui
bmaltais Mar 7, 2024
e59a98c
Merge pull request #2033 from wkpark/dev-fix-ui
bmaltais Mar 7, 2024
c1536c2
Fix path issue
bmaltais Mar 7, 2024
ebc3296
Fix issues with list_images_dir
bmaltais Mar 7, 2024
3119096
Update finetuning image folder label
bmaltais Mar 7, 2024
62008f4
Minor updates to UI
bmaltais Mar 7, 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
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
3 changes: 2 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,4 @@ requirements_tmp_for_setup.txt
0.13.3

*.npz
presets/*/user_presets/*
presets/*/user_presets/*
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.7.0
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
Loading