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
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
hisk2323
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
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
7b5bced6c2
small url fix ( #1551 )
2023-12-22 00:20:09 -08:00
lllyasviel
f7bb578a14
2.1.854
...
* Add a button to copy parameters to clipboard in log.
* Allow users to load parameters directly by pasting parameters to prompt.
2023-12-20 19:52:38 -08:00
Huy Nguyen
7a6b46f363
New Log System
2023-12-17 20:20:02 -08:00
lllyasviel
323af5667a
2.1.840
...
* Fix some potential frozen after model mismatch
* Fix crash when cfg=1 when using anime preset
* Added some guidelines for troubleshoot the "CUDA kernel errors asynchronously" problem
2023-12-14 13:55:49 -08:00
lllyasviel
5b99e3a1e4
2.1.839
2023-12-13 21:14:50 -08:00
lllyasviel
e8d88d3e25
2.1.826
2023-12-12 11:38:05 -08:00
lllyasviel
dececbd060
[2.1.822] New Inpaint System
...
See related documents for more details.
2023-11-19 17:37:22 -08:00
lllyasviel
675805960a
2.1.821
...
* New UI for LoRAs.
* Improved preset system: normalized preset keys and file names.
* Improved session system: now multiple users can use one Fooocus at the same time without seeing others' results.
* Improved some computation related to model precision.
* Improved config loading system with user-friendly prints.
2023-11-17 11:25:39 -08:00
lllyasviel
a662567f6c
fix #936
2023-11-15 02:25:49 -08:00
lllyasviel
cec0c2a8df
2.1.808
...
* Aspect ratios now show aspect ratios.
* Added style search.
* Added style sorting/ordering/favorites.
2023-11-14 14:06:12 -08:00
lllyasviel
6c812b68db
add preprocessor skip
2023-11-13 14:35:23 -08:00
lllyasviel
ac8002d2a4
speed up lcm again
2023-11-12 09:12:09 -08:00
lllyasviel
649f45a6df
'Extreme Speed' performance mode
2023-11-12 07:55:44 -08:00
lllyasviel
54f4b265e0
lcm scheduler
2023-11-12 06:44:44 -08:00
lllyasviel
e6aeefd2b4
only load libs when necessary
2023-11-12 02:16:11 -08:00
lllyasviel
e7fe1d443a
only load libs when necessary
2023-11-12 02:10:48 -08:00
lllyasviel
2bef62c545
2.1.790
...
2.1.790
2023-11-11 22:13:13 -08:00
lllyasviel
4fe08161a5
2.1.782
...
2.1.782
2023-11-11 01:43:01 -08:00
lllyasviel
a9bb1079cf
disable refiner when same as base
2023-11-08 23:39:57 -08:00
lllyasviel
2165114876
disable image grid
...
disable image grid by default because many users reports performance issues. like #829 and so on.
2023-11-05 19:09:20 -08:00
lllyasviel
34bcfa79c0
improve gpt2
...
improve gpt2
2023-10-30 16:40:50 -07:00
lllyasviel
759bfadefa
fix async load order + image wall
2023-10-28 23:03:35 -07:00
lllyasviel
f07f7693d3
fix refiner
2023-10-26 19:42:50 -07:00
lllyasviel
4607316c2f
get each image during generating
...
get each image during generating
2023-10-26 17:17:05 -07:00
lllyasviel
9982d34b6c
safer deep copy
2023-10-26 10:29:30 -07:00
lllyasviel
823fa924d3
disable expansion when empty since it is not meaningful and influences image prompt
...
disable expansion when empty since it is not meaningful and influences image prompt
2023-10-26 08:59:49 -07:00
lllyasviel
175f3e3040
update backend + revise styles
...
update backend + revise styles
2023-10-26 08:24:45 -07:00
lllyasviel
214c2ba04c
fix resize
2023-10-25 21:02:55 -07:00
lllyasviel
38e70cebcc
Update Backend
...
Update Backend
2023-10-25 09:40:13 -07:00
MoonRide303
523aa190db
Refactored handling max random seed
2023-10-24 12:15:43 +02:00
lllyasviel
60cb91c406
allow ar config
2023-10-23 19:42:23 -07:00
MoonRide303
81650a4305
Increased allowed random seed range
2023-10-23 12:27:12 +02:00
lllyasviel
d4a9b116e4
fix log for multiple-line prompts
2023-10-20 05:15:49 -07:00
lllyasviel
ff8d649cac
bfs for wildcard
2023-10-20 05:05:29 -07:00
lllyasviel
04066124c2
fix many resolution problems
2023-10-20 02:41:04 -07:00
MoonRide303
37da4ac13a
Cleaned up Private Log (most users won't need information about raw prompts)
2023-10-20 11:07:23 +02:00
MoonRide303
48d2fb85f9
Added more information about prompts in Private Log, made wildcards in negative prompt use different seed
2023-10-20 10:08:14 +02:00
lllyasviel
906dfa1331
ling
...
ling
2023-10-18 23:54:40 -07:00
lllyasviel
9660daff94
fix many inpaint bugs ( #731 )
...
fix many inpaint bugs
2023-10-18 06:22:08 -07:00
lllyasviel
32ff981075
fix
2023-10-16 23:50:23 -07:00
MoonRide303
eb72b16da0
Added support for wildcards
2023-10-17 07:54:04 +02:00
lvmin
b3d662054f
using global sigmas for better results
2023-10-14 06:06:34 -07:00
lvmin
10e2db67d6
log
2023-10-13 04:53:02 -07:00
lllyasviel
e61aac34ca
sync ( #658 )
2023-10-12 04:23:10 -07:00
lllyasviel
132afcc2a2
rework refiner
...
rework refiner
2023-10-11 23:44:40 -07:00