Commit Graph

1772 Commits

Author SHA1 Message Date
Manuel Schmid 7068250a99
feat: reload all inpaint modes in enhance tabs when preset is changed and inpaint_mode is set 2024-06-30 20:52:57 +02:00
Manuel Schmid dbbe42ed30
Merge branch 'feature/add-pony-support-and-preset' into develop
# Conflicts:
#	webui.py
2024-06-30 20:51:39 +02:00
Manuel Schmid 6e8588ca0c
feat: adjust playground inpaint mode default
prevent inpaint engine to be used on preset select to prevent accidental bad results due to incompatibility
2024-06-30 20:22:06 +02:00
Manuel Schmid 333cc6db50
feat: add config default_inpaint_method, reload on start and preset change 2024-06-30 20:19:18 +02:00
Manuel Schmid 37fe0465b7
Merge branch 'feature/add-pony-support-and-preset' into develop
# Conflicts:
#	launch.py
2024-06-30 19:34:56 +02:00
Manuel Schmid 9e55baa814
Merge branch 'feature/add-sdxl-turbo-preset' into develop 2024-06-30 19:34:30 +02:00
Manuel Schmid 5689895840
Merge branch 'feature/update-anime-preset' into develop 2024-06-30 19:34:24 +02:00
Manuel Schmid 72bb6ec065
feat: add style Fooocus Pony 2024-06-30 19:34:11 +02:00
Manuel Schmid bbf90a97b7
feat: add pony preset and vae downloads
uses default SDXL VAE, but the model doesn't include it
2024-06-30 15:44:35 +02:00
Manuel Schmid ffa4d82bd1
feat: update DreamShaperXL_Turbo to DreamShaperXL_Turbo_v2_1 2024-06-30 14:37:31 +02:00
Manuel Schmid 341ea58939
Merge branch 'main_upstream' into feature/add-sdxl-turbo-preset 2024-06-30 14:36:46 +02:00
Manuel Schmid 5a0df961fa
feat: remove "by wlop" from style Fooocus Masterpiece
causes too many watermarks
2024-06-30 14:36:15 +02:00
Manuel Schmid 74f9ff03a6
feat: update animaPencilXL_v400 to animaPencilXL_v500 2024-06-30 14:35:55 +02:00
Manuel Schmid 8e13eae7ec
Merge branch 'main_upstream' into feature/update-anime-preset 2024-06-30 14:32:57 +02:00
Manuel Schmid aba2c6c1ba
release: bump version to 2.5.2, update changelog 2024-06-30 13:47:25 +02:00
Manuel Schmid 40e00f2263
fix: correctly break after user stopped during enhance inpainting 2024-06-30 13:33:28 +02:00
Manuel Schmid c0e556a7f6
fix: get upscale model filepath by calling downloading_upscale_model()
ensures the model exists, called in 80068a0cd7/modules/inpaint_worker.py (L162)
see https://github.com/mashb1t/Fooocus/discussions/42#discussioncomment-9898976
2024-06-30 13:32:21 +02:00
Manuel Schmid 0b2e23a97e
fix: add handling for only enhance upscale fast to not divide by 0 2024-06-27 23:48:32 +02:00
Manuel Schmid 1bc5363e43
fix: add missing prompt return values for upscale fast 2x in enhance 2024-06-27 23:47:30 +02:00
Manuel Schmid c83be895c7
release: bump version to 2.5.1, update changelog 2024-06-26 21:34:01 +02:00
Manuel Schmid 49275c0ba1
refactor: rename checkbox "enable mask upload" to "enable advanced masking features" 2024-06-26 21:20:40 +02:00
Manuel Schmid 96306616bb
fix: move current_task_id increase to handler again
allows access of correct value by callback, does not show 2/1 anymore
2024-06-26 21:04:39 +02:00
Manuel Schmid b3a4b4e532
fix: add missing handling for cloth category for u2net_cloth_seg 2024-06-26 20:21:25 +02:00
Manuel Schmid 358b4bd10a
docs: add enhance feature to readme 2024-06-25 22:32:37 +02:00
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