Commit Graph

1847 Commits

Author SHA1 Message Date
Manuel Schmid 829a6dc046
feat: add checkbox, config and handling for saving only the final enhanced image (#61) 2024-07-23 18:12:54 +02:00
Manuel Schmid f15352001a
Merge branch 'develop_upstream' 2024-07-21 12:37:41 +02:00
Manuel Schmid 54985596e8
Merge remote-tracking branch 'upstream/main' into develop_upstream 2024-07-21 12:37:07 +02:00
Manuel Schmid 3a20e14ca0
docs: update attributes and add add inline prompt features section to readme (#3333)
* docs: update attributes and add add inline prompt features section to readme
* docs: update attributes to better show corresponding mutually exclusive groups
2024-07-21 12:36:54 +02:00
Manuel Schmid 2262061145
docs: update attributes to better show corresponding mutually exclusive groups 2024-07-21 12:36:04 +02:00
Manuel Schmid 56928b769b
docs: update attributes and add add inline prompt features section to readme 2024-07-21 12:31:17 +02:00
Manuel Schmid 774c14706b
Merge branch 'main_upstream' 2024-07-21 11:50:42 +02:00
Manuel Schmid 2e8cff296e
fix: correctly debug preprocessor again (#3332)
fixes https://github.com/lllyasviel/Fooocus/issues/3327
as discussed in https://github.com/lllyasviel/Fooocus/discussions/3323

add missing inheritance for EarlyReturnException from BaseException to correctly throw and catch
2024-07-21 11:49:28 +02:00
Manuel Schmid 513e718fd3
Merge branch 'main_upstream' 2024-07-17 23:31:04 +02:00
Manuel Schmid f597bf1ab6
fix: allow reading of metadata from jpeg, jpg and webp again (#3301)
also massively improves metadata read speed by switching from filepath (tempfile) to pil, which allows direct processing
2024-07-17 23:30:51 +02:00
Manuel Schmid 58b31c5d8e
fix: allow metadata reading from jpeg and webp again
also optimizes metadata reading speed
2024-07-17 23:21:57 +02:00
Manuel Schmid ac836c3978
fix: use type pil for image upload to prevent conversion to png through temp file 2024-07-17 23:17:07 +02:00
Manuel Schmid 6377339eea
Revert "fix: change metadata input from image to file"
This reverts commit 56bea579cc.
2024-07-17 23:08:00 +02:00
Manuel Schmid 56bea579cc
fix: change metadata input from image to file
allow metadata reading from jpeg and webp again
see https://github.com/mashb1t/Fooocus/discussions/56#discussioncomment-10077227
2024-07-17 22:58:16 +02:00
Manuel Schmid 7f8cf0dba4
Merge branch 'main_upstream'
# Conflicts:
#	fooocus_version.py
#	readme.md
#	update_log.md
2024-07-17 19:38:08 +02:00
Manuel Schmid f97adafc09
Merge pull request #3292 from lllyasviel/develop
Release v2.5.0
2024-07-17 12:18:08 +02:00
Manuel Schmid 97a8475a62
feat: revert disabling persistent style sorting, code cleanup 2024-07-17 12:04:34 +02:00
Manuel Schmid 033cb90e6e
feat: revert adding issue templates 2024-07-17 11:52:20 +02:00
Manuel Schmid aed3240ccd
feat: revert adding audio tab 2024-07-17 11:45:27 +02:00
Manuel Schmid 4f12bbb02b
docs: add instructions how to manually update packages, update download URL in readme 2024-07-17 11:37:21 +02:00
Manuel Schmid 3fcb633022
docs: update download URL in readme 2024-07-17 11:30:21 +02:00
Manuel Schmid 1ef6e957fe
docs: add instructions how to manually update packages 2024-07-17 11:27:23 +02:00
Manuel Schmid 0337b046e8
docs: update changelog 2024-07-17 11:11:18 +02:00
Manuel Schmid 9f93cf6110
fix: resolve circular dependency for sha256, update files and init cache after initial model download
fixes https://github.com/lllyasviel/Fooocus/issues/2372

(cherry picked from commit 5c43a4bece)
2024-07-17 10:51:50 +02:00
Manuel Schmid 14fe6bf3c5
Merge branch 'develop' 2024-07-17 10:50:18 +02:00
Manuel Schmid 5c43a4bece
fix: resolve circular dependency for sha256, update files and init cache after initial model download
fixes https://github.com/lllyasviel/Fooocus/issues/2372
2024-07-17 10:49:55 +02:00
Manuel Schmid 1f429ffeda
release: bump version to 2.5.0, update changelog 2024-07-17 10:30:58 +02:00
Manuel Schmid bb0c7fbc3a
release: bump version to 2.6.0, update changelog 2024-07-17 10:29:49 +02:00
Manuel Schmid 8d67166dd1
chore: use opencv-contrib-python-headless
https://github.com/lllyasviel/Fooocus/pull/1964
(cherry picked from commit 1f32f9f4ab)
2024-07-16 19:56:39 +02:00
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