Manuel Schmid
b5bb4eb8b1
Merge branch 'feature/add-preset-selection'
...
# Conflicts:
# webui.py
2024-01-05 21:54:46 +01:00
Manuel Schmid
4900837786
feat: add argument --disable-preset-selection
...
useful for cloud provisioning to prevent model switches and keep models loaded
2024-01-05 21:53:06 +01:00
Manuel Schmid
7a01c8a5b2
Merge branch 'crohrer_main'
2024-01-05 20:18:19 +01:00
Manuel Schmid
6d6b4dbd85
fix: implement correct path resolution for all OS
...
solves issues for Windows
2024-01-05 20:06:43 +01:00
Manuel Schmid
737bd9be9c
add PR for preview of styles to readme
2024-01-05 17:49:53 +01:00
Manuel Schmid
acffc6427c
Merge branch 'crohrer_main'
2024-01-05 17:07:02 +01:00
Manuel Schmid
56d91f9b6a
Merge branch 'main_upstream'
2024-01-05 17:06:55 +01:00
Chris Rohrer
a196a648ff
feat: adds preview overlay for styles
2024-01-05 16:56:05 +01:00
Manuel Schmid
176faf6f34
fixes https://github.com/lllyasviel/Fooocus/issues/1747 ( #1750 )
2024-01-04 05:46:17 -08:00
Manuel Schmid
62d2a3a454
Merge branch 'feature/add-preset-selection'
...
# Conflicts:
# webui.py
2024-01-02 22:40:23 +01:00
Manuel Schmid
e86b7f56bc
Merge branch 'main_upstream' into feature/add-preset-selection
2024-01-02 22:24:25 +01:00
Manuel Schmid
2fa3cf6c3f
DRY output parameter handling
2024-01-02 22:23:11 +01:00
Manuel Schmid
925ba509f7
Merge branch 'main_upstream'
...
# Conflicts:
# modules/advanced_parameters.py
2024-01-02 18:00:26 +01: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
Manuel Schmid
0099dd4783
Merge branch 'feature/add-preset-selection'
...
# Conflicts:
# webui.py
2024-01-01 18:50:43 +01:00
Manuel Schmid
55bb233a3e
use state_is_generating for preset selection change
2024-01-01 18:49:01 +01:00
Manuel Schmid
9d8881d052
Merge branch 'main_upstream' into feature/add-preset-selection
2024-01-01 18:41:54 +01:00
Manuel Schmid
f52a356cfb
Merge branch 'main_upstream'
2023-12-31 15:50:58 +01: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
Manuel Schmid
b78d2c864e
update readme after PR merges
2023-12-31 00:27:25 +01:00
Manuel Schmid
13bb314cfa
Revert "skip free_memory for interrogate"
...
This reverts commit 316fe24f65 .
Rather add interrogate action to queue than keeping 400MB BLIP loaded in VRAM.
2023-12-31 00:26:59 +01:00
Manuel Schmid
64c1a3dcce
Merge branch 'feature/template-improvements'
2023-12-31 00:23:43 +01:00
Manuel Schmid
1c42ceadbb
Merge branch 'bugfix/fix-create-dir-if-not-existing'
...
# Conflicts:
# modules/config.py
2023-12-31 00:10:38 +01:00
Manuel Schmid
917c422ec6
correctly create directory for outputs if not existing
2023-12-30 19:05:59 +01: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
Manuel Schmid
5fb17d1e2c
Merge branch 'main_upstream'
2023-12-30 14:43:57 +01:00
Manuel Schmid
c7a5638f54
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# webui.py
2023-12-30 14:40:49 +01:00
Alistair Keiller
c0e11c3451
Update readme.md ( #1655 )
2023-12-30 05:12:32 -08:00
Manuel Schmid
c442a08099
use already existing label "enhancement" instead of "feature"
2023-12-28 19:05:11 +01:00
lllyasviel
eb0b4d51ef
fix #1608 ( #1635 )
2023-12-28 08:22:50 -08:00
lllyasviel
cce73d28b4
Merge pull request #1634 from lllyasviel/dev
...
Merge community maintains
2023-12-28 08:11:55 -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
986ab451cf
add workaround for changing prompt while generating ( #1578 )
2023-12-28 07:46:19 -08:00
Manuel Schmid
2cabd1c823
update operating system placeholder to Windows 10
...
most common usage i assume
2023-12-28 14:26:03 +01:00
Manuel Schmid
4d4a7c9241
Merge branch 'feature/template-improvements'
2023-12-28 14:01:48 +01:00
Manuel Schmid
37e3b93193
refactor and improve bug report and feature request issue templates
2023-12-28 14:00:47 +01:00
Manuel Schmid
f6c00bd9a7
Merge branch 'feature/make-max-image-number-configurable'
2023-12-27 17:32:03 +01:00
Manuel Schmid
5b3b727298
add default_max_image_number to config, use as maximum in default_image_number
2023-12-27 17:21:33 +01:00
Manuel Schmid
82f82e7941
remove restriction for maximum default_max_image_number value
2023-12-27 17:16:20 +01:00
Manuel Schmid
97803bbe9c
add list of included features / bugfixes to readme
2023-12-27 17:08:19 +01:00
Manuel Schmid
3503358dfd
Merge branch 'hotfix/skip-free-memory-for-interrogate'
2023-12-26 22:47:06 +01:00
Manuel Schmid
316fe24f65
skip free_memory for interrogate
2023-12-26 22:34:57 +01:00
Manuel Schmid
33358e5693
adjust link to colab playbook in readme
2023-12-26 00:09:47 +01:00
Manuel Schmid
768a135859
use mashb1t repo url in fooocus_colab playbook
2023-12-26 00:07:55 +01:00
Manuel Schmid
f76f91c1e3
set default_overwrite_step to -1 for all other presets than turbo
2023-12-25 01:09:55 +01:00