Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mask #1

Merged
merged 6 commits into from
Jan 20, 2024
Merged

Mask #1

merged 6 commits into from
Jan 20, 2024

Conversation

xizzat
Copy link
Owner

@xizzat xizzat commented Jan 20, 2024

No description provided.

xhoxye and others added 6 commits January 8, 2024 13:45
* 原请求作者-预设切换-2.1.860

* 解决冲突
* 通配符增强,切换顺序读取

通配符增强,通过勾选切换通配符读取方法,默认不勾选为随机读取一行,勾选后为按顺序读取,并使用相同的种子。

* 代码来自刁璐璐

* update

* Update async_worker.py
* ui_wildcards_enhance

通配符界面文件

* Wildcards Artist

Wildcards Artist 捏人数据通配符文件

* Update webui.py

增加两句代码,插入通配符增强选项卡界面

* 中文翻译文档,包括了通配符的翻译

* Update xhox_bangs.txt

* Update xhox_hanfu.txt

* Wildcards Artist v 0.92

增加一些小功能

* Add files via upload

* Add files via upload

* 更新通配符数据翻译

* Wildcards Artist - 通配符艺术角色大师

确定名称

* Update ui_wildcards_enhance.py

* 为随机预设增加随机艺术家部分

* 将几个元素的默认值设定为其列表中的第一个

设定几个元素的默认值为其列表中的第一个,方便用户通过修改通配符文件内容的顺序来修改默认值

* 更新通配符数据能符合设定的默认值

* Add files via upload

* 功能基础完成,剩下的就是更新通配符数据和翻译了

功能基础完成,除了一个刷新选项按钮

* Add files via upload

* v0.93

* Add files via upload

* Add files via upload

* Add files via upload

* Update webui.py

* 通配符增强,切换顺序读取

通配符增强,通过勾选切换通配符读取方法,默认不勾选为随机读取一行,勾选后为按顺序读取,并使用相同的种子。

* 代码来自刁璐璐

* update

* 复刻Fooocus-feature-add-preset-selection

* 自用,合并更新

* Update async_worker.py

* 还原2.1.861

* 样式标签对齐css

* 最大宽度调整为50%-5px,从-15
* ui_wildcards_enhance

通配符界面文件

* Wildcards Artist

Wildcards Artist 捏人数据通配符文件

* Update webui.py

增加两句代码,插入通配符增强选项卡界面

* 中文翻译文档,包括了通配符的翻译

* Update xhox_bangs.txt

* Update xhox_hanfu.txt

* Wildcards Artist v 0.92

增加一些小功能

* Add files via upload

* Add files via upload

* 更新通配符数据翻译

* Wildcards Artist - 通配符艺术角色大师

确定名称

* Update ui_wildcards_enhance.py

* 为随机预设增加随机艺术家部分

* 将几个元素的默认值设定为其列表中的第一个

设定几个元素的默认值为其列表中的第一个,方便用户通过修改通配符文件内容的顺序来修改默认值

* 更新通配符数据能符合设定的默认值

* Add files via upload

* 功能基础完成,剩下的就是更新通配符数据和翻译了

功能基础完成,除了一个刷新选项按钮

* Add files via upload

* v0.93

* 合并更新到2.1.861的通配符增强捏人

* 尝试解决冲突
@xizzat xizzat merged commit ac63ebd into main Jan 20, 2024
xizzat pushed a commit that referenced this pull request Feb 14, 2024
where swapped face outputs were not saved to the directory
xizzat added a commit that referenced this pull request Feb 14, 2024
* add inswapper integration

* update docs

* add usage video

* Update readme.md

* Update readme.md

* Update readme.md

* add missing requirements

* Update readme.md

* Update readme.md

* add inswapper integration

* update docs

* add usage video

* Update readme.md

* Update readme.md

* Update readme.md

* feat: adds preview overlay for styles (lllyasviel#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>

* fix lllyasviel#1807 (lllyasviel#1814)

* fix --disable-in-browser (lllyasviel#1718)

* git is now case sensitive (lllyasviel#1820)

* Update Version (lllyasviel#1821)

* fix: prevent cutting off overlay (lllyasviel#1829)

Co-authored-by: Christoph Rohrer <christoph.rohrer@odt.net>

* add missing requirements

* Update readme.md

* Update readme.md

* add ability to provide the target image index

* update .gitignore

* fix an issues passing input values

* add info text to target index input

* update docs with usage

* Update readme.md

* first cut of diffusers based photomaker code

* more progress, crummy images

* remove styles for now; troubleshooting poor quality

* first cut of preview code; add resolution

* clean up preview stuff

* pass guidance scale, add callback for preview

* comment out some instant id stuff; use prompts from fooocus

* load loras, update logging; add stuff to todos

* trying to get multiple LoRAs working

* add comments for fixing photomaker progress images

* add mechanism for selecting sampler/scheduler

* add some readme.md for photomaker

* clean up logging

* typos

* add some comments

* pass async_task for progress

* default to DDIM

* resolves issue #1

where swapped face outputs were not saved to the directory

* check the image type then save accordingly

* update readme.md

* unload diffusers when photomaker is disabled

* update docs

* update readme.md

* update readme.md

* remove photomaker folder

* add back photomaker folder with files

* add configure.sh, update colab notebook

* fix notebook

* chmod +x on configure.sh

* add configure.sh

* Update readme.md

* add chmod, call the configure.sh script

* Update readme.md

* update readme with photomaker memory requirements

* add ability to cancel diffusers pipeline

* allow more than four photomaker images

* change verbiage on photomaker readme.md

* remove torch and torchvision from requirements

* first cut of instantid code

* add lcm support; get ready for instantid inpainting

* fix merge syntax

---------

Co-authored-by: Jared Dietz <jdietz@fnni.com>
Co-authored-by: machineminded <155763297+machineminded@users.noreply.github.com>
Co-authored-by: Chris Rohrer <crohrer@users.noreply.github.com>
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>
Co-authored-by: cocktailpeanut <121128867+cocktailpeanut@users.noreply.github.com>
Co-authored-by: Christoph Rohrer <christoph.rohrer@odt.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants