Some Utils for ComfyUI LoadImageWithSwitch Modified the official LoadImage node by adding a switch. When turned off, it will not load the image. LoadImageMaskWithSwitch Modified the official LoadImageMask node by adding a switch. When turned off, it will not load the image to mask. ...
Files master .github web .gitignore LICENSE README.md __init__.py color_correct.py nodes.py pyproject.toml requirements.txtBreadcrumbs ComfyUI-utils-nodes / requirements.txt Latest commit zhangp365 first commit ba4c7f2· Mar 20, 2024 HistoryHistory...
This repo contains some useful tools, especially for improving speed. - fixed a bug. · zhangp365/ComfyUI-utils-nodes@8036b4d
Publish to Comfy registry added the CheckpointLoaderSimpleWithSwitch node. #4 Sign in to view logs Summary Jobs Publish Custom Node to registry Run details Usage Workflow file Triggered via push June 27, 2024 08:33 zhangp365 pushed 36819e7 master Status Success Total duration 34s...
For convenience in using the latest Comfy Docker, the Docker repository is updated daily. Simply use the latest version. The Docker image also includes the ControlNet and IPAdapter nodes for ComfyUI. Usage This project currently supports Linux as the deployment platform. It will also work using...
For GGUF models you will need to installComfyUI-GGUF Installation Install this repo intoComfyUI/custom_nodes git clone https://github.com/balazik/ComfyUI-PuLID-Flux.git Install all the packages listed in therequirements.txtfile into the Python environment where you run ComfyUI. I prefer not...
A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality. - ComfyUI_LayerStyle/lut at main · zhangp365/ComfyUI_LayerStyle
PuLID-Flux ComfyUI implementation. Contribute to zhangp365/ComfyUI-PuLID-Flux development by creating an account on GitHub.
(__main__.__file__)), "web" + os.sep + "extensions" + os.sep + "ComfyUI-utils-nodes") javascript_folder = os.path.join(os.path.dirname(os.path.realpath(__file__)),"web" ,"js") if not os.path.exists(extensions_folder): print("Creating frontend extension folder: " + ...
PuLID-Flux ComfyUI implementation. Contribute to zhangp365/ComfyUI-PuLID-Flux development by creating an account on GitHub.