This custom node provides face detection and detailer features. Using this, the DDetailer extension of the WebUI can be implemented in ComfyUI. Currently, this is the main feature and additional feature will be added in the future.
Please refer to the GitHub page for more detailed information.
https://github.com/ltdrdata/ComfyUI-Impact-Pack
Install guide:
Download
Uncompress into ComfyUI/custom_nodes
Restart ComfyUI
Troubleshootings:
Occasionally, when a new parameter is created in an update, the values of nodes created in the previous version can be shifted to different fields. This can result in unintended results or errors if executed as is, so it is important to check the node values. In particular, when updating from version v1.4 or earlier to version v1.5, all parameter values under guide_size will be different, so be careful when using previously created workflows.
Updates:
v1.5
guide_size_for parameter added
more predictable upscale size patch
crop_factor on ONNXDetectorForEach node
v1.4
guide_size bug fix
ONNXLoader, ONNXDetectorForEach nodes added
v1.3
MaskToSEGS node added.
v1.2
Support external_seed for Seed node of WAS node suite.
v1.1
Fixed a package dependency issue with pycocotools on Windows.
Resolved an issue where the software was unable to recognize the "ComfyUI" folder in certain cases.
Stable Diffusion Webui Extension for Civitai, to download civitai shortcut and models.
Stable Diffusion Webui's Extension tab, go to Install from url sub-tab. Copy this project's url into it, click install.
git clone https://github.com/sunnyark/civitai-shortcut
You can save the model URL of the Civitai site for future reference and storage.
This allows you to download the model when needed and check if the model has been updated to the latest version.
The downloaded models are saved to the designated storage location.
When using Civitai Shortcut, four items will be created:
sc_saves: a folder where registered model URLs are backed up and stored.
sc_thumb_images: a folder where thumbnails of registered URLs are stored.
sc_infos: a folder where model info and images are saved when registering a shortcut.
CivitaiShortCut.json: a JSON file that records and manages registered model URLs.
v 1.1
* When registering a shortcut, model information and images are saved in a separate folder.
* This allows users to access model information from "Saved Model Information" Tab even if there is no connection to the Civitai site.
* "Thumbnail Update" button is removed and replaced with an "Update Shortcut's Model Information" button to keep the model information and images up to date.
* "Download images Only" button is removed from "Civitai Model Information" Tab that can be accessed live, and "Delete shortcut" button is moved to "Saved Model Information" Tab.
* "Delete shortcut" button removes the model information and images stored in sc_infos in one go.
* "Update Model Information" button is added to "Saved Model Information" Tab for individual updating of model information, in addition to "Update Shortcut's Model Information" that updates all model information.
The plugin mainly supports direct input Chinese for comfyui ai painting
Gratitude model:https://civitai.com/models/10415/3-guofeng3
gitHub:https://github.com/laojingwei/comfy_Translation.git
comfy_Translation
Updated 20230414 01:40
--2.1--This release fixes an issue where keywords are also re-rendered when keywords have not changed
Updated 20230413 19:40
The update is as follows
1. Optimize your code
2. The tag information of the generated picture is Chinese
3. Added the ability to open ComfyUI using a custom browser
Customize the browser usage
1) Add openIE.txt to ComfyUI\custom_nodes and change the path to start the browser
2) Browser path: Find your browser -> Right mouse button -> Open file location -> Copy the.exe path in
Such as:
PATH="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"
3) Restart ComfyUI
Open a custom browser. If openIE.txt is configured, it will get the inside path to open the browser you want to open. If there is no such file, it will use the default way to open it
TODO currently opens two browsers, one by default and one by custom, requiring you to manually close any browser you don't want to open
I'm sorry that I can't block ComfyUI to open the default browser. I will try to find the ComfyUI authors to see if they can modify their code so that we can customize the browser to open
install
1. Download the compressed package directly
2. Use git clone to download and connect as follows:
git clone https://github.com/laojingwei/comfy_Translation.git
Usage method
1. If the package is compressed, decompress it first and put comfy_Translation.py into ComfyUI\custom_nodes
2, if cloned, also put comfy_Translation.py into ComfyUI\custom_nodes
3. Restart ComfyUI
4. Input ZH_CN2EN and other keywords directly in clip Text encode, and then you can input Chinese keywords freely according to your own play. After the project is built, click render, and then the Chinese will be automatically converted into English and sent to ai for drawing
Translation starts with keyword interpretation
1. ZH_CN2EN
Whether Chinese and English are mixed or not, all translated into English (recommended)
2. ZH_CN2EN1
The same as ZH_CN2EN is also converted to English, whether it is mixed with English or not, but there is a log output in the console to see the converted content (recommended).
3. ZH_AUTO
Automatic, depending on the mood of the translation api to determine whether to switch to English or Chinese (not recommended)
4. ZH_AUTO1
Automatic, look at the mood of translation api to determine whether to turn to English or Chinese, but more log output printing (not recommended)
Github Repo:
https://github.com/receyuki/stable-diffusion-prompt-reader
A simple standalone viewer for reading prompts from Stable Diffusion generated image outside the webui.
There are many great prompt reading tools out there now, but for people like me who just want a simple tool, I built this one.
No additional environment or command line or browser required to run it, just open the app and drag and drop the image in.
Support macOS, Windows and Linux.
Simple drag and drop interaction.
Copy prompt to clipboard.
Multiple format support.
A1111's web store
PNG
JPEG
WEBP
Naifu (4chan)
PNG
Short stories
PNG
If you are using a tool or format that is not on this list, please help me to support your format by uploading the original file generated by your tool as a zip file to the issues, thx.
Download executable from above or from the GitHub Releases