Skip to content

96k/comfyui-mixlab-nodes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In progress. !!

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

Installation

For the easiest install experience, install the Comfyui Manager and use that to automate the installation process. Otherwise, to manually install, simply clone the repo into the custom_nodes directory with this command:

git clone https://github.com/shadowcz007/comfyui-mixlab-nodes.git

and 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:

pip install -r requirements.txt

Run directly:

install.bat

Nodes

main main2

workflow-1

randomPrompt

randomPrompt

TransparentImage

TransparentImage

Consistency Decoder

openai Consistency Decoder

Consistency 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.

FeatheredMask

Models

下载CLIPSeg到 model/clipseg

Thanks:

ComfyUI-CLIPSeg

TODO:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.4%
  • JavaScript 40.9%
  • Batchfile 0.7%