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

Add features to the Dreambooth LoRA SDXL training script #5508

Merged
merged 30 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
6b350ab
Additions:
linoytsaban Oct 24, 2023
9bd1f6b
Merge branch 'main' into dreambooth_lora_xl
linoytsaban Oct 24, 2023
96e81f9
adjusted --caption_column behaviour (to -not- use the second column o…
linoytsaban Oct 24, 2023
18d6207
Merge remote-tracking branch 'origin/dreambooth_lora_xl' into main
linoytsaban Oct 24, 2023
7b2be6d
fixed --output_dir / --model_dir_name confusion
linoytsaban Oct 25, 2023
b1fda99
added --repeats, --adam_weight_decay_text_encoder
linoytsaban Nov 13, 2023
ed9edd8
Update examples/dreambooth/train_dreambooth_lora_sdxl.py
linoytsaban Nov 13, 2023
6e14e9f
Update examples/dreambooth/train_dreambooth_lora_sdxl.py
linoytsaban Nov 13, 2023
bde6dfa
Update examples/dreambooth/train_dreambooth_lora_sdxl.py
linoytsaban Nov 13, 2023
caed3fe
Merge branch 'huggingface:main' into dreambooth_lora_xl
linoytsaban Nov 15, 2023
1637686
- import compute_snr from diffusers/training_utils.py
linoytsaban Nov 15, 2023
4ba9fc7
shape fixes when custom captions are used
linoytsaban Nov 15, 2023
827c93a
Merge remote-tracking branch 'origin/main' into main
linoytsaban Nov 15, 2023
b90dd95
Merge remote-tracking branch 'origin/dreambooth_lora_xl' into main
linoytsaban Nov 15, 2023
3d50716
formatting and a little cleanup
linoytsaban Nov 16, 2023
c07653f
code styling
linoytsaban Nov 16, 2023
5ce0867
Merge branch 'huggingface:main' into dreambooth_lora_xl
linoytsaban Nov 16, 2023
2653553
--repeats default value fixed, changed to 1
linoytsaban Nov 17, 2023
15ece12
bug fix - removed redundant lines of embedding concatenation when usi…
linoytsaban Nov 17, 2023
b9f9da6
changed dataset loading logic according to the following usecases (to…
linoytsaban Nov 19, 2023
0294772
styling fix
linoytsaban Nov 19, 2023
3b86a17
arg name fix
linoytsaban Nov 19, 2023
5972633
adjusted the --repeats logic
linoytsaban Nov 19, 2023
67b5724
-removed redundant arg and 'if' when loading local folder with prompts
linoytsaban Nov 20, 2023
3552e88
image path fix for readme
linoytsaban Nov 20, 2023
0db43e6
code style
linoytsaban Nov 20, 2023
b68527e
bug fix
linoytsaban Nov 20, 2023
397b4dc
--caption_column arg
linoytsaban Nov 20, 2023
0cd1f8a
readme fix
linoytsaban Nov 21, 2023
7962590
Merge branch 'huggingface:main' into dreambooth_lora_xl
linoytsaban Nov 21, 2023
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
Loading