Experimental Stuff

Experimental Stuff #


New Frontend #


Put this --front-end-version Comfy-Org/ComfyUI_frontend@latest after main.py in your command-line argument you use to start your ComfyUI!

New Features #


You can now drag and drop nodes from the Node Library in the new sidebar section to your workflow, which you can also search using fuzzy matching!

Fuzzy search allows you to find nodes in the Node Library even if you don’t remember their exact names. It works by matching the characters you type to the characters in the node names, even if they’re not in the same order. This makes it easier to find nodes without having to remember their exact names.

Holding shift while releasing a link will now bring up the Node Search Box.

For Loops #


You can check out the branch with gh but make sure to remind yourself that you are behind master by a few commits!

The branch has been merged!

You should also make sure the execution-inversion-demo-comfyui custom node you might have downloaded is updated!

So how do these for loops work? Uh, good question! Let’s find out!

Lazy Evaluation #


Node Expansion #


Nodes can be expanded now to multiple other nodes during runtime. The Advanced Prompt node is an example of this. You can use anthro male wolf, [full-length portrait:cute fangs:0.4] to use the prompt anthro male wolf, full-length portrait during the first 40% of sampling and anthro male wolf, cute fangs during the last 60% of sampling. This node also allows use of LoRAs just by typing <lora:blp-v1e400.safetensors:0.2> to load a LoRA in with 20% strength.

This is a great step towards a bright future with subgraphs!