Manuel Schmid
|
6f4d73b349
|
refactor: code cleanup
|
2024-06-25 22:06:07 +02:00 |
Manuel Schmid
|
46b0c57670
|
feat: rename enhance input label and info text
|
2024-06-25 22:03:08 +02:00 |
Manuel Schmid
|
db62bb801e
|
i18n: add default translations for prompt datasets
|
2024-06-25 21:51:33 +02:00 |
Manuel Schmid
|
84f5f0e134
|
feat: move enable mask upload and invert mask checkbox to inpaint or outpaint
|
2024-06-25 21:50:49 +02:00 |
Manuel Schmid
|
69368fd22e
|
release: bump version to 2.5.0, update changelog
|
2024-06-25 21:49:40 +02:00 |
Manuel Schmid
|
89f8725228
|
Merge branch 'feature/multi-step-rendering'
|
2024-06-25 21:10:58 +02:00 |
Manuel Schmid
|
bf95342057
|
i18n: add translations for enhance gradio output elements
|
2024-06-25 20:18:27 +02:00 |
Manuel Schmid
|
32d77909f8
|
fix: reset last enhance prompts for each enhancement iteration, bump version
|
2024-06-24 21:59:28 +02:00 |
Manuel Schmid
|
dfa586d483
|
refactor: rename enhancement uov flag prompt last to last filled
|
2024-06-24 21:55:43 +02:00 |
Manuel Schmid
|
b2a23262fc
|
feat: only update uov last prompt when all preconditions are met
|
2024-06-24 21:54:10 +02:00 |
Manuel Schmid
|
3fae0cf15a
|
feat: bump version for 2.5.0-rc5
|
2024-06-24 21:49:54 +02:00 |
Manuel Schmid
|
1d3c0b9bca
|
fix: use non-prefixed uov attributes in async_worker
|
2024-06-24 21:49:04 +02:00 |
Manuel Schmid
|
a245b67531
|
feat: add config for enhance upv checkbox and method, prefix with default_
|
2024-06-24 21:43:38 +02:00 |
Manuel Schmid
|
5c1191258e
|
refactor: use labels as enhancement uov values before and after
allows for usage of label as default value in config
|
2024-06-24 21:27:47 +02:00 |
Manuel Schmid
|
85121a03cb
|
feat: change default selection for enhancement uov prompt type
|
2024-06-24 21:26:14 +02:00 |
Manuel Schmid
|
00a27e7400
|
feat: add config and option for uov prompt type
|
2024-06-24 21:21:11 +02:00 |
Manuel Schmid
|
9f9fcfa7ad
|
fix: start enhance from index 1, not 0
|
2024-06-24 20:45:50 +02:00 |
Manuel Schmid
|
acb76adf67
|
feat: use last enhanced prompt for upscaling if provided
prevents replaced subjects from being replaced again with original subjects when upscaling due to using the original prompt
|
2024-06-24 20:45:05 +02:00 |
Manuel Schmid
|
1d0965f8c9
|
feat: rename enhance image input label, add link to documentation
|
2024-06-24 20:43:28 +02:00 |
Manuel Schmid
|
fe1e4ce4e5
|
feat: bump version, add links to documentation
|
2024-06-23 18:53:42 +02:00 |
Manuel Schmid
|
25f4484c79
|
fix: correctly display current progress on non-enhance steps after skipping
|
2024-06-23 18:17:44 +02:00 |
Manuel Schmid
|
1ef6367635
|
feat: add option to process uov either before or after enhance
|
2024-06-23 17:41:21 +02:00 |
Manuel Schmid
|
7ecaee8285
|
fix: correctly track progress with image_number > 1 and not enhance
|
2024-06-23 17:40:20 +02:00 |
Manuel Schmid
|
54f25cb1ae
|
feat: cleanup python package versions, remove diffusers
diffusers is not needed anymore as safety checker has been implemented natively
|
2024-06-23 16:22:08 +02:00 |
Manuel Schmid
|
b094ac820b
|
fix: only allow one image number if enhance image has been uploaded
|
2024-06-23 16:21:10 +02:00 |
Manuel Schmid
|
bd3a29ba68
|
fix: use 0 steps when upscaling with skip_prompt_processing
|
2024-06-22 01:45:53 +02:00 |
Manuel Schmid
|
7ed98521ec
|
fix: correctly call upscale vary
|
2024-06-22 01:06:40 +02:00 |
Manuel Schmid
|
e8220bae49
|
feat: display intermediate results wqhen enhance is true
|
2024-06-22 01:06:22 +02:00 |
Manuel Schmid
|
bef53fcf6e
|
feat: automatically open tab enhance on enhance image upload
|
2024-06-22 00:30:47 +02:00 |
Manuel Schmid
|
18d294de63
|
feat: do not extend main prompt when enhance prompt is provided
reduces prompt consistency with input but greatly improves prompt accuracy
|
2024-06-22 00:14:32 +02:00 |
Manuel Schmid
|
ec533f0c42
|
feat: rename arg --enable-describe-uov-image to --enable-auto-describe-image, add handling for enhance input image
|
2024-06-22 00:07:32 +02:00 |
Manuel Schmid
|
ef236339f0
|
Merge branch 'main' into feature/multi-step-rendering
|
2024-06-22 00:01:40 +02:00 |
Manuel Schmid
|
722f170703
|
feat: update switch instructions
|
2024-06-21 23:58:18 +02:00 |
Manuel Schmid
|
6f7443276a
|
feat: use casefold for comparing uov_method to flags.disabled
label "Disabled" is uppercase, convert to casefold before comparison
|
2024-06-21 23:52:11 +02:00 |
Manuel Schmid
|
40e1c82b74
|
feat: add enhance image input
use this so you don't have to modify an image before enhancement
|
2024-06-21 23:51:00 +02:00 |
Manuel Schmid
|
c7a411a8c7
|
refactor: code cleanup
|
2024-06-21 22:43:03 +02:00 |
Manuel Schmid
|
ebd5e24531
|
feat: allow upscaled input for enhance upscaling, correctly calculate steps
|
2024-06-21 22:42:43 +02:00 |
Manuel Schmid
|
e0ed94aa6a
|
Merge branch 'main' into feature/multi-step-rendering
|
2024-06-21 20:26:23 +02:00 |
Manuel Schmid
|
0b876eec20
|
Merge branch 'main_upstream'
|
2024-06-21 20:25:50 +02:00 |
Manuel Schmid
|
9178aa8ebb
|
feat: add vae to possible preset keys (#3177)
set default_vae in any preset to use it
|
2024-06-21 20:24:11 +02:00 |
Manuel Schmid
|
5bc6a0c650
|
fix: use correct parameter for upscale (fast)
|
2024-06-21 19:56:35 +02:00 |
Manuel Schmid
|
51dc53b5c8
|
feat: save and output upscaled image with method fast in enhance
|
2024-06-20 02:49:22 +02:00 |
Manuel Schmid
|
eada51dee4
|
feat: optimize progress bar, now correctly uses uov steps and overrides
|
2024-06-20 02:43:14 +02:00 |
Manuel Schmid
|
5012fb7067
|
feat: display first enhance tab as #1
|
2024-06-20 02:20:49 +02:00 |
Manuel Schmid
|
4e575b9eb1
|
wip: add upscale or variation to enhance
|
2024-06-19 23:53:15 +02:00 |
Manuel Schmid
|
87b3cec7d4
|
fix: download correct inpaint engine in enhance
|
2024-06-19 21:31:01 +02:00 |
Manuel Schmid
|
6e3919f854
|
fix: adjust default visibility for detection prompt dataset
|
2024-06-19 01:01:46 +02:00 |
Manuel Schmid
|
0d817cc0d0
|
feat: add placeholder for detection prompt text input elements
|
2024-06-19 01:00:11 +02:00 |
Manuel Schmid
|
22e1b08e4f
|
feat: add detection prompt dataset for quick selection
|
2024-06-19 00:58:55 +02:00 |
Manuel Schmid
|
3b55e64990
|
fix: remove unused path_adetailer from config
|
2024-06-19 00:45:50 +02:00 |