Milly and AUTOMATIC1111
146856f66d
images: allow nested bracket in filename pattern
2022-10-26 09:50:24 +03:00
Milly
85dd62c4c7
train: ui: added Split image threshold and Split image overlap ratio to preprocess
2022-10-20 23:35:01 +09:00
Milly
9681419e42
train: fixed preprocess image ratio
2022-10-20 23:32:41 +09:00
Milly and AUTOMATIC1111
2fffd4bddc
xy_grid: Refactor confirm functions
2022-10-12 10:40:10 +03:00
Milly and AUTOMATIC1111
7dba1c07cb
xy_grid: Confirm that hypernetwork options are valid before starting
2022-10-12 10:40:10 +03:00
Milly and AUTOMATIC1111
2d006ce16c
xy_grid: Find hypernetwork by closest name
2022-10-12 10:40:10 +03:00
Milly and AUTOMATIC1111
0609ce06c0
Removed duplicate definition model_path
2022-10-09 12:46:07 +03:00
Milly and AUTOMATIC1111
4f33289d0f
Fixed typo
2022-10-08 17:15:30 +03:00
Milly and AUTOMATIC1111
405c8171d1
Prefer using Processed.sd_model_hash attribute when filename pattern
2022-10-06 20:41:23 +03:00
Milly and AUTOMATIC1111
1cc36d170a
Added job_timestamp to Processed
...
So `[job_timestamp]` pattern can use in saving image UI.
2022-10-06 20:41:23 +03:00
Milly and AUTOMATIC1111
070b7d60cf
Added styles to Processed
...
So `[styles]` pattern can use in saving image UI.
2022-10-06 20:41:23 +03:00
Milly and AUTOMATIC1111
cf7c784fcc
Removed duplicate defined models_path
...
Use `modules.paths.models_path` instead `modules.shared.model_path`.
2022-10-06 20:29:12 +03:00
Milly and AUTOMATIC1111
0bb458f0ca
Removed duplicate image saving codes
...
Use `modules.images.save_image()` instead.
2022-10-06 20:15:39 +03:00
Milly and AUTOMATIC1111
eec1b39bd5
Apply prompt pattern last
2022-10-04 15:22:49 +03:00
Milly and AUTOMATIC1111
a8a75ec43a
Fixed filename part sanitizing
...
The following file patterns are invalid on Windows.
- Begin or end with the ASCII Space (0x20)
- End with the ASCII Period (0x2E)
For example, if `[prompt_spaces]` is specified as the directory name pattern, sometimes file saving may fail.
2022-09-20 09:46:44 +03:00