Manuel Schmid
e68c8aa0a7
Merge branch 'main_upstream' into hotfix/prevent-skipping-and-stopping-by-other-users
...
# Conflicts:
# webui.py
2024-01-04 18:07:06 +01:00
Manuel Schmid
ee3d70ab87
fix: replace fcbh with ldm_patched
2024-01-04 18:03:12 +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
8e62a72a63
(requested) support AMD 8GB GPUs via Windows DirectML
...
this update is requested by users
2023-12-30 06:30:59 -08:00
lllyasviel
2f6ebbf876
some fix for previous PRs
2023-12-28 08:07:43 -08:00
御坂IO
ad158450e3
fix to_clipboard from non-localhost access ( #1576 )
...
tested on edge(windows&android)
2023-12-28 07:54:59 -08:00
Manuel Schmid
48b1324a26
add default_max_image_number to config, use as maximum in default_image_number ( #1616 )
2023-12-28 07:48:30 -08:00
Manuel Schmid
0ab7dd0ce0
Merge branch 'main_upstream' into hotfix/prevent-skipping-and-stopping-by-other-users
2023-12-27 18:43:59 +01:00
lllyasviel
7b5bced6c2
small url fix ( #1551 )
2023-12-22 00:20:09 -08:00
lllyasviel
81107298a8
minor fix ( #1532 )
2023-12-20 19:58:53 -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
lllyasviel
f308489440
Add Marc K3nt3L's styles
...
Thanks Marc K3nt3L !
2023-12-18 19:01:52 -08:00
Huy Nguyen
7a6b46f363
New Log System
2023-12-17 20:20:02 -08:00
lllyasviel
0e1aa8d084
better caster ( #1480 )
...
related to mps/rocm/cpu casting for fp16 and etc on clip
2023-12-17 17:09:15 -08:00
lllyasviel
1669370d2e
Refactor CLIP Vision
2023-12-17 00:13:51 -08:00
lllyasviel
67808d5ee5
fix all precision issues
...
We fixed number precision issues again. Now 2.1.849 will give 100% exactly same results as 2.1.824.
2023-12-16 19:54:05 -08:00
lllyasviel
efb312d495
fix autocast ( #1459 )
2023-12-16 17:16:24 -08:00
lllyasviel
085bc3aeaa
revise caster
2023-12-16 16:58:46 -08:00
lllyasviel
ec5dd950a2
Fix many precision problems
...
Many users reported that image quality is different from 2.1.824. We reviewed all codes and fixed several precision problems in 2.1.846.
2023-12-16 15:55:53 -08:00
lllyasviel
179bcb2c4e
Fix inpaint device problem in `--always-gpu` mode. ( #1420 )
...
2.1.841
2023-12-14 19:15:16 -08:00
Manuel Schmid
5496ec41a8
Merge remote-tracking branch 'upstream/main' into hotfix/prevent-skipping-and-stopping-by-other-users
...
# Conflicts:
# modules/async_worker.py
# webui.py
2023-12-14 22:58:12 +01: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
df615d3781
fix some precision problems
2023-12-13 13:05:33 -08:00
lllyasviel
f8e651a483
[2.1.831] Fooocus Describe
2023-12-12 19:34:18 -08:00
lllyasviel
9c3fb90df3
try fix cpu tree
2023-12-12 14:14:30 -08:00
lllyasviel
47441736ae
maintain
2023-12-12 13:44:16 -08:00
AlexL
9cd3c06c6f
Make a simple table in html log output ( #1286 )
2023-12-12 13:33:28 -08:00
lllyasviel
e8d88d3e25
2.1.826
2023-12-12 11:38:05 -08:00
oivasenk
ec57c1fde0
Update private_logger.py ( #1025 )
...
Minor optimization of logs. Added lazy loading of images.
2023-11-24 01:31:20 -08:00
lllyasviel
3bc9ac88fd
maintain
2023-11-23 13:46:50 -08:00
Manuel Schmid
d2e25400f7
Merge branch 'lllyasviel:main' into hotfix/prevent-skipping-and-stopping-by-other-users
2023-11-21 22:31:13 +01:00
lllyasviel
bd4d40203c
ling
2023-11-21 10:16:45 -08:00
lllyasviel
8f98e96d73
maintain
...
Fix some potential problem when LoRAs has clip keys and user want to load those LoRAs to refiners.
2023-11-21 10:04:53 -08:00
Manuel Schmid
8acb2d7537
Merge branch 'main_upstream' into hotfix/prevent-skipping-and-stopping-by-other-users
...
# Conflicts:
# webui.py
2023-11-20 22:00:08 +01:00
lllyasviel
dececbd060
[2.1.822] New Inpaint System
...
See related documents for more details.
2023-11-19 17:37:22 -08:00
Manuel Schmid
d2cc9a4fc8
reset last_stop when skipping for further processing
2023-11-19 23:30:18 +01:00
Manuel Schmid
ebad9ea976
introduce state for task skipping/stopping
2023-11-18 20:51:54 +01:00
Manuel Schmid
617255d040
use AsyncTask for last_stop handling instead of shared
2023-11-18 17:20:41 +01: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
3b97e49dd8
--disable-image-log
2023-11-15 13:23:27 -08:00
lllyasviel
943098f8da
Allow disabling preview in dev tools.
2023-11-15 11:23:43 -08:00
lllyasviel
cf2c89c288
Fix bug when the weight is exactly one.
2023-11-15 10:07:15 -08:00
lllyasviel
166bb98333
add some unused presets
2023-11-15 08:40:06 -08:00
lllyasviel
ab528b78cf
--theme
2023-11-15 08:22:24 -08:00
lllyasviel
eae0b71ff9
Update config.py
2023-11-15 02:45:56 -08:00
lllyasviel
3a9c3c07d1
multiple loras in preset
2023-11-15 02:41:49 -08:00
lllyasviel
a662567f6c
fix #936
2023-11-15 02:25:49 -08:00
lllyasviel
8c49bb1cba
Add previously removed preset
2023-11-15 02:19:20 -08:00