Skip to content

Commit

Permalink
Remove library folder, update setup_windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Mar 2, 2024
1 parent f8b1f2d commit e956ba6
Show file tree
Hide file tree
Showing 30 changed files with 43 additions and 18,656 deletions.
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/*

sd-scripts/*
4 changes: 2 additions & 2 deletions kohya_gui/lora_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,9 +743,9 @@ def train_model(
)

if sdxl:
run_cmd += fr' "{scriptdir}/sdxl_train_network.py"'
run_cmd += fr' "{scriptdir}/sd-scripts/sdxl_train_network.py"'
else:
run_cmd += fr' "{scriptdir}/train_network.py"'
run_cmd += fr' "{scriptdir}/sd-scripts/train_network.py"'

if LoRA_type == "LyCORIS/Diag-OFT":
network_module = "lycoris.kohya"
Expand Down
Empty file removed library/__init__.py
Empty file.
227 changes: 0 additions & 227 deletions library/attention_processors.py

This file was deleted.

Loading

0 comments on commit e956ba6

Please sign in to comment.