Manuel Schmid
44ac5db94f
Merge branch 'develop_upstream'
2024-05-17 18:27:42 +02:00
Manuel Schmid
6c49df5e04
Merge branch 'feature/automatically-describe-uov-image'
2024-05-17 18:26:32 +02:00
Manuel Schmid
33fa175bd4
feat: automatically describe image on uov image upload ( #1938 )
...
* feat: automatically describe image on uov image upload if prompt is empty
* feat: add argument to disable automatic uov image description
* feat: rename argument, disable by default
this prevents computers with low hardware specifications from being unnecessary blocked
2024-05-17 18:25:08 +02:00
Manuel Schmid
1eb58fa366
Merge branch 'main_upstream' into develop_upstream
2024-05-17 18:22:55 +02:00
Manuel Schmid
24721a8511
feat: rename argument, disable by default
...
this prevents computers with low hardware specifications from being unnecessary blocked
2024-05-17 18:19:48 +02:00
Manuel Schmid
cb34100295
feat: add argument to disable automatic uov image description
2024-05-17 17:42:15 +02:00
Manuel Schmid
72f59c9554
Merge branch 'main_upstream' into feature/automatically-describe-uov-image
2024-05-17 17:33:19 +02:00
e52fa787
5e594685e1
fix: do not close meta tag in HTML header ( #2740 )
...
* fixed typo in HTML (extra </meta> tag)
* refactor: remove closing slash for meta tag
as of specification in https://html.com/tags/meta/ , meta tagas are null elements:
This element must not contain any content, and does not need a closing tag.
---------
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
2024-05-17 17:25:56 +02:00
Vishvesh Khanvilkar
96bf89f782
fix: use correct border radius css property ( #2845 )
2024-05-17 17:18:45 +02:00
Manuel Schmid
1c107e027c
release: bump version to 2.3.3
2024-05-15 17:23:12 +02:00
Manuel Schmid
4d46fb6bcb
Merge branch 'feature/add-tcd-sampler'
...
# Conflicts:
# modules/flags.py
2024-05-15 17:17:02 +02:00
Manuel Schmid
badbe6e53b
Merge branch 'feature/add-align-your-steps-scheduler'
...
# Conflicts:
# presets/anime.json
2024-05-15 17:15:47 +02:00
Manuel Schmid
77acf8126a
wip: add tcd sampler
...
adapted code from https://github.com/comfyanonymous/ComfyUI/pull/3370
TODO: check if virtual scheduler tcd is needed for using sampling_base ModelSamplingDiscreteDistilled or if it's better to use sgm_uniform directly without patching
2024-05-12 19:42:28 +02:00
Manuel Schmid
c507556bfd
feat: add AlignYourStepsScheduler
...
794a357f7a/comfy_extras/nodes_align_your_steps.py
https://research.nvidia.com/labs/toronto-ai/AlignYourSteps/howto.html
2024-05-12 17:06:13 +02:00
Manuel Schmid
0c9fe7f99e
Merge remote-tracking branch 'upstream/develop'
2024-05-09 22:27:36 +02:00
docppp
bdd6b1a9b0
feat: add full raw prompt to history log ( #1920 )
...
* Update async_worker.py
* Update private_logger.py
* refactor: only show full prompt details in logs, exclude from image metadata
---------
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
Co-authored-by: Manuel Schmid <dev@mash1t.de>
2024-05-09 20:25:43 +02:00
Manuel Schmid
4dd5cae53e
release: bump version to 2.3.2
2024-05-09 19:25:21 +02:00
Manuel Schmid
1ecc07ff47
Merge commit '1a9faf4d1bed0af009b5b56810ce85b40ca72097'
2024-05-09 19:21:08 +02:00
Manuel Schmid
8b75efd318
Merge remote-tracking branch 'upstream/develop'
...
# Conflicts:
# modules/async_worker.py
2024-05-09 19:17:46 +02:00
Manuel Schmid
d7dfd6cdf2
Merge commit '3b27a11a90611cc4c1f4a1d24036d127be3ce770'
...
# Conflicts:
# language/en.json
# webui.py
2024-05-09 19:15:34 +02:00
Manuel Schmid
052393bb9b
refactor: rename label for reconnect button ( #2893 )
...
* feat: add button to reconnect UI without having to reload the page
* qa: add missing semicolon
* refactor: rename button label to "Reconnect"
2024-05-09 19:13:59 +02:00
Manuel Schmid
3b27a11a90
refactor: rename button label to "Reconnect"
2024-05-09 19:09:14 +02:00
Manuel Schmid
6308fb8b54
feat: update anime from animaPencilXL_v100 to animaPencilXL_v310 ( #2454 )
...
* feat: update anime from animaPencilXL_v100 to animaPencilXL_v200
* feat: update animaPencilXL from 2.0.0 to 2.6.0
* feat: update animaPencilXL from 2.6.0 to 3.1.0
* feat: reduce cfg as suggested by vendor from 3.0.0
https://civitai.com/models/261336?modelVersionId=435001
"recommend to decrease CFG scale." + all examples are in CFG 6
2024-05-09 19:03:30 +02:00
Manuel Schmid
f54364fe4e
feat: add random style checkbox to styles selection ( #2855 )
...
* feat: add random style
* feat: rename random to random style, add translation
* feat: add preview image for random style
2024-05-09 19:02:04 +02:00
Manuel Schmid
c32bc5e199
feat: add optional model VAE select ( #2867 )
...
* Revert "fix: use LF as line breaks for Docker entrypoint.sh (#2843 )" (#2865 )
False alarm, worked as intended before. Sorry for the fuzz.
This reverts commit d16a54edd6 .
* feat: add VAE select
* feat: use different default label, add translation
* fix: do not reload model when VAE stays the same
* refactor: code cleanup
* feat: add metadata handling
2024-05-09 18:59:35 +02:00
Manuel Schmid
33458af5fb
Merge branch 'feature/update-anime-preset'
2024-05-05 02:05:27 +02:00
Manuel Schmid
11129838cc
feat: reduce cfg as suggested by vendor from 3.0.0
...
https://civitai.com/models/261336?modelVersionId=435001
"recommend to decrease CFG scale." + all examples are in CFG 6
2024-05-05 02:05:19 +02:00
Manuel Schmid
544054e2b6
Merge branch 'feature/update-anime-preset'
...
# Conflicts:
# presets/anime.json
2024-05-05 01:38:42 +02:00
Manuel Schmid
a0418a5648
feat: update animaPencilXL from 2.6.0 to 3.1.0
2024-05-05 01:16:59 +02:00
Manuel Schmid
a6207a949a
Merge branch 'feature/add-vae-select'
2024-05-05 01:07:39 +02:00
Manuel Schmid
b0d3a3abb0
Merge branch 'feature/add-random-style'
...
# Conflicts:
# modules/async_worker.py
2024-05-05 01:07:34 +02:00
Manuel Schmid
121f1e0a15
Merge branch 'main_upstream' into develop_upstream
2024-05-05 01:04:12 +02:00
Manuel Schmid
ab76a26806
feat: add metadata handling
2024-05-05 00:33:24 +02:00
Manuel Schmid
af33e930d3
refactor: code cleanup
2024-05-04 21:13:03 +02:00
Manuel Schmid
4a3aac09a3
fix: do not reload model when VAE stays the same
2024-05-04 21:12:25 +02:00
Manuel Schmid
15696da9b8
feat: use different default label, add translation
2024-05-04 20:37:30 +02:00
Manuel Schmid
8e6299b898
feat: add VAE select
2024-05-04 20:36:47 +02:00
Manuel Schmid
c36e951781
Revert "fix: use LF as line breaks for Docker entrypoint.sh ( #2843 )" ( #2865 )
...
False alarm, worked as intended before. Sorry for the fuzz.
This reverts commit d16a54edd6 .
2024-05-04 14:37:40 +02:00
Manuel Schmid
5b2d046b12
Merge branch 'main_upstream' into develop_upstream
2024-05-02 23:58:43 +02:00
Manuel Schmid
c64c7c3b91
feat: add preview image for random style
2024-05-02 22:39:41 +02:00
Manuel Schmid
3027fafee3
feat: rename random to random style, add translation
2024-05-02 22:32:18 +02:00
Manuel Schmid
0db3c10c60
feat: add random style
2024-05-02 22:20:18 +02:00
Manuel Schmid
1a9faf4d1b
feat: change ByteDance huggingface profile with mashb1t
2024-05-02 21:19:22 +02:00
Manuel Schmid
66c6b7af48
Merge branch 'main_upstream'
2024-05-01 14:16:48 +02:00
Manuel Schmid
d16a54edd6
fix: use LF as line breaks for Docker entrypoint.sh ( #2843 )
...
adjusted for Linux again, see https://github.com/lllyasviel/Fooocus/discussions/2836
2024-05-01 14:11:38 +02:00
Manuel Schmid
5bcb56a35c
fix: use LF as line breaks for entrypoint.sh
...
adjusted for Linux again, see https://github.com/lllyasviel/Fooocus/discussions/2836
2024-05-01 14:07:49 +02:00
Manuel Schmid
d687ea73c4
Merge branch 'upstream/develop'
...
# Conflicts:
# webui.py
2024-04-30 15:34:16 +02:00
Manuel Schmid
2bd9936d5b
Merge branch 'feature/hyper-sd-performance'
...
# Conflicts:
# modules/async_worker.py
2024-04-30 15:24:28 +02:00
Manuel Schmid
27df5df20b
feat: use LoRA weight 0.8, sampler dpmpp_sde_gpu and scheduler_name karras
...
suggested in https://github.com/lllyasviel/Fooocus/discussions/2813#discussioncomment-9245251
results see https://github.com/lllyasviel/Fooocus/discussions/2813#discussioncomment-9275251
2024-04-30 15:06:33 +02:00
Manuel Schmid
fa74a0c7fe
feat: add performance hyper-sd based on 4step LoRA
2024-04-26 22:22:09 +02:00