Commit Graph

1818 Commits

Author SHA1 Message Date
Manuel Schmid 1f32f9f4ab
chore: use opencv-contrib-python-headless
https://github.com/lllyasviel/Fooocus/pull/1964
2024-07-16 19:56:25 +02:00
Manuel Schmid 26bc7f9c36
docs: add missing adjustment to update log 2024-07-16 19:50:17 +02:00
Manuel Schmid 88c5088759
Merge branch 'develop_upstream' into develop
# Conflicts:
#	fooocus_colab.ipynb
#	fooocus_version.py
#	language/en.json
#	modules/async_worker.py
#	requirements_versions.txt
#	update_log.md
#	webui.py
2024-07-16 19:34:53 +02:00
Manuel Schmid 27cbca2d90
fix: only import translator when needed 2024-07-16 19:21:31 +02:00
Manuel Schmid 3a86fa2f0d
chore: update packages #2 2024-07-16 16:31:15 +02:00
Manuel Schmid ef8dd27f91
chore: update packages
see https://github.com/lllyasviel/Fooocus/pull/2927
2024-07-16 16:30:47 +02:00
Manuel Schmid d46e47ab3d
feat: revert adding translate feature #2 2024-07-16 14:48:54 +02:00
Manuel Schmid 069bea534b
feat: change example audio file
(cherry picked from commit 02b06ccb33)
2024-07-16 13:59:51 +02:00
Manuel Schmid 02b06ccb33
feat: change example audio file 2024-07-15 21:03:01 +02:00
Manuel Schmid e0d3325894
i18n: rename document to documentation 2024-07-14 21:40:10 +02:00
Manuel Schmid 5a1003a726
docs: update link for enhance documentation 2024-07-14 21:31:59 +02:00
Manuel Schmid 5e8110e430
i18n: adjust translations to use proper english for plural tab titles 2024-07-14 21:07:12 +02:00
Manuel Schmid ee02643020
feat: revert adding detailed steps for each performance 2024-07-14 21:06:59 +02:00
Manuel Schmid e1f4b65fc9
feat: revert adding translate feature 2024-07-14 20:35:39 +02:00
Manuel Schmid f2a21900c6
Sync branch 'mashb1t_main' with develop_upstream 2024-07-14 20:28:38 +02:00
Manuel Schmid 376d69cd91
Merge branch 'develop' 2024-07-13 15:54:08 +02:00
Manuel Schmid f4d21e6fa1
release: bump version to 2.6.0-rc2, update changelog 2024-07-13 15:54:00 +02:00
Manuel Schmid efb6ca01d3
fix: prevent inference tensor version counter tracking issue for GroundingDINO
use no_grad and inference_mode on predict_with_caption
see https://github.com/lllyasviel/Fooocus/discussions/3213#discussioncomment-10017126
2024-07-13 15:49:07 +02:00
Manuel Schmid 89cb354e8b
Merge branch 'feature/persistent-hashing' into develop 2024-07-08 15:13:50 +02:00
Manuel Schmid edd886cea4
feat: make hash generation multi-threaded, change --rebuild-hash-cache from bool to int
keep in mind that most likely the drive is going to be the bottleneck now
2024-07-08 15:08:32 +02:00
Manuel Schmid 236766b576
Merge branch 'develop' 2024-07-07 15:17:19 +02:00
Manuel Schmid 58559bd62b
release: bump version to 2.6.0-rc1, update changelog 2024-07-07 15:17:03 +02:00
Manuel Schmid 14874af65c
feat: update SDXL_FILM_PHOTOGRAPHY_STYLE_BetaV0.4 to SDXL_FILM_PHOTOGRAPHY_STYLE_V1 2024-07-07 14:26:48 +02:00
Manuel Schmid 68a2a542e3
Merge branch 'feature/add-pony-support-and-preset' into develop
# Conflicts:
#	webui.py
2024-07-01 23:30:18 +02:00
Manuel Schmid 0c2d66e2e5
fix: do not update inpaint engine if inpaint mode is details 2024-07-01 23:26:30 +02:00
Manuel Schmid e75ef84378
Merge branch 'feature/add-pony-support-and-preset' into develop
# Conflicts:
#	webui.py
2024-07-01 23:10:37 +02:00
Manuel Schmid 33c22929e4
feat: add preset option for default_inpaint_engine_version, revert previous overwrite_step changes
add handling with state to allow overrides with inpaint_mode preset setting (currently disabled)
2024-07-01 22:08:52 +02:00
Manuel Schmid caaea93daf
Merge branch 'feature/add-pony-support-and-preset' into develop 2024-07-01 20:05:31 +02:00
Manuel Schmid 41b36d3a8f
Merge branch 'main_upstream' into develop 2024-07-01 20:05:12 +02:00
dependabot[bot] 5a71495822
build(deps): bump docker/build-push-action from 5 to 6 (#3223)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 20:03:25 +02:00
Manuel Schmid 49d898f6c7
wip: set default_overwrite_switch for pony preset
synthetic refiner introduces artifacts, overriding refiner switch disables all refiners (never switches to them)
discussion in https://github.com/lllyasviel/Fooocus/discussions/3217#discussioncomment-9928035
2024-07-01 19:59:22 +02:00
Manuel Schmid f3a44b21d8
feat: allow default_overwrite_switch in preset 2024-07-01 19:50:34 +02:00
Manuel Schmid fbb64533b9
Merge branch 'feature/persistent-hashing' into develop 2024-07-01 18:00:23 +02:00
Manuel Schmid df2dd194cc
feat: only use hash cache logs for exceptions 2024-07-01 17:59:05 +02:00
Manuel Schmid b19ecf410b
feat: add attribute --rebuild-hash-cache, add handling 2024-07-01 17:50:15 +02:00
Manuel Schmid 1fa7eeac84
feat: change type of hash_cache file to txt, append to file if single line is provided 2024-07-01 17:21:30 +02:00
Manuel Schmid 33b1c5cb87
feat: add hash_cache 2024-07-01 17:20:20 +02:00
Manuel Schmid 176a3f31af
Merge branch 'develop_upstream' into develop 2024-07-01 14:31:15 +02:00
licyk 34f67c01a8
feat: add restart sampler (#3219) 2024-07-01 14:24:21 +02:00
Manuel Schmid 9a578b2ebf
Merge branch 'feature/add-pony-support-and-preset' into develop 2024-07-01 13:39:41 +02:00
Manuel Schmid c44f331cee
fix: add missing key vae_downloads to possible_preset_keys 2024-07-01 13:39:26 +02:00
Manuel Schmid f88452262d
Merge branch 'main' into develop 2024-07-01 13:01:35 +02:00
Manuel Schmid 4752166944
fix: use correct metadata when inline prompt LoRAs are used 2024-07-01 13:01:17 +02:00
Manuel Schmid 733ad83c2d
Merge branch 'main' into develop 2024-07-01 00:09:11 +02:00
Manuel Schmid 6f479a5040
feat: add same functionality as inpaint image to mask upload element 2024-07-01 00:08:53 +02:00
Manuel Schmid 9085935449
feat: add same functionality as inpaint image to mask upload element 2024-07-01 00:08:12 +02:00
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