Haoming02 / sd-forge-couple

An Extension for Forge Webui that implements Attention Couple
GNU General Public License v3.0
160 stars 8 forks source link

Make it possible to use custom couple separator #5

Closed pamparamm closed 3 months ago

pamparamm commented 3 months ago

Some people may prefer to use newlines as part of their prompts. Enforcing them to use \n as chunk separator can cause some inconvenience. This PR adds new text field Couple Separator, making it possible to use something like <SEP> instead of \n to separate couple chunks. QoL change, shouldn't break anything.