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
|
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
|
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
|
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
|
7f8cf0dba4
|
Merge branch 'main_upstream'
# Conflicts:
# fooocus_version.py
# readme.md
# update_log.md
|
2024-07-17 19:38:08 +02:00 |
Manuel Schmid
|
97a8475a62
|
feat: revert disabling persistent style sorting, code cleanup
|
2024-07-17 12:04:34 +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
|
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
|
27cbca2d90
|
fix: only import translator when needed
|
2024-07-16 19:21:31 +02:00 |
Manuel Schmid
|
d46e47ab3d
|
feat: revert adding translate feature #2
|
2024-07-16 14:48:54 +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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
6f4d73b349
|
refactor: code cleanup
|
2024-06-25 22:06:07 +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
|
1d3c0b9bca
|
fix: use non-prefixed uov attributes in async_worker
|
2024-06-24 21:49:04 +02:00 |