v0.4.0 🚀🚗🚚🏃
- Add "help" option to the context menu for each node.
- Add "find the node" option to the global context menu.
- Optimize the 3D Image node and add workflow.
3D
ScreenShareNode & FloatingVideoNode
Now comfyui supports capturing screen pixel streams from any software and can be used for LCM-Lora integration. Let's get started with implementation and design! 💻🌐
newNode.mp4
ScreenShareNode & FloatingVideoNode
!! Please use the address with HTTPS (https://127.0.0.1).
SpeechRecognition & SpeechSynthesis
Voice + Real-time Face Swap Workflow
GPT
Support for calling multiple GPTs.ChatGPT、ChatGLM3 , Some code provided by rui. If you are using OpenAI's service, fill in https://api.openai.com/v1 . If you are using a local LLM service, fill in http://127.0.0.1:xxxx/v1 . Azure OpenAI:https://xxxx.openai.azure.com
LoadImagesFromLocal
Monitor changes to images in a local folder, and trigger real-time execution of workflows, supporting common image formats, especially PSD format, in conjunction with Photoshop.
Layers
A new layer class node has been added, allowing you to separate the image into layers. After merging the images, you can input the controlnet for further processing.
Other Nodes
randomPrompt
TransparentImage
Consistency Decoder
After downloading the OpenAI VAE model, place it in the "model/vae" directory for use. https://openaipublic.azureedge.net/diff-vae/c9cebd3132dd9c42936d803e33424145a748843c8f716c0814838bdc8a2fe7cb/decoder.pt
FeatheredMask、SmoothMask
Add edges to an image.
Improvement
- Add "help" option to the context menu for each node.
- Add "find the node" option to the global context menu.
An improvement has been made to directly redirect to GitHub to search for missing nodes when loading the graph.
Models
Download CLIPSeg, move to : model/clipseg
Installation
manually install, simply clone the repo into the custom_nodes directory with this command:
cd ComfyUI/custom_nodes
git clone https://github.com/shadowcz007/comfyui-mixlab-nodes.git
Install the requirements:
run directly:
cd ComfyUI/custom_nodes/comfyui-mixlab-nodes
install.bat
or install the requirements using:
../../../python_embeded/python.exe -s -m pip install -r requirements.txt
If you are using a venv, make sure you have it activated before installation and use:
pip3 install -r requirements.txt
Chinese community
访问 www.mixcomfy.com,获得更多内测功能,关注微信公众号:Mixlab无界社区
Thanks:
discussions:
TODO:
- 音频播放节点:带可视化、支持多音轨、可配置音轨音量
- vector https://github.com/GeorgLegato/stable-diffusion-webui-vectorstudio