forked from lllyasviel/Fooocus
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 原请求作者-预设切换-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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.