index
:
stable-diffusion-webui-gfx803.git
master
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
textual_inversion
/
dataset.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
Aarni Koskela
2023-06-02
1
-1
/
+1
*
Autofix Ruff W (not W605) (mostly whitespace)
Aarni Koskela
2023-05-11
1
-2
/
+2
*
Fix up string formatting/concatenation to f-strings where feasible
Aarni Koskela
2023-05-09
1
-1
/
+1
*
fix for #6700
AUTOMATIC
2023-02-19
1
-1
/
+1
*
Add ability to choose using weighted loss or not
Shondoit
2023-02-15
1
-5
/
+10
*
Add PNG alpha channel as weight maps to data entries
Shondoit
2023-02-15
1
-13
/
+38
*
print bucket sizes for training without resizing images #6620
AUTOMATIC
2023-01-13
1
-0
/
+16
*
Enable batch_size>1 for mixed-sized training
dan
2023-01-10
1
-4
/
+32
*
remove/simplify some changes from #6481
AUTOMATIC
2023-01-09
1
-9
/
+5
*
Move batchsize check
dan
2023-01-07
1
-2
/
+2
*
Add checkbox for variable training dims
dan
2023-01-07
1
-2
/
+2
*
Allow variable img size
dan
2023-01-07
1
-7
/
+11
*
Fix various typos
Jim Hays
2022-12-15
1
-5
/
+5
*
Use devices.autocast instead of torch.autocast
brkirch
2022-11-30
1
-2
/
+2
*
Merge pull request #4688 from parasi22/resolve-embedding-name-in-filewords
AUTOMATIC1111
2022-11-27
1
-1
/
+1
|
\
|
*
resolve [name] after resolving [filewords] in training
parasi
2022-11-13
1
-1
/
+1
*
|
fix pin_memory with different latent sampling method
flamelaw
2022-11-21
1
-4
/
+19
*
|
fix random sampling with pin_memory
flamelaw
2022-11-20
1
-1
/
+1
*
|
remove unnecessary comment
flamelaw
2022-11-20
1
-9
/
+0
*
|
Gradient accumulation, autocast fix, new latent sampling method, etc
flamelaw
2022-11-20
1
-48
/
+86
|
/
*
Update dataset.py
KyuSeok Jung
2022-11-11
1
-1
/
+1
*
Update dataset.py
KyuSeok Jung
2022-11-11
1
-1
/
+1
*
adding tag drop out option
KyuSeok Jung
2022-11-11
1
-4
/
+4
*
change option position to Training setting
TinkTheBoush
2022-11-04
1
-3
/
+2
*
append_tag_shuffle
TinkTheBoush
2022-11-01
1
-2
/
+8
*
Additional assert on dataset
Muhammad Rizqi Nur
2022-10-29
1
-0
/
+2
*
Fix random dataset shuffle on TI
FlameLaw
2022-10-27
1
-2
/
+2
*
Allow datasets with only 1 image in TI
guaneec
2022-10-21
1
-2
/
+2
*
Merge branch 'master' into master
AUTOMATIC1111
2022-10-15
1
-13
/
+20
|
\
|
*
add option to use batch size for training
AUTOMATIC
2022-10-15
1
-12
/
+19
*
|
Raise an assertion error if no training images have been found.
Melan
2022-10-14
1
-1
/
+2
|
/
*
train: change filename processing to be more simple and configurable
AUTOMATIC
2022-10-12
1
-13
/
+34
*
add an option to unload models during hypernetwork training to save VRAM
AUTOMATIC
2022-10-11
1
-9
/
+20
*
Switched to exception handling
alg-wiki
2022-10-11
1
-5
/
+5
*
Added .webp .bmp
alg-wiki
2022-10-10
1
-1
/
+1
*
Textual Inversion: Preprocess and Training will only pick-up image files
alg-wiki
2022-10-10
1
-1
/
+2
*
Custom Width and Height
alg-wiki
2022-10-10
1
-4
/
+3
*
Textual Inversion: Added custom training image size and number of repeats per...
alg-wiki
2022-10-10
1
-3
/
+3
*
add support for gelbooru tags in filenames for textual inversion
AUTOMATIC
2022-10-04
1
-2
/
+5
*
keep textual inversion dataset latents in CPU memory to save a bit of VRAM
AUTOMATIC
2022-10-02
1
-0
/
+2
*
initial support for training textual inversion
AUTOMATIC
2022-10-02
1
-0
/
+76