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
log msg
author
committer
range
path:
root
/
modules
/
textual_inversion
/
preprocess.py
Age
Commit message (
Expand
)
Author
2023-04-05
Pythonic way to achieve it
Andre Ubuntu
2023-04-05
fix preprocess orientation
Andre Ubuntu
2023-01-27
add data-dir flag and set all user data directories based on it
Max Audron
2023-01-19
Fix of fix
dan
2023-01-19
Simplification and bugfix
dan
2023-01-17
Add auto-sized cropping UI
dan
2023-01-15
big rework of progressbar/preview system to allow multiple users to prompts a...
AUTOMATIC
2023-01-11
set descriptions
Vladimir Mandic
2023-01-03
add job info to modules
Vladimir Mandic
2022-11-20
moved deepdanbooru to pure pytorch implementation
AUTOMATIC
2022-11-08
move functions out of main body for image preprocessing for easier hijacking
AUTOMATIC
2022-10-25
download better face detection module dynamically
captin411
2022-10-25
Focal crop UI elements
captin411
2022-10-25
Merge branch 'master' into focal-point-cropping
captin411
2022-10-21
prevent error spam when processing images without txt files for captions
AUTOMATIC
2022-10-21
Merge branch 'master' into fix/train-preprocess-keep-ratio
AUTOMATIC1111
2022-10-20
train: ui: added `Split image threshold` and `Split image overlap ratio` to p...
Milly
2022-10-20
train: fixed preprocess image ratio
Milly
2022-10-20
do caption copy for both flips
DepFA
2022-10-19
face detection algo, configurability, reusability
captin411
2022-10-20
pass preprocess_txt_action param
DepFA
2022-10-20
add existing caption file handling
DepFA
2022-10-19
fix entropy point calculation
captin411
2022-10-19
Add auto focal point cropping to Preprocess images
captin411
2022-10-12
[2/?] [wip] ignore OPT_INCLUDE_RANKS for training filenames
Greg Fuller
2022-10-12
deepbooru: added option to use spaces or underscores
AUTOMATIC
2022-10-11
resolved conflicts, moved settings under interrogate section, settings only s...
JC_Array
2022-10-11
Merge branch 'AUTOMATIC1111:master' into deepdanbooru_pre_process
JC-Array
2022-10-11
Switched to exception handling
alg-wiki
2022-10-10
added alpha sort and threshold variables to create process method in preproce...
JC_Array
2022-10-10
Merge branch 'deepdanbooru_pre_process' into master
JC-Array
2022-10-11
Added .webp .bmp
alg-wiki
2022-10-11
Textual Inversion: Preprocess and Training will only pick-up image files
alg-wiki
2022-10-10
Custom Width and Height
alg-wiki
2022-10-10
Textual Inversion: Added custom training image size and number of repeats per...
alg-wiki
2022-10-10
Custom Width and Height
alg-wiki
2022-10-10
Textual Inversion: Added custom training image size and number of repeats per...
alg-wiki
2022-10-09
refactored the deepbooru module to improve speed on running multiple interoga...
JC_Array
2022-10-06
removed unused import, fixed typo
Raphael Stoeckli
2022-10-06
Add sanitizer for captions in Textual inversion
Raphael Stoeckli
2022-10-04
add support for gelbooru tags in filenames for textual inversion
AUTOMATIC
2022-10-02
preprocessing for textual inversion added
AUTOMATIC