Commit Graph

1704 Commits

Author SHA1 Message Date
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
Manuel Schmid 53b27e4b74
release: bump version to 2..5.0-rc1 2024-06-19 00:21:57 +02:00
Manuel Schmid cef92ffffe
Merge branch 'main_upstream' into feature/multi-step-rendering 2024-06-19 00:12:04 +02:00
Manuel Schmid 2c721e06ff
feat: update performance hint for inpaint engine
inpaint engine model has only been trained for SDXL and no other performance LoRA, will produce bad results for inpaint larger areas
2024-06-19 00:02:29 +02:00
Manuel Schmid ff3dff8323
Revert "feat: add hint for performance when enhance inpaint engine is not none"
This reverts commit ed6c526986.
2024-06-18 23:52:13 +02:00
Manuel Schmid ed6c526986
feat: add hint for performance when enhance inpaint engine is not none 2024-06-18 23:51:36 +02:00
Manuel Schmid c0397bddbd
feat: enable edit attention with ctrl + arrow keys for enhance prompts 2024-06-18 22:39:09 +02:00
Manuel Schmid 6cb0b2143b
fix: correctly initialize inpaint_mask var, rename task styles index 2024-06-18 22:38:36 +02:00
Manuel Schmid dd866616bc
refactor: code cleanup 2024-06-18 22:16:48 +02:00
Manuel Schmid c0f7c3a8ee
feat: add erode or dilate and mask invert to enhance mask inpaint settings 2024-06-18 21:39:27 +02:00
Manuel Schmid 229ff81738
refactor: rename max_num_boxes to max_detections 2024-06-18 21:07:27 +02:00
Manuel Schmid b7fb42436c
fix: correctly calculate current progress, display progressbar without any jumping 2024-06-18 12:35:41 +02:00
Manuel Schmid 1175df843b
fix: correctly proceed progress bar within tasks
does not yet include jumping back for preparation steps
2024-06-18 11:48:42 +02:00
Manuel Schmid 3567c04918
wip: refactor code to make it more efficient
now first processes all tasks and then does enhancements
2024-06-17 21:46:00 +02:00
Manuel Schmid 24d66f6f77
Revert "feat: update GroundingDINO from SwinT (tiny) to SwinB (base)"
This reverts commit 7f3fd8f318.
2024-06-16 23:22:21 +02:00
Manuel Schmid 7f3fd8f318
feat: update GroundingDINO from SwinT (tiny) to SwinB (base) 2024-06-16 23:22:10 +02:00
Manuel Schmid 65cc25e5bf
feat: add debug setting for enhance mask output 2024-06-16 22:54:44 +02:00
Manuel Schmid e300930298
feat: improve performance, do not reload the pipeline when prompts are the same as in the original task 2024-06-16 22:18:11 +02:00
Manuel Schmid 33a9c156ad
fix: do not apply loras more than one time when not using lora in prompt 2024-06-16 21:40:39 +02:00
Manuel Schmid eeb1b79baa
feat: optimize prompt translation 2024-06-16 21:40:07 +02:00
Manuel Schmid 9c93c18d0b
fix: process other models than sam when using enhance 2024-06-16 21:05:10 +02:00
Manuel Schmid ff3418876d
feat: refresh the whole pipeline, allows usage of inpaint and enhancement prompts 2024-06-16 20:44:35 +02:00
Manuel Schmid e1be3fa37a
Merge branch 'main' into feature/multi-step-rendering 2024-06-16 18:54:52 +02:00
Manuel Schmid cecd6876a5
Merge branch 'hotfix/add-missing-method-in-performance' 2024-06-16 18:54:42 +02:00
Manuel Schmid 7c1a101c0f
hotfix: add missing method in performance enum (#3154) 2024-06-16 18:53:20 +02:00
Manuel Schmid 9ef7fe0843
hotfix: add missing method in performance enum 2024-06-16 18:52:20 +02:00
Manuel Schmid b64d6d393c
fix: use != for literal comparison 2024-06-16 18:49:52 +02:00
Manuel Schmid 64fc025c50
Merge branch 'main' into feature/multi-step-rendering 2024-06-16 18:44:54 +02:00
Manuel Schmid 9d41c9521b
fix: add workaround for same value in Steps IntEnum (#3153) 2024-06-16 18:44:16 +02:00
Manuel Schmid af209cda53
fix: add workaround for same value in Steps IntEnum
(cherry picked from commit ea1562d078)
2024-06-16 18:41:17 +02:00
Manuel Schmid bf6820812f
feat: only process enhance when checkbox is set
similar to input image
2024-06-16 18:39:40 +02:00
Manuel Schmid ea1562d078
fix: add workaround for same value in Steps IntEnum 2024-06-16 17:46:48 +02:00
Manuel Schmid 3e453501f7
fix: correctly identify and remove performance LoRA (#3150) 2024-06-16 16:52:58 +02:00
Manuel Schmid e279d032ef
Merge branch 'hotfix/correctly-filter-performance-lora' 2024-06-16 16:50:47 +02:00
Manuel Schmid 2704c90997
Merge branch 'hotfix/correctly-filter-performance-lora' into feature/multi-step-rendering 2024-06-16 16:50:26 +02:00
Manuel Schmid 6b17bf56d1
fix: correctly identify and remove performance LoRA
(cherry picked from commit b3e4506009)
(cherry picked from commit b947a5a4e6)
2024-06-16 16:50:04 +02:00
Manuel Schmid b947a5a4e6
fix: correctly identify and remove performance LoRA
(cherry picked from commit b3e4506009)
2024-06-16 16:48:35 +02:00
Manuel Schmid b3e4506009
fix: correctly identify and remove performance LoRA 2024-06-16 16:48:12 +02:00
Manuel Schmid 541fb2d445
feat: add support for enhance prompts 2024-06-16 15:58:27 +02:00
Manuel Schmid b585d9dfa7
fix: correctly count sam masks 2024-06-16 15:57:53 +02:00
Manuel Schmid ef9fd293ff
wip: rename stage2 to enhance 2024-06-16 12:45:18 +02:00
Manuel Schmid a3dcd6e1fd
wip: add inputs for positive and negative prompt for stage2 2024-06-16 12:39:05 +02:00
Manuel Schmid 71f5e70085
refactor: rename segmentation prompt to detection prompt
improved wording: prompt is only applied for GroundingDINO, not actually for segmentation
2024-06-16 12:30:49 +02:00
Manuel Schmid 8b21303542
wip: refactor UI for stage2 2024-06-15 01:38:22 +02:00
Manuel Schmid db0e0aaf59
wip: add inpaint options to stage2 2024-06-14 23:58:59 +02:00