XmYx / deforum-comfy-nodes

Deforum ComfyUI Nodes - ai animation node package
https://deforum.studio/
MIT License
161 stars 21 forks source link

Added unformatted prompt and append nodes #29

Closed KewkLW closed 7 months ago

KewkLW commented 7 months ago

Unformatted prompt node adds the ability to input unformatted text and specify the frame interval. So, if you input 10 frames then each line of text will add 10 frames per line.

Append node goes after unformatted prompt and has 3 options.

keyframe interval - Adds keyframes just like the unformatted prompt node. Ignored if append to all is set to true. append to all - allows for 1 prompt to be appended to all prompts. use neg - adds and removes the --neg flag so it can be used for negative prompts and not. image

XmYx commented 7 months ago

perfect