Manuel Schmid
965364cd80
feat: add list of 100 most popular animals to wildcards ( #985 )
2024-02-24 19:03:46 +01:00
Manuel Schmid
5b7ddf8b22
feat: advanced params refactoring + prevent users from skipping/stopping other users tasks in queue ( #981 )
...
* only make stop_button and skip_button interactive when rendering process starts
fix inconsistency in behaviour of stop_button and skip_button as it was possible to skip or stop other users processes while still being in queue
* use AsyncTask for last_stop handling instead of shared
* Revert "only make stop_button and skip_button interactive when rendering process starts"
This reverts commit d3f9156854 .
* introduce state for task skipping/stopping
* fix return parameters of stop_clicked
* code cleanup, do not disable skip/stop on stop_clicked
* reset last_stop when skipping for further processing
* fix: replace fcbh with ldm_patched
* fix: use currentTask instead of ctrls after merging upstream
* feat: extract attribute disable_preview
* feat: extract attribute adm_scaler_positive
* feat: extract attribute adm_scaler_negative
* feat: extract attribute adm_scaler_end
* feat: extract attribute adaptive_cfg
* feat: extract attribute sampler_name
* feat: extract attribute scheduler_name
* feat: extract attribute generate_image_grid
* feat: extract attribute overwrite_step
* feat: extract attribute overwrite_switch
* feat: extract attribute overwrite_width
* feat: extract attribute overwrite_height
* feat: extract attribute overwrite_vary_strength
* feat: extract attribute overwrite_upscale_strength
* feat: extract attribute mixing_image_prompt_and_vary_upscale
* feat: extract attribute mixing_image_prompt_and_inpaint
* feat: extract attribute debugging_cn_preprocessor
* feat: extract attribute skipping_cn_preprocessor
* feat: extract attribute canny_low_threshold
* feat: extract attribute canny_high_threshold
* feat: extract attribute refiner_swap_method
* feat: extract freeu_ctrls attributes
freeu_enabled, freeu_b1, freeu_b2, freeu_s1, freeu_s2
* feat: extract inpaint_ctrls attributes
debugging_inpaint_preprocessor, inpaint_disable_initial_latent, inpaint_engine, inpaint_strength, inpaint_respective_field, inpaint_mask_upload_checkbox, invert_mask_checkbox, inpaint_erode_or_dilate
* wip: add TODOs
* chore: cleanup code
* feat: extract attribute controlnet_softness
* feat: extract remaining attributes, do not use globals in patch
* fix: resolve circular import, patch_all now in async_worker
* chore: cleanup pid code
2024-02-24 19:01:06 +01:00
Manuel Schmid
0ed01da4e4
Merge pull request #2313 from charliewilco/patch-1
...
chore: add .DS_Store to .gitignore
2024-02-22 21:53:36 +01:00
Charlie ⚡️
187f4a76c6
Remove mac generated invisible files
2024-02-20 21:51:01 -05:00
Manuel Schmid
f8ca04a406
feat: add early return for prompt expansion when no new tokens should be added
...
closes https://github.com/lllyasviel/Fooocus/issues/2278 , also removes comma at the end added before tokenizer
2024-02-19 15:22:10 +01:00
Manuel Schmid
a78f66ffb5
fix: sort with casefold, case insensitive
...
https://docs.python.org/3/library/stdtypes.html#str.casefold
2024-02-12 21:59:22 +01:00
Manuel Schmid
1c999be8c8
Merge pull request #2229 from lllyasviel/develop
...
Release 2.1.865
2.1.865
2024-02-11 15:20:27 +01:00
Manuel Schmid
f4a8bf24cf
fix: correctly calculate refiner switch when overwrite_switch is > 0 ( #2165 )
...
When using custom steps, the calculation of switching timing is wrong. Now it is modified to calculate "steps x timing" after custom steps are used.
By @xhoxye
2024-02-11 15:13:20 +01:00
074b655dff
fix: implement output path argument ( #2074 )
...
* added function to check output path arg and override, other wise, use temp or fallback to config
* added function to check output path arg and override, other wise, use temp or fallback to config #2065
* Revert to 1bcbd650
* moved path output arg handling inside config start up
* Revert "added function to check output path arg and override, other wise, use temp or fallback to config"
This reverts commit fecb97b59c .
* Updated tag to uppercase
* updated docstring to standard double quotes.
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com >
* removed extra check on image log flag per feedback
* feat: update config_dict value when overriding path_outputs, change message
---------
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com >
Co-authored-by: Manuel Schmid <manuel.schmid@odt.net >
2024-02-11 13:04:06 +01:00
Manuel Schmid
ee3ce95566
docs: update version
2024-02-10 21:59:13 +01:00
Manuel Schmid
2037de3fcb
chore: fix typos and adjust wording ( #1521 , #1644 , #1691 , #1772 )
2024-02-10 21:54:50 +01:00
eb3f4d745c
feat: add suffix ordinals ( #845 )
...
* add suffix ordinals with lambda
* delay importing of modules.config (#2195 )
* refactor: use easier to read version to find matching ordinal suffix
---------
Co-authored-by: rsl8 <138326583+rsl8@users.noreply.github.com >
Co-authored-by: Manuel Schmid <manuel.schmid@odt.net >
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com >
2024-02-10 21:49:23 +01:00
Praveen Kumar Sridhar and Manuel Schmid
b9d7e77b0d
replaced the custom lcm function with math.lcm ( #1122 )
...
Co-authored-by: Manuel Schmid <manuel.schmid@odt.net >
2024-02-10 19:28:10 +01:00
Evgenii
c32b9bdc44
fix: replace regexp to support unicode chars ( #1424 )
2024-02-10 19:15:57 +01:00
Manuel Schmid
98ba1d5d47
fix: correctly sort files, display deepest dir level first ( #1784 )
2024-02-10 19:03:26 +01:00
Dr. Christoph Mittendorf
231956065f
Removing unnecessary comments / old code ( #1905 )
2024-02-10 18:51:03 +01:00
rsl8
e4929a9ed7
fix: do not overwrite $GRADIO_SERVER_PORT if it is already set ( #1921 )
2024-02-10 18:44:20 +01:00
Manuel Schmid and rsl8
b7715b0a0c
fix: prevents outdated history log link after midnight ( #1979 )
...
* feat: update history link date after each generation
prevents outdated date in link after midnight
* delay importing of modules.config (#2195 )
* fix: disable queue for initial queue loading
---------
Co-authored-by: rsl8 <138326583+rsl8@users.noreply.github.com >
2024-02-10 18:33:28 +01:00
ac10e51364
add auth to --listen and readme ( #2127 )
...
* Update webui.py
* Update readme.md
* Update webui.py
Only enable AuthN for --listen and --share
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com >
* docs: rephrase documentation changes for auth
---------
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com >
Co-authored-by: Manuel Schmid <manuel.schmid@odt.net >
2024-02-10 18:15:51 +01:00
rsl8
95f93a1f4b
delay importing of modules.config ( #2195 )
2024-02-10 17:51:38 +01:00
V1sionVerse
d1a450c581
Fixed mistakes in HTML generation ( #2187 )
...
Added <!DOCTYPE html> declaration
<img/> instead of <img></img>
<br/> instead of </br>
2024-02-10 17:50:41 +01:00
rsl8
fdc4dc1d87
delay importing of modules.config ( #2195 )
2024-02-10 17:42:30 +01:00
Justin Dhillon
71eb040afc
Fix broken links ( #2217 )
...
* https://github.com/rlaphoenix/VSGAN/blob/master/vsgan/archs/esrgan.py
* https://github.com/huggingface/pytorch-image-models/blob/main/timm/layers/drop.py
* https://kornia.readthedocs.io/en/latest/
2024-02-10 17:36:56 +01:00
lllyasviel
1bcbd6501b
fix config
2024-01-27 16:18:26 -08:00
lllyasviel
31fc99d2bc
fix ( #2069 )
2024-01-27 09:07:30 -08:00
lllyasviel
3b1cd37631
Merge pull request #2068 from lllyasviel/dev0127
...
2.1.864
2.1.864
2024-01-27 09:01:44 -08:00
lllyasviel
0cb2db9c41
Update readme.md
2024-01-27 09:00:46 -08:00
lllyasviel
79afb3a619
version
...
version
Update fooocus_version.py
2024-01-27 08:31:25 -08:00
lllyasviel
7b26b29226
new model list
...
i
Update readme.md
2024-01-27 08:30:46 -08:00
lllyasviel
69ad1b3c24
advanced preset load
...
new model list
i
new candidates
add model fallback
allow disable preset download
Update anime.json
Update anime.json
Update config.py
Update anime.json
Update readme.md
Update default.json
2024-01-27 08:06:31 -08:00
Hunter-Houts
ff2187efed
Upgrade requirements_met function ( #1955 )
...
* Upgrade requirements_met function
* Removed extra import
* Using Requirements instead of Regex
2024-01-27 05:12:34 -08:00
rayleichenxi and 雷晨曦
80068a0cd7
[enhance]: use opencv to rewrite morphological_open(), achieve a 40x speed increase in morphological_open opporation, for inpanting images size smaller than 3k ( #2016 )
...
Co-authored-by: 雷晨曦 <leichenxi@qiyi.com >
2024-01-27 05:12:34 -08:00
lllyasviel
1cc40d24d7
backend
2024-01-27 05:12:34 -08:00
Pradhyo Bijja
0b00aaf897
add venv mentioned in the readme to gitignore ( #2038 )
2024-01-27 04:59:04 -08:00
rsl8
f6d67d7655
Make the private log url path relative ( #1948 )
2024-01-20 22:04:44 -08:00
Chris Rohrer and Christoph Rohrer
dc5b5238c8
fix: prevent cutting off overlay ( #1829 )
...
Co-authored-by: Christoph Rohrer <christoph.rohrer@odt.net >
2024-01-09 17:50:47 -08:00
lllyasviel
6261f17561
Update Version ( #1821 )
2024-01-08 17:01:52 -08:00
lllyasviel
fee997d929
git is now case sensitive ( #1820 )
2024-01-08 16:55:36 -08:00
cocktailpeanut
c48d6e7404
fix --disable-in-browser ( #1718 )
2024-01-08 10:46:12 -08:00
lllyasviel
888cc08405
fix #1807 ( #1814 )
2024-01-08 10:41:02 -08:00
f298ebca76
feat: adds preview overlay for styles ( #1762 )
...
* feat: adds preview overlay for styles
* fix: implement correct path resolution for all OS
solves issues for Windows
* fix: makes preview overlay also work with other languages
* feat: scale down images to 258x200, fix aspect ratio in css
reduces file size from 19,6MB to 3,4MB
* fix: adjust z-index to correctly overlay gradio border pulse when generating images
* update files
* version
---------
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com >
Co-authored-by: Manuel Schmid <manuel.schmid@odt.net >
Co-authored-by: lllyasviel <lyuminzhang@outlook.com >
2024-01-07 15:10:42 -08:00
Manuel Schmid
176faf6f34
fixes https://github.com/lllyasviel/Fooocus/issues/1747 ( #1750 )
2024-01-04 05:46:17 -08:00
lllyasviel
624f74a1ed
(requested) Allow upload inpaint mask in developer mode.
2024-01-02 08:22:54 -08:00
lllyasviel
e5af760db8
mask upload
2024-01-02 08:21:50 -08:00
xhoxye
b5163e057f
Fooocus mask enhance, mask upload and invert.蒙版增强功能,上传蒙版、反转手涂蒙版 ( #1645 )
...
* Update webui.py
Added a mask upload interface.添加蒙版上传界面。
* Add mask upload feature
Add mask upload feature.添加蒙版上传功能。
* Add mask upload feature
Add mask upload feature.添加蒙版上传功能。
* Try to fix the problem when drawing mates with external enrichment.
Swap the judgment criteria and try to fix the problem when drawing mates with external enrichment.
调换判断条件,尝试修复和外部扩充绘制配合时出现的问题
* 修改注释
* 修改注释
* Update readme.md
更新日志
* Add mask upload check box,
Add check box, default does not show mask upload box, check it and then show it.
添加复选框,默认不显示蒙版上传框,勾选后再显示。
* back to normal
还原
* Try adding a mask inversion feature
Try adding a mask inversion feature.
尝试添加蒙版反转功能。
增加一个复选框来决定是否将蒙版反转。
* Try adding a mask inversion feature
Try adding a mask inversion feature.
尝试添加蒙版反转功能。
增加一个复选框来决定是否将蒙版反转。
* Fixed word errors
* Fix the words of the description
2024-01-02 07:17:02 -08:00
lllyasviel
0c4f20a0d2
try fix #1761 again ( #1680 )
2023-12-31 04:38:31 -08:00
lllyasviel
2521af308b
try fix #1671 ( #1678 )
2023-12-31 03:38:16 -08:00
lllyasviel
8e62a72a63
(requested) support AMD 8GB GPUs via Windows DirectML
...
this update is requested by users
2023-12-30 06:30:59 -08:00
Alistair Keiller
c0e11c3451
Update readme.md ( #1655 )
2023-12-30 05:12:32 -08:00
lllyasviel
eb0b4d51ef
fix #1608 ( #1635 )
2023-12-28 08:22:50 -08:00