Nodes Browser
ComfyDeploy: How ConCarneNode works in ComfyUI?
What is ConCarneNode?
Nodes:Bing Image Grabber, Zephyr chat, Hermes Chat
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ConCarneNode
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ConCarneNode
ComfyUI Nodes
Bing Image Grabber node
Collects a random image via Bing Image Search using input search term
Note - Collecting multiple images will crop and resize to 512x512 for batching
Example usage -
One image grabbed from bing to provide reference for img2img
(Output image contains workflow)<br><br><br>
Using multiple images to embed IPAdapter on the fly
Using a list of images of "woman drinking orange juice" from Bing, with the prompt of "selena gomez"
(Output image contains workflow)<br><br><br>
Using multiple images for facial embed
Using a list of images of "PewDiePie" from Bing, cropped to face, with the prompt of "man in armor"
(Output image contains workflow)<br><br><br>
Zephyr node
Implements huggingface transformer of stability.ai's Zephyr 3B chat transformer to infer text based on prompt. Useful for creating a list of prompts.