Nodes Browser
ComfyDeploy: How Syrian Falcon Nodes works in ComfyUI?
What is Syrian Falcon Nodes?
Nodes:Prompt editing, Word as Image
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
Syrian Falcon Nodes
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Comfy_custom_nodes
My custom nodes for ComfyUI. Just download the python script file and put inside ComfyUI/custom_nodes folder
<b>Prompt editing</b>
[a: b :step] --> replcae a by b at step
[a:step] --> add a at step
[a::step] --> remove a at step
<b>Alternating Tokens</b>
<a|b> --> alternate between a and b for all steps (could add more tokens)
note: to stop alternating at a certain step, use prompt editing e.g. an [<orange|apple>: apple :10] on a table
<b>Word as Image</b>
This node basically allows for user text input to be converted to an image of a black background and white text to be used with depth controlnet or T2I adapter models.