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
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
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
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
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
1f429ffeda
release: bump version to 2.5.0, update changelog
2024-07-17 10:30:58 +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
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
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
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
licyk
34f67c01a8
feat: add restart sampler ( #3219 )
2024-07-01 14:24:21 +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
7c1a101c0f
hotfix: add missing method in performance enum ( #3154 )
2024-06-16 18:53:20 +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
3e453501f7
fix: correctly identify and remove performance LoRA ( #3150 )
2024-06-16 16:52:58 +02:00
Manuel Schmid
55ef7608ea
feat: adjust playground_v2.5 preset ( #3136 )
...
* feat: reduce cfg of playground_v2.5 preset from 3 to 2 to prevent oversaturation
* feat: adjust default styles for playground_v2.5
2024-06-11 22:50:09 +02:00
Manuel Schmid
ba77e7f706
release: bump version to 2.4.3, update changelog ( #3109 )
2024-06-06 19:34:44 +02:00
Manuel Schmid
5abae220c5
feat: parse env var strings to expected config value types ( #3107 )
...
* fix: add try_parse_bool for env var strings to enable config overrides of boolean values
* fix: fallback to given value if not parseable
* feat: extend eval to all valid types
* fix: remove return type
* fix: prevent strange type conversions by providing expected type
* feat: add tests
2024-06-06 19:29:08 +02:00
Manuel Schmid
04d764820e
fix: correctly set alphas_cumprod ( #3106 )
2024-06-06 13:42:26 +02:00
Manuel Schmid
350fdd9021
Merge pull request #3095 from lllyasviel/develop
...
release v2.4.2
2024-06-05 21:50:42 +02:00
Manuel Schmid
85a8deecee
release: bump version to 2.4.2, update changelog
2024-06-05 21:30:43 +02:00
Manuel Schmid
b58bc7774e
fix: correct sampling when gamma is 0 ( #3093 )
2024-06-04 21:03:37 +02:00
Manuel Schmid
2d55a5f257
feat: add support for playground v2.5 ( #3073 )
...
* feat: add support for playground v2.5
* feat: add preset for playground v2.5
* feat: change URL to mashb1t
* feat: optimize playground v2.5 preset
2024-06-04 20:15:49 +02:00
Manuel Schmid
cb24c686b0
Merge branch 'main_upstream' into develop_upstream
2024-06-04 20:11:42 +02:00
Manuel Schmid
ab01104d42
feat: make textboxes (incl. positive prompt) resizable ( #3074 )
...
* feat: make textboxes (incl. positive prompt) resizable again
* wip: auto-resize positive prompt on new line
dirty approach as container is hidden and 1px padding is applied for border shadow to actually work
* feat: set row height to 84, exactly matching 3 lines for positive prompt
eliminate need for JS to resize positive prompt onUiLoaded
2024-06-02 13:40:42 +02:00
Manuel Schmid
3d43976e8e
feat: update cmd args ( #3075 )
2024-06-02 02:13:16 +02:00
Manuel Schmid
07c6c89edf
fix: chown files directly at copy ( #3066 )
2024-05-31 22:41:36 +02:00
Manuel Schmid
7899261755
fix: turbo scheduler loading issue ( #3065 )
...
* fix: correctly load ModelPatcher
* feat: do not load model at all, not needed
2024-05-31 22:24:19 +02:00
Manuel Schmid
64c29a8c43
feat: rework intermediate image display for restricted performances ( #3050 )
...
disable intermediate results for all performacnes with restricted features
make disable_intermediate_results interactive again even if performance has restricted features
users who want to disable this option should be able to do so, even if performance will be impacted
2024-05-30 16:17:36 +02:00
Manuel Schmid
4e658bb63a
feat: optimize performance lora filtering in metadata ( #3048 )
...
* feat: add remove_performance_lora method
* feat: use class PerformanceLoRA instead of strings in config
* refactor: cleanup flags, use __member__ to check if enums contains key
* feat: only filter lora of selected performance instead of all performance LoRAs
* fix: disable intermediate results for all restricted performances
too fast for Gradio, which becomes a bottleneck
* refactor: rename parse_json to to_json, rename parse_string to to_string
* feat: use speed steps as default instead of hardcoded 30
* feat: add method to_steps to Performance
* refactor: remove method ordinal_suffix, not needed anymore
* feat: only filter lora of selected performance instead of all performance LoRAs
both metadata and history log
* feat: do not filter LoRAs in metadata parser but rather in metadata load action
2024-05-30 16:14:28 +02:00
Manuel Schmid
3ef663c5b7
fix: do not set textContent on undefined when no translation was given #2 ( #3046 )
...
* fix: do not set textContent on undefined when no translation was given
2024-05-29 20:33:15 +02:00
Manuel Schmid
bf70815a66
fix: use default vae name instead of None on file refresh ( #3045 )
2024-05-29 19:49:07 +02:00
Manuel Schmid
725bf05c31
release: bump version to 2.4.1, update changelog ( #3027 )
2024-05-28 01:10:45 +02:00
Manuel Schmid
4a070a9d61
feat: build docker image tagged "edge" on push to main branch ( #3026 )
...
* feat: build docker image on push to main branch
* feat: add tag "edge" for main when building the docker image
* feat: update name of build container workflow
2024-05-28 00:49:47 +02:00
Manuel Schmid
0e621ae34e
fix: add type check for undefined, use fallback when no translation for aspect ratios was given ( #3025 )
2024-05-28 00:09:39 +02:00
Manuel Schmid
dfff9b7dcf
fix: adjust clip skip default value from 1 to 2 ( #3011 )
...
* Revert "Revert "feat: add clip skip handling (#2999 )" (#3008 )"
This reverts commit 989a1ad52b .
* feat: use clip skip 2 as default
2024-05-27 00:28:22 +02:00
Manuel Schmid
989a1ad52b
Revert "feat: add clip skip handling ( #2999 )" ( #3008 )
...
This reverts commit cc58fe5270 .
2024-05-26 22:07:44 +02:00